
/* ab hier für menü */
#menu { width: 100%; float: left; }

#menu ul { list-style: none; margin: 0; padding: 0; float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
  
} 

#menu a, #menu h2
  { 
  font-family: Arial, Helvetica, sans-serif;
  font-size:13px;
  display: block; 
  border-width: 1px; 
  border-style: solid;
  border-color: #e5eaf0 #e5eaf0 #e5eaf0 #e5eaf0;
  margin: 0; 
  padding: 0px 0px; 
  font-weight:bold;
  } 

#menu h2 { color: #58585a;
} 

#menu a { color: #58585a; text-decoration: none; }

#menu a:hover { color: #02365a; background: #bdcad9; 	}

#menu li {position: relative;} 
#menu li:hover {position: relative; color:#33F;} 

#menu ul ul { position: absolute; bottom: 19px; z-index: 500; }

#menu ul ul ul { position: absolute; top: 0; left: 100%; } 

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
  {display: none;} 
  

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
  {display: block;} 


@charset "iso-8859-1";

a:hover {
	color: #02365a;
	text-decoration: none;
}
a {
	color: #666666;
	text-decoration: none;
}
a:visited {

	text-decoration: none;
}
a:active {

	text-decoration: none;
}

#bottomOver {
	color: #999999;
	text-decoration: none;
}

#bottomOver:hover {
	color: #97bf0d;
	text-decoration: none;
}

html, body {
	height:100%;
	margin: 0px;
}

.center
{
margin:0px;
width:100%;
height:100%;
/*overflow:auto;*/
vertical-align:top;
margin:0px;

}

.maintext
{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#666666;
text-align:justify;
display:inline;
}

.maintextsmall
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
text-align:left;
}


.maintextbold
{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#666666;
text-align:justify;
font-weight:bold;
}

.subleft
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
text-align:right;
font-weight:normal;
}


.navi
{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#666666;
font-weight:bold;
text-align:left;
height:25px;
vertical-align:top;

}

.naviactive
{
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
color:#02365a;
font-weight:bold;


}

.subnavi
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
text-align:left;
}

.subnaviactive
{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#02365a;
text-align:left;
font-weight:bold;
}

.subtext
{
font-family: Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
text-align:left;
}


	  
	  
/*ligthbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 1002; 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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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: 500; width: 100%; height: 500px; background-color: #000; }

