/* TEXT FORMATIERUNG */html, body {	 font-family:Arial, Helvetica, Verdana, sans-serif;	 color:#375555;	 font-size: 12px;	 font-style: normal;	 line-height: 18px;}hr{ 	border: 0px; /* Für Firefox und Opera */ 	border-top: solid 1px #dae0e0;	border-bottom: solid 1px #FFF; /* Für I.Explorer (container_metanavigationn-Hintergrundfarbe!) */	padding-bottom:5px;}h1 {	    font-size:18px;	 font-weight:100;	 line-height:20px;	 color:#11a600;	 margin-bottom:5px;	 margin-top:0;	 }h2 {	 font-size: 12px;	 color:#000;	 font-style: normal;	 	 margin-bottom: 20px;	 	 }	 h3 {	 font-size: 12px;	 color:#000;	 font-style: normal;	 	 margin-bottom: 2px;	 	 }	 h4{	margin-top:15px;	margin-bottom:15px;	color:#11a600;	font-size:12px;}h5{		font-size:16px;	color:#11a600;	margin-bottom: 15px;}h6{	font-size:12px;	color:#000;	margin-bottom: 0;}p{	margin-bottom:15px;}	 ul {margin:0; padding:0;}li {	list-style:none;	margin:0 0 5px 0;	padding:0 0 0 15px;	background:url("../img/liststyle_line.gif") no-repeat;	height:100%;	line-height:16px; }  .points li{ background:url("../img/liststyle.gif") no-repeat;}.decimal li{	background:none;	list-style:decimal;	margin-left:20px;	padding-left:5px;}#container_middle div {	margin-bottom:20px;}	 /* HYPERLINKS*/a {	color: #11a600;		font-weight:normal;	text-decoration:none;	background-repeat:no-repeat;	background:url("../img/link_icon.gif") no-repeat right;	padding-right:15px;}a:hover{text-decoration:underline;}a.ohne_pfeil{	background:none;	padding:0;}.download {	display:block;	background:url("../img/link_icon_marginal.gif") no-repeat left; 	padding-left:25px;	line-height:20px;	color:#375555;}.bild {background:none;}.kleiner_abstand {	margin-bottom:10px;}	 /* LINKE SPALTE */#container_left_text {margin-left:39px;}#container_left_text a {line-height:25px;}/* RECHTE SPALTE*//*#container_rightside a{	color:#375555;}*/#container_rightside a:hover{ color:#11a600;}#container_rightside p{margin-bottom:10px;}/* FOOTER */#container_footer a{	color:#668484;	background:none;	padding-right:7px;	padding-left:7px;	font-size:10px;}#container_footer a:hover{color:#11a600}/* TABLE */table { width: auto; border-collapse:collapse; margin-bottom: 6px; }table.full { width: 100%; }table.fixed { table-layout:fixed }th,td { padding: 2px; }thead th { background: #444; color: #fff }tbody th { background: #ccc; color: #333 }tbody th.sub { background: #ddd; color: #333 }	table.preTable { width:100%; border-collapse:collapse; font-size:12; margin:0 0 20px 0; }table.preTable td, table.preTable th { border:2px solid #fff; background:#ececec; }/* FORMULARELEMENTE */input.txt, .input_kommentar, .input_plz, .input_ort{	font-family:Arial, Helvetica, Verdana, sans-serif;	color:#375555;  font-size: 12px;  font-style: normal;  line-height: 18px;	width:250px;}input.txt{	margin-right:10px;}.input_kommentar{	width:400px;	height:45px;	font-family:Arial, Helvetica, sans-serif;	color:#4e5961;	font-size: 12px;	font-style: normal;	line-height: 18px;}.input_plz{	width:50px;}.input_ort{	width:190px;}  