
BODY { SCROLLBAR-FACE-COLOR: #F4F4F2; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #666666; SCROLLBAR-3DLIGHT-COLOR: #666666; SCROLLBAR-ARROW-COLOR: #666666; SCROLLBAR-TRACK-COLOR: #D8D6D3; SCROLLBAR-DARKSHADOW-COLOR: #D8D6D3; }

BODY { bgcolor="#EEF9E7"; }


p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
     { font-family:verdana,helvetica,sans-serif; }
	 
	 
h1 { font-size:14pt; }

p.normal,b,ul,ol,li,div,td,th,address,nobr,i { font-size:9pt; color:#000000; }


.rot { font-size:9pt; color:#c73828; }

.gross { font-size:10pt; color:#444444; font-weight:bold;}

.klein { font-size:8pt; color:#000000;}


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: #D8D6D3;
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: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #D8D6D3;
padding: 5px;
}