@charset "utf-8";
/* CSS Document */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.uberschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
a:link {
	color: #990002;
	text-decoration: none;
}
a:active { 
    outline: none;
}
a:visited {
	color: #990002;
	text-decoration: none;
}
a:hover {
	color: #990002;
	text-decoration: underline;
}
a.unterkat:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	padding-right: 16px;
	padding-bottom: 2px;
	padding-left: 3px;
	line-height: 18px;
}
a.unterkat:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 16px;
	padding-bottom: 4px;
	padding-left: 3px;
	font-weight: bold;
	background-color: #FFCC00;
	line-height: 18px;
}
a.unterkat:active {
	outline:none;
}
a.unterkat:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 16px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-weight: bold;
	line-height: 18px;
}
#main_ueberschrift {
	font-size:13px;
	color:#333333;
	text-align:right;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #E5E5E5;
	padding-right: 5px;
	margin-bottom:10px;
}
#main_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:794px;
	height:100%;
}
.textklein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.textfett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.punkttrenner {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.textfettbg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	background-color: #E5E5E5;
}
