body { color: #646464; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: white; }
p {}
td { color: #646464; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 20px; }
a:link { color: #1680be ; text-decoration: none; }
a:visited { color: #1680be ; text-decoration: none; }
a:hover { color: #646464 ; text-decoration: none; }
a:active { color: #646464 ; text-decoration: none; }
.titel { font-size: 12px; font-weight: bold; margin: 1em 0; }
.aktuell { padding: 20px 10px; }


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 1em;
	padding-top: 0.5em;
	}	
#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(http://www.werft-helbling.ch/img/lightbox/overlay.png); }

* html #overlay{
	background-color: #333;
	background-color: transparent;
	background-image: url(http://www.werft-helbling.ch/img/lightbox/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.werft-helbling.ch/img/lightbox/overlay.png", sizingMethod="scale");
	}
	
