body{
	font-family: Arial;
	font-size: 12px;
	color : #333333;
	padding : 10px 35px 30px 25px;
}

#content{ width:700px;}

#content p:first-letter {
	font-family: Monotype Corsiva;
	font-size:bold;
	font-size: 24px;
	color: #668C53;
	margin-right:2px;
}

td
 {
	font-family: Arial;
	font-size: 12px;
	color : #333333;
}
a.mainlevel {
	display: block;
	background-color: #CCCCCC;
	background-image: url(../bilder/bg_mainlevel.png);
	background-repeat: repeat-y;
	padding: 5px 0px 0px 35px;
	width: 200px;
	height: 25px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-top : 1px solid black;
}
a:hover.mainlevel {
	background-position: 0px 25px;
	color: #668C53;
	border-top : 1px solid #668C53;
	text-decoration: none;
}
a.sublevel {
	display: block;	
	background-color : #CCCCCC;
	background-image: url(../bilder/bg_sublevel.png);
	background-repeat: repeat-y ;	
	padding : 5px 0px 0px 35px;
	width : 200px;
	height : 25px;
	font-family: Arial;
	font-size: 12px;
	font-weight:  bold;
	color : #333333;
	text-decoration: none;
	border-top : 1px solid black;
}
a:hover.sublevel {
	background-position: 0px 25px;
	color: #668C53;
	border-top : 1px solid #668C53;
	text-decoration: none;
}
a{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color : #668C53;
	text-decoration: none;
}
a:hover{
	font-family: Arial;
	font-size: 12px;
	color : #668C53;
	text-decoration: underline;
}
h1 {
	font-family: Arial;
	font-size: 16px;
	color : #333333;
	font-weight: bold;
}
.trennlinie{
	border-top : 1px dotted #666666;
}
#line{
	border-top : 1px dotted #999999;
	height : 2px;
}

.form{
	margin-bottom: 2px;
	background-color: white;
	font-size: 11px;
	border: 1px solid #ccc;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

.form_radiobotton{
	height: 20px;
}

.error_form_radiobotton{
	background-color: #FFFFCC;
	border: 1px solid #9F0004;
	height: 20px;
}

.error_form{
	background-color: #FFFFCC;
	margin-bottom: 2px;
	font-size: 11px;
	border: 1px solid #9F0004;
	height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #9F0004;
} 

.errorTable 
{
	border: 1px solid #9F0004;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EEEEEE;
} 