body {
	scrollbar-face-color: #E4E4E4;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #E4E4E4;
	scrollbar-darkshadow-color: #98AAB1;


}

.normal {
	font-family: Verdana;
	font-size: 11px;
	color: #664C33;
}
.ueberschrift {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #664C33;
}

.textfeld_gross	{
	font-family: Verdana;
	font-size: 10px;
	width: 200px;
	height: 50px;
	border: 1 solid #664C33;
	background : White;
}

.textfeld_klein	{
	font-family: Verdana;
	font-size: 10px;
	width: 200px;
	height:20px;
	border: 1 solid #664C33;
	background : White;
}


.input
{
	background-color : White;
	border : 1px solid #664C33;
	width: 200px;
	height:20px;
}


.border{
	border : 1px;
	border-style: solid #664C33;
	border-color : White;
}

A:link    {
	color: #CC0000;
	text-decoration: none;
}
A:visited    {
	color: #425ABC;
	text-decoration: none;
}
A:hover {
	color: #435BBD;
}
HR {
	color: #664C33;
	border : thin none;
}
