.tabelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
	color: #000000;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}
.boldgross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}
.tabellefett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	color: #000000;
}
.Subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	color: #004F8C;
	text-decoration: none;
}
.Headblau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	color: #004F8C;
}
a.tabellefett:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #FF0000;
}
.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
}
.boldweiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.bold_err {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: red;
}

.boldgrossweiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.rahmen {
	border: thin solid #666666;
}
.weiss {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	color: #FFFFFF;
	font-weight: normal;
}
.Subheadgrau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 110%;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a.link {
color: #FFFFFF;
}

/* ----------Menue-------------- */
a.subnav:link, a.subnav:visited {

	display: block;
	vertical-align: middle;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:0px;
	padding-left: 1px;
	color:#ffffff;
	##border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	padding-bottom:2px;
	line-height:13px;
	
}

a.subnav:hover {
	text-decoration: none;
	color:#ffffff;
	background-color:#FF0000;
	border-bottom:1px solid #ff0000;
	border-top:1px solid #FF0000;
}

