body {
 font-family: helvetica, arial, sans-serif;
 font-size: 0.8em;
 line-height: 1.6em;
 margin: 0px;
 margin-bottom: 30px;
 background: #ddd;
 background: url(background_all_red.png);
}
h1 {
 font-size: 1.2em;
 padding: 0;
 margin: 0;
}

/* NAVIGATION */
.nav ul {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 26;
	padding-top: 40;
	margin: 0;
}
.nav li {
	padding-bottom: 0em;
}
.nav a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.layer-logo-home {
    position: absolute; 
    left: 0px; 
    top: 0px; 
    height: 273px; 
    width: 316px; 
    display:block; 
    cursor: pointer;
    /*border: 1px solid red;*/
}
.layer-admission-bg, .layer-admission-active {
    position: absolute; 
    left: 92px; 
    top: 280px; 
    height: 122px; 
    width: 226px; 
    display:block; 
}
.layer-admission-bg {
    z-index: 1;
}
.layer-admission-active {
    border: 0px solid green;
    background: url(bg_cell_admission.png);
    background-repeat: no-repeat;
    display:none; 
    z-index: 2;
}
.layer-impressum-bg, .layer-impressum-active {
    position: absolute; 
    left: 92px; 
    top: 407px; 
    height: 822px; 
    width: 226px; 
    display:block; 
}
.layer-impressum-bg {
    z-index: 1;
}
.layer-impressum-active {
    border: 0px solid green;
    background: url(impressum_hintergrund.png);
    /*background-repeat: no-repeat;*/
    display:none; 
    z-index: 2;
}
.layer-about-active, .layer-about-bg {
    position: absolute; 
    left: 323px; 
    top: 26px; 
    height: 249px; 
    width: 226px; 
    display:block; 
}
.layer-about-bg {
    z-index: 1;
}
.layer-about-active {
    border: 0px solid green;
    background: url(bg_cell_about.png);
    background-repeat: no-repeat;
    display:none; 
    z-index: 2;
}
.layer-projects-active, .layer-projects-bg {
    position: absolute; 
    left: 554px; 
    top: 26px; 
    height: 249px; 
    width: 226px; 
    display:block; 
}
.layer-projects-bg {
    z-index: 1;
}
.layer-projects-active {
    border: 0px solid green;
    background: url(bg_cell_projects.png);
    background-repeat: no-repeat;
    display:none; 
    z-index: 2;
}
/* TEXTBOX */
.textbox {
    position: absolute; 
    left: 323px; 
    top: 280px; 
    width: 457px; 
    overflow: auto;
    padding: 0px;	
    border: 0px solid green;
    background: white;
    background: url(text_hintergrund.png);
}
.textboximpressum {
    position: absolute; 
    left: 92px; 
    top: 529px; 
    width: 226px; 
    overflow: auto;
    padding: 0px;	
    border: 0px solid green;
    background: white;
    background: url(text_hintergrund.png);
}
#padding {
	padding: 30px;
}
#padding_impressum {
	padding: 10px;
	padding-top: 30px;
	padding-left: 26;
}


#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; top:40px;}
#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%	; position:relative; top:40px;}

#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: 90; width: 100%; height: 500px; background-color: #000; }

