html, body {
font-family: Arial, Helvetica, sans-serif;
background-color: #003366;
color: #000033;
font-size: 12px;
Width: 100%;
Height: 100%;
Margin: 0;
}


#h100proz
{
Height: 100%;
}

#layout {
Width: 100%;
Height: 100%;
vertical-align:top;
}

#header {
vertical-align:top;
}

#navi {
 width: 174px;
background-image: url(/layout/layout1/img/bg_navi.jpg);
background-repeat: repeat-y;
vertical-align:top;
padding-top: 50px;
height: 100%
}




/*Menu selbst*/

#menu {
	font-size:12px;
	vertical-align:top;
}


#menu ul {
	list-style: none;
	width: 181px;
	padding: 0px;
	margin:0px;
	vertical-align:top;
}

#menu li {
	margin: 0;
	border-bottom	: 1px solid #9FB1C5;
	line-height: 18px;
}

#menu .level1 {
	vertical-align:top;
	border-bottom: 1px solid #9FB1C5;
}

#menu .level1 a {
	color: #003366;
	font-weight: bold;
	text-decoration	: none;
	padding-left: 10px;
}

#menu .level1 a:hover {
	color: #FE6601;
	text-decoration	: none;
	background-color : #003366;
	border-bottom	: 1px solid #FE6601;
	display: block;
	padding-left: 10px;

}

#menu  .level1 .chosen {
	color:  #FE6601;
	background-color : #003366;
	display: block;
		padding-left: 10px;
}



#menu .level2 {
	border-bottom: 1px solid #9FB1C5;
}

#menu .level2 a{
  	color: #003366;
	text-decoration:none;
	font-weight: bold;
	padding-left: 15px;
}

#menu .level2 a:hover {
  	color : #FE6601;
	text-decoration:none;
	display:block;
}

#menu .level2 a:hover {
  	color : #FE6601;
}
#menu .level2 .chosen{
	color:  #FE6601;
}


/*level3*/

#menu .level3 {
	border-bottom: 1px solid #C41130;
}

#menu .level3 a{
  	color: #003366;
	text-decoration:none;
	padding-left: 25px;
}

#menu .level3 a:hover {
  	color : #FE6601;
}
#menu .level3 .chosen{
	color:  #FE6601;
}


h1 {
font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
color: #FE6601;
font-size: 20px;
margin-top: 10px;
margin-bottom: 20px;} 


h2 {
color: #003366;
border-bottom: 1px solid #FE6601;
font-size: 14px;
margin: 0px 0 10 0;
margin-top: 0px;
} 

h3 {
color: #FE6601;
margin: 0 0 10 0;
margin-top: 0px;
} 

h4{
color: #FE6601;
margin: 0 0 10 0;
margin-top: 0px;
} 

h5{
color: #FE6601;
margin: 0 0 10 0;
margin-top: 0px;
} 
h6{
color: #FE6601;
margin: 0 0 10 0;
margin-top: 0px;
} 

#inhalte {
height: 500px;
background-image: url(/layout/layout1/img/bg_content.jpg);
background-repeat: repeat-y;
width: 759px;
vertical-align:top;
font-size: 12px;
	padding-top: 35px;
padding-bottom: 20px;
padding-right: 40px;
padding-left:30px;
}
#inhalte td {
font-size: 12px;

}

#inhalte  a{
color: #990000;
}

#teaserbox {
padding: 5px;
border: 1px solid #FE6601;
background-color: #FFFFFF;
}

#webac {
width: 100px;
position: relative;
left: 880px;
bottom: -20px;
font-size:10px;
}

#webac a{
color: #9FB1C5;
}

#guestbook .text {
color: #FFFFFF

}

#guestbook a {
color: #990000

}



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/layout/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/layout/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

