


/* <style type="text/css"> */


/* ---------------------
| Rahmenformatierungen |
--------------------- */

body {
margin : 0;
padding : 0;
background-color: #7494AD;
}

div.container_page {
width: 800px;
height: 620px;
position: relative;
margin-top: 20px;
}

div#container_page_a {
background-image: url(../_gfx/bg_page_a.jpg);
}

div#container_page_b {
background-image: url(../_gfx/bg_page_b.jpg);
}

div#container_page_c {
background-image: url(../_gfx/bg_page_c.jpg);
}

div#container_page_d {
background-image: url(../_gfx/bg_page_d.jpg);
}

div#container_page_e {
background-image: url(../_gfx/bg_page_e.jpg);
}

div#flash {
width: 480px;
height: 90px;
position: absolute;
background-color:#7494AD;
top: -2px;
left:11px; 
z-index: 200;
}

div#navi {
position: absolute;
top: 90px;
left: 19px;
z-index: 100;
}

div#content {
width: 518px;
position: absolute;
top: 145px;
left: 35px;
z-index: 10;
}

div#footer {
width: 755px;
position: absolute;
top: 550px;
left: 35px;
z-index: 10;
}

#ie6_a {
	width: 302px;
	height: 350px;
	
	}

#ie6_a2 {
	width: 302px;
	height: 350px;
	
	}

#ie6_b {
	width: 317px;
	height: 427px;
	
	}

#ie6_c {
	width: 179px;
	height: 394px;
	
	}

#ie6_c2 {
	width: 236px;
	height: 184px;
	
	}

#ie6_d {
	width: 126px;
	height: 434px;
	
	}

#ie6_e{
	width: 219px;
	height: 392px;
	
	}

#zurueck {
	width: 180px;
	height: 26px;
	
	position: absolute; top: 300px; left: 210px; z-index: 1000;}

div#text {
width: 472px;
margin-left: 22px;
}

div#text embed{
margin: -20px 0 0 -22px;
}

#navi ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#navi li {
float: left;
}

#text ul {
margin-left: 20px;
padding: 0;
list-style-type: square;
}

#text li {
color: #7494AD;
}

span.reiter {
width: 106px;
height: 30px;
display: block;
cursor: pointer;
}

a img {
	border: 0px none #000;
}

#navi a {
	text-decoration:none;
}

a:link{text-decoration:none; border: 0px none #000;}
a:visited{text-decoration:none; border: 0px none #000;}
a:hover{text-decoration:none; border: 0px none #000;}
a:active{text-decoration:none; border: 0px none #000;}



/* -------------------
| Schriftformatierung |
--------------------- */

div#content h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #eee;
font-size: 19px;
margin-bottom: 30px;
margin-left: 20px;
}

div#content h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #7494AD;
font-size: 14px;
}

div#content p {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
font-size: 12px;
line-height: 15px;
}

div#footer p {
color: #eee;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
}

span {
color: #7494AD;
}



/* ---------
| Lightbox |
---------- */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../_gfx/galerie/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../_gfx/galerie/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../_gfx/galerie/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; float: left; margin: 0 110px 0 0;   }			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	

a#numberDisplay2 {
color:#333;
font-weight: bold;
display: block; 
float: left;
margin: 0 7px 0 0;
}

a#numberDisplay3 {
color:#333;
font-weight: bold;
float: left;
}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


