body {
	/*scrollbar-base-color: white;
	scrollbar-track-color:#d0d0d0;
	scrollbar-face-color:gray;
	scrollbar-highlight-color:gray;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color:#655746;
	scrollbar-arrow-color:white;*/
	background-color: #B2B2B2;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: underline;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}
.bilder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: center;
	background-color: #999999;
}
.inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #FFF;
}
.sf1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888;
}
.sf a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration:none;
	border-bottom: 1px dotted #666;
}
.sf a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration:none;
}
.sf a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration:none;
	border-bottom: 1px dotted #666;
}
.sf a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration:none;
	border-bottom: 1px solid #333;
}
.zahl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
#preLoader {
	position:absolute;
	left:10px;
	top:95px;
	width:100%;
	height:1900px;
	z-index:1;
	background-color: #B2B2B2;
	border: 1px none #000;




}
#noScript {
	position:absolute;
	text-align:center;
	left:10px;
	top:95px;
	width:100%;
	height:100%;
	z-index:20;
	background-color:#B2B2B2;
	border: 1px none #000;
	visibility: hidden;


}
#drag {
	position:absolute;
	background-color:#CCC;
	border:1px solid #FFF;
	width:105px;
	height:23px;
	visibility:hidden;
	z-index:10;
}