body {
	font-family: verdana,arial,helvetiva,sans-serif;
	font-size: 12px;
	color: #fff;
	background: #B1BB87;
}
a {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: underline;
}
p {
	font-family:verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

#container {
	margin:0 auto;
	text-align:left;
	position: absolute;
    left: 50%;
    top: 50%;
    height: 600px;
    width: 980px;
    margin-left: -490px;
     /* Wert für IE 5 Mac */
     margin-top: 50px;
     /* Vor IE 5 Mac verstecken \*/
     margin-top: -300px;
}

.kleinbild {
	margin-right: 20px;
	border: none;
}

h1 {
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	color: white;
	float: left;
}
h2, h2 a, h2 a:hover {
	font-size: 12px;
	font-family: Verdana;
	color: black;
	text-decoration: none;
	margin-left: 420px;
	
}

hr {
height:1px;
border:solid 0.3pt white;
}
















#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
}