body {
	scrollbar-face-color: #5FA5D8;
	scrollbar-track-color: #D3E9FF;
	scrollbar-arrow-color: #D3E9FF;
	scrollbar-shadow-color: #05699C;
	scrollbar-3dlight-color: #D3E9FF;
	scrollbar-darkshadow-color: #000000;
}
.submenu
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: Black;
}
.submenu a
{
	color: #006699;
	text-decoration: none;
}
.submenu a:hover
{
	color: #000000;
}
.titel
{
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #214F7A;
	padding-bottom: 2px;
}
.einleitung
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: 600;
	color: #214F7A;
	line-height: 18px;
}
.text
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #214F7A;
}
.text a
{
	font-weight: 600;
	color: #257325;
	text-decoration: none;
}
.text a:hover
{
	font-weight: 600;
	color: Black;
	text-decoration: none;
}

.leftside {
	background-image: url(/images/gfx_leftside_bg.gif);
	background-repeat: repeat-y;
}

.textfield
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	width:180px;
	background-image : url(/images/gfx_txtfieldbg.gif);
	background-color : #FFFFFF;
	border-left : 1px solid #333333;
	border-right : 1px solid #333333;
	border-bottom : 1px solid #333333;
	border-top : 1px solid #333333;
}
.loginfield
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	width:90px;
	background-image : url(/images/gfx_txtfieldbg.gif);
	background-color : #FFFFFF;
	border-left : 1px solid #333333;
	border-right : 1px solid #333333;
	border-bottom : 1px solid #333333;
	border-top : 1px solid #333333;
}
.formbutton
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #214F7A;
	background-color: #99CCFF;
}