/* CSS Document */body {	font-family: "Trebuchet MS", Arial, Verdana;	font-size: 12px;	color: #333333;}/* Boxes */#box_main {	margin-top: 2px;	position: absolute;	widows: 960px;	left: 50%;	margin-left: -480px;	clear: both;}#box_head {	width: 960px; }	#box_navigation {	background: url(img_allg/bg_nav.jpg) repeat-x top;	height: 30px;	width: 960px;}	#box_content {	width: 960px;	padding-top: 20px;}#box_links {	float: left;	width: 185px;	margin-bottom: 15px;}#box_mitte {	float: left;	width: 760px;	margin-bottom: 15px;	padding-left: 15px;}#box_footer {	width: auto;	background-color: #3A6397;	height: 25px;	border-top: 1px solid #AAA;	clear: both;	margin-bottom: 20px;}#box_kategorien {	width: 175px;	background: url(img_allg/bg_boxhead.jpg) no-repeat top;	height: 22px;	color: #FFF;	font-weight: bold;	padding-top: 4px;	padding-left: 10px;	}/* TEXTE */h1 {	font-size: 16px;	font-weight: bold;	color: #3D669B;	margin: 0px; }	h2 {	font-size: 15px;	font-weight: bold;	color: #00367B;	margin: 0px; }		h3 {	font-size: 12px;	font-weight: bold;	color: #00367B;	margin: 0px; }/* Navigation */a { color: #00367B;	text-decoration: none;	font-weight: bold;	font-size: 13px; }a:hover { color: #FE9C03; }a.normal { color: #00367B;	text-decoration: none;	font-weight: bold;	font-size: 13px; }a.hauptnav {	font-size: 14px;	font-weight: bold;	text-decoration: none;	color: #FFF; 	border-left: 1px solid #00367B; 	margin-right: 10px;	padding: 4px 5px 4px 15px; }	a.hauptnav {	font-size: 14px;	font-weight: bold;	text-decoration: none;	color: #FFF; 	border-left: 1px solid #00367B; 	margin-right: 10px;	padding: 4px 5px 4px 15px; }	a.hauptnav:hover { color: #FE9C03; }a.hauptnav_aktiv { 	font-size: 14px;	font-weight: bold;	text-decoration: none;	color: #FE9C03; 	border-left: 1px solid #00367B; 	margin-right: 10px;	padding: 4px 5px 4px 15px; }		a.nav_subnav {	float: left;	width: 175px;	color: #00367B;	text-decoration: none;	height: 19px;	background-color: #CCD7E5;	margin-top: 1px;	padding-top: 2px;	padding-left: 10px; }	a.nav_subnav:hover { background-color: #5A7DAA; color: #FFF; font-weight: bold; }a.nav_subnav_aktiv {	float: left;	width: 175px;	color: #FFF;	font-weight: bold;	text-decoration: none;	height: 19px;	background-color: #5A7DAA;	margin-top: 1px;	padding-top: 2px;	padding-left: 10px; }	a.nav_subsubnav {	float: left;	width: 175px;	color: #00367B;	text-decoration: none;	font-weight: bold;	height: 19px;	background-color: #A3B7D0;	margin-top: 1px;	padding-top: 2px;	padding-left: 10px; }		a.nav_subsubnav:hover { background-color: #5A7DAA; color: #FFF; font-weight: bold; }	a.nav_subsubnav_aktiv {	float: left;	font-weight: bold;	width: 175px;	color: #FFF;	text-decoration: none;	height: 19px;	background-color: #5A7DAA;	margin-top: 1px;	padding-top: 2px;	padding-left: 10px; }