#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(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%	; }

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


html {
	height: 100%;
		font-size: 62.5%; 	background: #000000; 
}

body {
	text-align: left;
	font: 1.2em/1.8em Verdana, sans-serif;
}

* {margin: 0px; padding: 0px; border: 0px;}


h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", sans-serif; 
	color: #000000;
}

h1 {
	line-height: 30px;	font-size: 2.5em;	text-align: left; 
	margin-left: 40px; 

	font-weight: normal; color: #FFFFFF
}

div#header h1 {border: 0px;}

h2 {font-size: 2.0em;}

h3 {font-size: 1.8em;}

h4 {font-size: 1.6em;}

h5 {font-size: 1.4em;}

h6 {font-size: 1.2em;}


a {color: #0000FF; text-decoration: none;}

a:link {}

a:visited {}

a:hover {}

a:active {}


div#wrapper {
	width: 950px;	margin: 30px auto;
	/*margin: 40px 40px;*/
	text-align: center;
	background: #0000FF;
}


div#header {
	height: 60px;
	
background: #0000FF;	padding: 10px;
}


div#nav {
	background: #FFFF00;
}

div#nav li {
	display: inline; 
	margin-left: 10px;
}

div#nav a {
	text-decoration: none; 
	font-weight: bold; 
	text-transform: undercase; 
	padding-bottom: 2px;
}

div#nav a:hover, 
body#home li.navhome a,
body#team li.navteam a,
body#produkte li.navprodukte a,
body#service li.navservice a,
body#kontakt li.navkontakt 
a {
	border-bottom: 4px solid #0000FF;
}



div#wrap_content {}


div#maintext {
	/* margin: 0px 110px 0px 210px;	*/	background: #F0F0F0;
	padding: 20px 10px;
}

div#maintext a {padding-bottom: 1px;}




div#footer {
	background: #FFFF00;
}

div#footer li {
	display: inline; 
	margin-left: 10px;
}

div#footer a {
	text-decoration: none; 
	font-weight: bold; 
	text-transform: undercase; 
	padding-bottom: 2px;
}

div#footer a:hover, 
body#home li.navhome a,
body#team li.navteam a,
body#produkte li.navprodukte a,
body#service li.navservice a,
body#kontakt li.navkontakt 
a {
	border-top: 4px solid #0000FF;
}


table {margin:auto; margin-top: 50px; margin-bottom: 50px} 


