body{
background-color: #00B200;
background-repeat:repeat-y
}

#website{
		width:980px;
		margin:0 auto;
		text-align:center;
		}

#list1 table{
				border-radius:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				-o-border radius:5px;
				}

#menue td{
				border-radius:5px;
				-moz-border-radius:5px;
				-webkit-border-radius:5px;
				-o-border radius:5px;
				}

#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(http://www.mathebwr.de/Wahlkurse/Wahlkurs1314/Andreas/Wahlkurs1213/Lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.mathebwr.de/Wahlkurse/Wahlkurs1314/Andreas/Wahlkurs1213/Lightbox/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; }


#navMenu{
				margin:0;
				padding:0;
				cursor:pointer;
}

#navMenu ul {
				margin:0;
				padding:0;
				line-height:30px;
}

#navMenu ul a{
				width:30px;
				height:30px;
				float:left;
}

#navMenu li {
				margin:0;
				padding:0;
				list-style:none;
				float:left;
				position:relative;
				background:#007500;
}

#navMenu ul li a {
				font-family:Calibri;
				text-decoration:none;
				text-align:center;
				height:30px;
				width:156px;
				display:block;
				color:#FFF;
				border:1px solid #FFF;
}

#navMenu ul ul {
				position:absolute;
				top:32px;
				visibility:hidden;
}

#navMenu ul li:hover ul {
				visibility:visible;
}

#navMenu ul ul li:hover {
				background:#505;
}

#navMenu li:hover {
				background:#09F;
}

#navMenu ul li:hover ul li a:hover {
				background:#CCC;
				color:#000;
}

#navMenu a:hover {
				color:#000;
}