#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(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}
	
body
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f0ecec;
}
h1
{
	font-size:13px;
	font-weight:bolder;
}
.menuitem
{
	background-image:url(../images/menubutton.png);
	background-repeat:no-repeat;
	color: #333333;
	width:138px;
	height:30px;
	vertical-align:middle !important;
	float:left;
	
}
.main
{
	background-image:url(../images/mainbg.png);
	background-repeat:no-repeat;
	position:relative;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:0px;
	padding-top:20px;
	vertical-align:bottom;

	margin-bottom:-130px !important;
	margin: -36px 0px -130px 0px;
	min-height:533px;
	height:auto !important; /* !important-Regel für moderne Browser, um die nachfolgende height-Deklaration zu ignorieren */
    height:533px; /* Mindesthöhe in IE (<7) */
	width:675px;
	float:left;
}
.header
{
	font-size:10px;
	color:#BDBDBD;
	position:relative;
	width:130px;
	height:20px;
	margin-top:-130px !important;
	padding-left:780px !important;
	float:left;
}
	
.footer
{
	position: relative;
	width:500px;
	height:20px;
	margin-top:150px;
	margin-left:50px;
	float:left;
	font-size:10px;
	color:#666666;
}

a.headerlink:visited     { color: #BDBDBD; text-decoration: none; font-weight:normal}
a.headerlink:link        { color: #BDBDBD; text-decoration: none; font-weight:normal}
a.headerlink:hover       { color: #BDBDBD; text-decoration: underline; font-weight:normal}
a.headerlink:active      { color: #BDBDBD; text-decoration: none; font-weight:normal}

a.footerlink:visited     { color: #666666; text-decoration: none}
a.footerlink:link        { color: #666666; text-decoration: none}
a.footerlink:hover       { color: #666666; text-decoration: underline}
a.footerlink:active      { color: #666666; text-decoration: none}

a.dropdownlink:visited     { color: #D4D4D4; text-decoration: none}
a.dropdownlink:link        { color: #D4D4D4; text-decoration: none}
a.dropdownlink:hover       { color: #FFFFFF; text-decoration: none}
a.dropdownlink:active      { color: #D4D4D4; text-decoration: none}

a:visited     { color: #6D6D6D; text-decoration: none;font-weight:normal;}
a:link        { color: #6D6D6D; text-decoration: none;font-weight:normal;}
a:hover       { color: #6D6D6D; text-decoration: none;font-weight:normal;}
a:active      { color: #6D6D6D; text-decoration: none;font-weight:normal;}