body {
	scrollbar-face-color:  #539936;
	scrollbar-shadow-color: #ffff00;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffff00;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #003300;
	scrollbar-arrow-color: #006633;
	
	margin-left: 3px;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	background-color: #030;
	font-size:12px;
}

.maincenter {
	width:990px;
	height:550px;
	background-color: #FFF;  
	/* fuer horizontale und vertikale zentrierung */
	position: absolute;
	left:50%;
	margin-left:-495px;  /* Um die Hälfte der Breite nach links schieben */
	top:50%;
	margin-top:-280px;  /* Um -275px die Hälfte der Höhe nach oben schieben */
}

.siefkenrand{ 
	font-family:Georgia, "Times New Roman", Times, serif;
}
.siefkenmaincontent{ 
	font-family:Georgia, "Times New Roman", Times, serif;
}

.fussadr {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt; font-style: normal; line-height: normal; font-weight: normal}



a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #060;
}
a:active {
	text-decoration: none;
	color: #900;
}