body {
background-color: #222222;
padding: 0;
margin: 0;
}

#wrapper {
padding: 3px;
border: 5px solid #8b0000;
top: 0;
left: 17%;
width: 65%;
height: 820px;
position: relative;
border-radius: 15px;
-moz-border-radius: 15px;
background-color: #8b0000;
}

#wrapper_impressum {
padding: 3px;
border: 5px solid #8b0000;
top: 0;
left: 17%;
width: 65%;
height: 1820px;
position: relative;
border-radius: 15px;
-moz-border-radius: 15px;
background-color: #8b0000;
}


#header {
padding: 0;
border: 0;
margin: 0;
background-color: transparent;
height: 150px;
top: 0;
left: 0;
width: 100%;
position: relative;
}

#content {
padding: 1px;
border: 1px solid #000;
border-radius: 15px;
-moz-border-radius: 15px;
background-color: #dcdcdc;
margin: 0;
width: 75%;
height: 600px;;
left: 0;
position: relative;
float: left;
font-family: 'Carme', sans-serif;
font-size: 1.3em;
text-shadow: 4px 4px 4px #aaa;
color: #000000;
}

#content_impressum {
padding: 1px;
border: 1px solid #000;
border-radius: 15px;
-moz-border-radius: 15px;
background-color: #dcdcdc;
margin: 0;
width: 75%;
height: 1600px;
left: 0;
position: relative;
float: left;
font-family: 'Carme', sans-serif;
font-size: 1.3em;
text-shadow: 4px 4px 4px #aaa;
color: #000000;
}

#galery {
padding: 0;
/*border: 1px solid #000;
border-radius: 15px;
-moz-border-radius: 15px;*/
position: relative;
margin: 0;
width: 23%;
height: 600px;
float: left;
right: 0px;
}

#menu {
padding: 5px;
margin: 1px;
width: 100%;
left: 0;
height: 3em;
position: relative;
background-color: transparent;
}

#menu div {
clear: left;
}

#nav {
margin: 0;
padding: 0;
text-align: center;
}

#nav li {
margin: 0;
padding: 0;
display: inline;
list-style: none;
}

#nav a {
display: block;
width: 9.5em;
text-decoration: none;
background-color: #000000;
color: #fff;
padding: 1px;
margin: 0;
border: 2px solid #ff0000;
border-radius: 8px;
-moz-border-radius: 8px;
text-align: center;
float: left;
font-family: impact, sans-serif;

}

#nav a:hover {
border-color: #fff;
color: #fff;
}

#nav li ul {
margin: 0;
padding: 0;
display: none;
position: absolute;
top: 1.9em;
left: 0.3em;
}

#nav li:hover ul {
display: block;
}

#nav li ul li {
float: none;
display: inline;
}

h2 {
font-family: Helvetica, Verdana;
font-size: 1.7em;
color: #330000;
}

img {
padding: 0;
border: 1px solid #000;
border-radius: 15px;
-moz-border-radius: 15px;
}

#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: 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; }
