/* CSS Document */

body{font-family:Trebuchet MS;
font-size:9pt;
background-color:#FFF;
text-align:justify;
}

* {
   margin:0;
   padding:0;
}

#wrapper {
   position:absolute;
   left:50%;
   top:50%;
   margin:-200px 0 0 -250px;
}


#aussenrahmen{
background-color:#CCC; 
width:100%; 
height:100%;
position:relative;
}

#inhalt{
/*width:584px; height:258px;*/ 
position:absolute; 
background-color:#0F9; 
vertical-align:middle; 

}

#a{
	width:142px;
	height:200px;
	background-color:#FFF;
	text-align:right;
	padding-right:5px;
	margin-left:-150px;
	position:absolute;
	left: 0px;
	top: 0px;
}

#blau{
	width:574px;
	height:176px;
	position:absolute;
	margin-top:39px;
	float:right;
	background-image:url(elemente/blauerbanner.png);
	background-repeat:no-repeat;
	padding-top:120px;
	top: 0px;
}

#blau_weiss{
	width:510px;
	height:288px;
	position:absolute;
	margin-top:40px;
	float:right;
	background-image:url(elemente/blau_weiss.png);
	background-repeat:no-repeat;
	padding-top:70px;
	padding-left:35px;
	padding-right:30px;
	top: -1px;
	color: #000;
}

#text{
	width:495px;
	height:150px;
	position:absolute;
	margin-top:30px;
	float:right;
	padding-top:10px;
	padding-left:0px;
	padding-right:5px;
	overflow: scroll;
	overflow-x:hidden;
	top: 45px;
	left: 37px;
}

#imagecontainer{
	width:495px;
	height:80px;
	position:absolute;
	float:right;
	overflow-x:hidden;
	top: 240px;
	left: 45px;
	
}

.text_welcome{
text-align:center;
font-weight:bold;
color:#FFF;
margin-top:50px;
}

.floattext{
color:#000;
font-weight:normal;

}

h1{
	font-weight:bold;
	font-size:11pt;
	}

.anmerkung{font-size:10px;}

/*#links{width:129px; height:176px; background-color:#666; float:left; }*/
.alink{text-decoration:none; font-weight:normal; color:#000;}

a:link{text-decoration:none; font-weight:bold; color:#000; line-height:20px; border:0px;}
a:visited{text-decoration:none; font-weight:bold; color:#000; line-height:20px; border:0px;;}
a:hover{text-decoration:none; font-weight:bold; color:#000; line-height:20px; border:0px;}
a:active{text-decoration:none; font-weight:bold; color:#000; line-height:20px; border:0px;}

________________________________________________________________________________________________________________________________________________


#lightbox{position: absolute; top:80px !important; left: 10px !important; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; position: relative; z-index: 500;}
#lightbox a img{ border: none;}

#outerImageContainer{ background-color: #fff; height: 250px; margin: 0 auto; left:30px; padding-top: 10px; position: relative; top:80px; width: 250px; z-index: 400;}
#imageContainer{ position: relative; left: 10px !important;}

#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: 600; }
#imageContainer>#hoverNav{ left: -10px;}
#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: -10px; float: right;}
#prevLink:hover, #prevLink:visited:hover { background:url(images/prevlabel.gif) left 30% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 30% no-repeat; }

#imageDataContainer{position: relative; top: 80px; left:30px; font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 80%; z-index: 400; }

#imageData{padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 30%; 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: 10; width: 100%; height: 500px; background-color:#999; }
