

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:verdana,helvetica,sans-serif; font-size:11pt; color:#000000;}

p.titel {
	font-size:12pt;
	color:#1a3faf;
	font-weight: bold;
}

p.blau {
	font-size:11pt;
	color:#1a3faf;
	font-weight: bold;
}



a:link { color:#c73828; text-decoration:none; }
a:visited { color:#c73828; text-decoration:none; }
a:active { color:#c73828; text-decoration:none; }



#lightbox{
	background-color:#F4F4F2;
	padding: 10px;
	}
#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: #F4F4F2;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 60px;
padding-bottom: 0;
background: #dddddd;
visibility: hidden;
z-index: 0;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: black;
padding: 10px 0 80px;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: dddddd;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #dddddd;
padding: 5px;
}
