/* CSS Document */


body, table, td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000
}

a:link {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #303030
}

a:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #303030
}
a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #909090
}

div.leftnavi {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 5px;
	margin-top : 8px;
	width : 160px
}

.leftnavi a {
	background-color : #F4F4F4;
	border : 1px solid #999999;
	color : #333333;
	display : block;
	padding-bottom : 2px;
	padding-left : 12px;
	padding-top : 4px;
	text-decoration : none;
	width : 100%
}

.leftnavi a:hover {
	background-color : #1862C8;
	border : 1px solid #999999;
	color : #FFFFFF;
	text-decoration : none
}


div.subnavi {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 4px;
	margin-top : 6px;
	margin-left:40px;
	width : 120px;
	display:none
}

.subnavi a {
	background-color : #DEDEEC;
	border : 1px solid #999999;
	color : #333333;
	display : block;
	padding-bottom : 2px;
	padding-left : 12px;
	padding-top : 4px;
	text-decoration : none;
	width : 100%
}

.subnavi a:hover {
	background-color : #1862C8;
	border : 1px solid #999999;
	color : #FFFFFF;
	text-decoration : none
}

div.subnavi1 {
	color : #333333;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin-bottom : 3px;
	margin-top : 4px;
	margin-left: 20px;
	width : 140px;
}

.subnavi1 a {
	background-color : #DEDEEC;
	border : 1px solid #999999;
	color : #333333;
	display : block;
	padding-bottom : 2px;
	padding-left : 5px;
	padding-top : 4px;
  padding-right: 5px;
	text-decoration : none;
	width : 100%
}

.subnavi1 a:hover {
	background-color : #1862C8;
	border : 1px solid #999999;
	color : #FFFFFF;
	text-decoration : none
}

.headline {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
	padding-bottom : 15px;
}

.eingabefeld
	{
	background-image:url(pics/eingabefeld.gif);
	background-repeat:no-repeat;
	background-color:#EFF4FD;
	border:none;
	width:194px;
	height:14px;
	padding:3px;
	text-align:left;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#303030;
	}

.captchafeld
	{
	background-image:url(pics/eingabefeld_captcha.gif);
	background-repeat:no-repeat;
	background-color:#EFF4FD;
	border:none;
	width:94px;
	height:19px;
	padding:3px;
	text-align:left;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#303030:
	}

.textfeld
	{
	background-image:url(pics/textefeld.gif);
	background-repeat:no-repeat;
	background-color:#EFF4FD;
	border:none;
	width:194px;
	height:174px;
	padding:3px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#303030;
	scrollbar-3d-light-color:#eeeeee;
	scrollbar-arrow-color:#808080;
	scrollbar-darkshadow-color:#808080;
	scrollbar-face-color:#cccccc;
	scrollbar-highlight-color:#eeeeee;
	scrollbar-shadow-color:#808080;
	scrollbar-track-color:#cccccc;
	}

