/*ö*/
#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; font-size:12px; }
#keyboardMsg{ float: right; font-size:12px; }
#closeButton{ top: 5px; right: 5px; }
#lightbox_closebutton {
padding-right:27px;
background:transparent url(../img/layout/lightbox_close2.gif) no-repeat right center;
height:20px;
line-height:20px;
font-size:20px;
text-decoration:none;
color:#adacac;
}

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay { background-image: url(../img/layout/lightbox_overlay.png); } 

* html #overlay{
	background-color: #fff;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://fuhrpark-software.de/img/layout/lightbox_overlay.png", sizingMethod="scale");
}