@charset "utf-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	
}
#homepage{ /* komplette Seite */
	width:900px; /* Breite */
	margin-left:auto; /* automatischer Abstand lins - Mitte */
	margin-right:auto; /* automatischer Abstand rechts - Mitte */
	margin-top:50px;
}

#header{ /* oberer Teil mit Logo */
	height:120px;
	background-color:#bebebe;
	margin-bottom:5px;
}

#logo{
	margin-left:650px;
	padding-top:20px;
}

.navLink{
	padding-left:20px; /* Abstand im Container*/
	float:left;
	padding-top:10px;
}


#navigation{ /* oben */
	height:40px; /* Höhe */
	background-color:#00367b;
	margin-bottom:5px; /* Abstand unten*/
	color:#FFFFFF;
}

#navigation a{
	color:#FFFFFF;
	text-decoration:none;
}

#mittelteil{
	margin-bottom:5px;
	min-height:350px;
	height:auto;
	background-image:url(hintergrund.png);
	background-repeat:repeat-y;

} 

#unter_navigation{
	width:200px;
	margin-top:20px;
	margin-left:20px;
	position:absolute;
}

#unter_navigation a{
	color:#000000;
	text-decoration:none;
}

#content{
	width:620px;
	position:relative; /* Abstand wird vom Mittelteil weg berechnet */
	left:220px; /* vom Mittelteil 220 Abstand */
	padding: 20px 30px 30px 30px;

}

h1{
	font-size:20px;
	color:#00367b;
	font-weight:normal; /* schaltet Standardeinstellung (zb. fett) aus */
}

h2{
	font-size:15px;
	color:#000000;
	font-weight:bold; /* fett */
}

#footer{
	font-size:10px;
	height:40px;
	background-color:#00367b;
	color:#FFFFFF;
}

#footer a{ /* a steht für Link */
	color:#FFFFFF;
	text-decoration:none;
}

.footerBox{
	float:left;
	padding-left:20px;
	margin-top:5px;
}

.input{
	width:200px;
}
.text{
	width:400px;
}
.loeschen{
	margin-left:20px;
}

.miniaturansicht{
	height:100px;
	overflow:hidden;
}
img{
	border:none;
}
.bilderteam{
	height:188px;
	overflow:hidden;
}
.tabelleMitAbstand{
	padding-bottom:10px;
}
a{
	color:#00367b;
}

/* fuer Slimbox */
#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:include/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(../include/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../include/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: 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; }
/* Ende Slimbox */
