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

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

html, body {
	height:100%;
	text-align:center;
}

body {
	background-color:#666;
}

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/20px "Times New Roman", Times, serif;
}

#mainlogoscreen {
	position:absolute;
	left:90px;
	top:561px;
	z-index:100;
}

#mainlogoprint {
	display:none;
}



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

a.kontakt {
	text-decoration:none;
}

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

#impressum a {
	color:#FFF;
	text-decoration:none;
	font:12px "Times New Roman", Times, serif;
}

#impressum a:hover {
	text-decoration:underline;
}




div#upstage {
	width:100px;
	height:50%;
	margin-bottom:-364px;
	float:left;
}

div#centerstage {
	position:relative;
	width:984px;
	height:728px;
	overflow:hidden;
	margin:auto;
	text-align:left;
	clear:left;
	background-color:#999;
}





#mainnavi {
	position:absolute;
	left:69px;
	top:0px;
	background-color:#9E1934;
	width:246px;
	height:728px;
	z-index:10;
}

#mainmenu {
	margin-top:120px;
	border-top:1px solid #FFF;
}

.mnmenuitem {
	border-bottom:1px solid #FFF;
}

#impressum {
	position:absolute;
	width:246px;
	left:0px;
	top:692px;
	text-align:center;
}







table.bbbdata th, table.bbbdata td {
	font-size:0.9em;
	line-height:0.9em;
	padding-bottom:6px;
}

table {
	width:410px;
	margin-bottom:2em;
}
td {
	padding-bottom:6px;
	vertical-align:top;
}
td.links {
	padding-top:1em;
	width:320px;
}
td.mitte {
	width:30px;
}
td.rechts {
	width:60px;
}

#maincontent {
	position:absolute;
	left:417px;
	top:0px;
	width:472px;
	height:728px;
	background-color:#FFF;
}

#maintext {
	width:472px;
	height:490px;
	margin-top:120px;
	overflow:auto;
}

.gutter01 {
	margin:0px 22px;
}

#inhaltsverzeichnis {
	margin-bottom:24px;
}

#inhaltsverzeichnis a {
	display:block;
}

.textbild01 strong {
	display:block;
}
.textbild01 img {
	display:block;
	width:76px;
	height:76px;
	margin-bottom:16px;
}
.textbild01 p {
	margin-top:-92px;
	padding-left:96px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.textbild01 ul {
	margin-top:1em;
	padding-left:110px;
	margin-bottom:0px;
	padding-bottom:0px;
}

.textbild01copy p {
	padding-left:96px;
}

.galerie01 {
	margin:2.5em 0px 0px 0px;
	padding:0px;
}
.galerie02 {
	margin:1.6em 0px 0px 99px;
	width:450px;
}
.galerie01 strong, .galerie02 strong {
	display:block;
	margin-bottom:1em;
}
.galerie01 a, .galerie02 a {
	display:block;
	margin-right:23px;
	margin-bottom:20px;
	float:left;
}
.galerie01 br, .galerie02 br {
	clear:left;
}







.showScreen {
	visibility:visible;
}

.showPrint {
	display:none;
}

.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;
}


