/* badhaus bad boll
   main print stylesheet
   09 2007 erik wunderlich */

* {
	margin:0px;
	padding:0px;
	border:0px;
}

body, td, div, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height:18px;
	color:#000;
}

p {
	margin-bottom:18px;
}

h1 {
	margin-bottom:24px;
	font:normal 20px/18px "Times New Roman", Times, serif;
}

#mainlogoscreen {
	display:none;
}

#mainlogoprint {
	visibility:visible;
	margin-bottom:36px;
	margin-top:12px;
}



a:link, a:visited, a:active {
	color:#000;
}

a.kontakt {
	text-decoration:none;
}

a.kontakt:hover {
	text-decoration:underline;
}




div#upstage {
	display:none;
}
div#centerstage {
	position:static;
}





#mainnavi {
	display:none;
}







#maincontent {
	position:static;
}

#maintext {
	margin-top:36px;
}

.gutter01 {
	margin:0px 12px;
}







.showScreen {
	display:none;
}

.showPrint {
	visibility:visible;
}

.al {
	text-align:left;
}
.ac {
	text-align:center;
}
.ar {
	text-align:right;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.cl {
	clear:left;
}
.cr {
	clear:right;
}
.cb {
	clear:both;
}
.visOn {
	visibility:visible;
}
.visOff {
	display:none;
}
:focus {
	outline:none;
}


