
body {
	font:10pt verdana;
	background:#9BA8AE;
	margin:10px;
	padding:0;
	}

html { 
	overflow: -moz-scrollbars-vertical;
	height: 101%;
}


a:link, a:visited, a:active {

color:#000000;
font:bold 10pt verdana, arial, sans-serif;

}

li{
	padding: 0 2px 0;
	/*der abstand zw den menupunkten kann wegen dem ie nicht mit margin gesetzt werden*/
	margin:0;
}

a:hover {

	color:#018290;
	background:#ffffff;
	border:0px solid #ffffff;
}

a{
	border:0px solid #ffffff;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}
b{
	color:#000000;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}
#email a{
	color:#9BA8AE;
}

h1 {

	font:16pt verdana, arial, sans-serif;
	color:#018290;
	margin:0;
	text-decoration: none;
}

h2 {

	font:16pt verdana, arial, sans-serif;
	color:#018290;
	padding:10px;
	margin:0;
}

p {
	font: 10pt verdana;
	margin: 5px;
	text-align: left
	}

#contain {
	width:800px;
	border-right:0px solid #CCC;
	border-left:0px solid #CCC;
	margin-left:auto;
	margin-right:auto;
	background:#ffffff;

}

#header {

	width:800px;
	border-bottom:0px solid #CCC;
	background:#ffffff;
        text-align: center;

}

#leftcol {

	width:160px;
	float:left;
	padding:5px 0 5px 0px;
}

#leftcol a:hover{
	color:#018290;
	background:#9BA8AE;
	border:1px solid #ffffff;
}


#leftcol a{
	width:130px;
	/*die breitenangabe wir nur vom ie benoetigt*/
	display:block;
	color:white;
	background:#018290;
	border:1px solid #ffffff;
	padding:4px 4px 4px 10px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;

}	

#leftcol p {

	padding:3px 18px 3px 18px;
	margin:0;
	width:130px;
}

#content {

	width:530px;
	float:left;
	padding:5px 0 5px 0;
}

#content p {

	padding:3px 18px 3px 18px;
	margin:0;

}

#rightcol {

	width:100px;
	height:505px;
	float:right;
	padding:0px 0px 0px 0px;

}

#rightcol p {

	padding:3px 18px 3px 18px;
	margin:0;

}

#footer {

	width:800px;
	clear:both;
	border-top:0px solid #CCC;
	border-bottom:0px solid #CCC;
	background:#018290;
	padding:4px 0px 4px 0px;

}

#footer a:hover{
	color:#9BA8AE;
	background:#018290;
	border:0px solid #ffffff;
}

#footer a{

	width:800px;
	clear:both;
	color:white;
	background:#018290;
	border:0px solid #ffffff;
	padding:4px 4px 4px 4px;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;

}

#footer p {
	text-align:right;
	padding-right:4px;
	font:8pt verdana, arial, sans-serif;

}
#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(../bilder/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../bilder/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: 113px; 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; }