body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p{
	margin:0px;
	padding:0px;
}

h1{
	margin:0px;
	padding:0px;
}

h2{
	margin:0px;
	padding:0px;
}

h3{
	margin:0px;
	padding:0px;
}

h4{
	margin:0px;
	padding:0px;
}

a{
	outline:none;
}

ul, li{
	list-style:none;
	margin:0px;
	padding:0px;
}

#main{
	width:880px;
	text-align:left;
}

#header{
	width:880px;
	height:110px;
	margin-bottom:5px;
}

#logo{
	width:180px;
	height:110px;
	margin-right:10px;
	float:left;
}

#banner{
	width:690px;
	height:110px;
	float:left;
}

#metanav{
	height:20px;
	text-align:right;
}

#metanav a{
	display:block;
	margin-top:3px;
	margin-left:2px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#969696;
	font-weight:bold;
	text-decoration:none;
	float:right;
}

#metanav a:hover{
	display:block;
	margin-top:3px;
	margin-left:2px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#969696;
	font-weight:bold;
	text-decoration:none;
	float:right;
}

.metatrenner{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#969696;
	font-weight:bold;
	margin-top:3px;
	float:right;
}

/* NAVI Erste Ebene */

#navileiste{
	width:880px;
	height:24px;
	background-image:url(../images/dekoleiste.gif);
	background-repeat:repeat-x;
	border-bottom: 1px solid #D5D5D5;
}

#navileiste_inhalt{	
	
}

#navileiste_inhalt #suchbox {
	display:block;
	float:left;
	width:189px;
}

#navileiste_inhalt #realnavi {
	display:block;
	float:left;
	width:690px;
}

#navileiste_inhalt li{	
	float:left;
}

#navileiste_inhalt li:hover{	
	float:left;
	background-color:#F5F5F5;
	background-image:url(../images/nav_pkt_hover.gif);
	background-repeat:repeat-y;
}

#navileiste_inhalt_li_active{	
	float:left;
	background-color:#F5F5F5;
	background-image:url(../images/nav_pkt_hover.gif);
	background-repeat:repeat-y;
}

#navileiste_inhalt li a{	
	display:block;
	padding-top:5px;
	padding-bottom:4px;
	padding-left:13px;
	padding-right:13px;
	border-left:1px solid white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#797979;
	text-decoration:none;
}

#navileiste_inhalt li a:hover{
	display:block;
	padding-top:5px;
	padding-bottom:4px;
	padding-left:13px;
	padding-right:13px;
	border-left:1px solid white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}

a#navileiste_inhalt_li_a_active{
	display:block;
	padding-top:5px;
	padding-bottom:4px;
	padding-left:13px;
	padding-right:13px;
	border-left:1px solid white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000 !important;
	text-decoration:none;
}

a#navileiste_inhalt_li_a_active:hover {
	color:#FF0000 !important;
}

#metabild{
	height:24px;
	margin-bottom:1px;
	border-left:1px solid white;
	float:right;
}

/* Klickpfad */

#klickpfad{
	width:880px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#797979;
	text-decoration:none;
	line-height:24px;
	padding:0px;
	margin:0px;
	clear:both;
}

#klickpfad a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#797979;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

#klickpfad a:hover{
	color:#FF0000;
}

.thispage {
	color:#797979;
}

#inhaltcontainer{
	width:880px;
	background-image:url(../images/bg_main.gif);
	background-repeat:repeat-y;
	overflow:auto;
}

/* NAVI Zweite Ebene */

#navboxmain{
	margin-top:5px;
	width:190px;
	min-height:740px;
	height:expression(this.scrollHeight < 740? "740px" : "auto" );
	float:left;
}

#navbox{
	width:180px;
	margin-right:9px;
	background-color:#F2F2F2;
	min-height:740px;
	height:expression(this.scrollHeight < 740? "740px" : "auto" );
}

/* NAVI Zweite Ebene LISTE*/
ul{
	margin:0px;
	padding:0px;
}

.subnav_li, #navbox .csc-textpic-text ul li{
	width:180px;
	border-bottom:1px solid white;
	background-image:url(../images/bg_navipkt.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.subnav_li:hover, #navbox .csc-textpic-text ul li:hover{
	width:180px;
	border-bottom:1px solid white;
	background-image:url(../images/nav_pkt_hover.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.subnav_li_active{
	width:180px;
	border-bottom:1px solid white;
	background-image:url(../images/nav_pkt_hover.gif);
	background-repeat:repeat-y;
	background-position:left;
}

.subnav_a_active{
	color:#FF0000;
	font-weight:bold;
	display:block;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}

.subnav_a, #navbox .csc-textpic-text ul li a{	
	display:block;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#797979;
	text-decoration:none;
	overflow:auto;
	font-weight:bold;
}

.subnav_a:hover, #navbox .csc-textpic-text ul li a:hover{
	display:block;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
	overflow:auto;
	font-weight:bold;
}

/* NAVI Zweite Ebene LISTE ENDE*/

/* NAVI Dritte Ebene */

#subnav{
	background-color:#E0E1E5;
	width:180px;
	margin:0px;
	padding:0px;
	padding-bottom:7px;
	overflow:auto;
}

.subsubnav_li{
	width:180px;
	border:none;
	margin-top:4px;
}

.subsubnav_li:hover{
	background-image:url(../images/subnav_pkt_hover.gif);
	background-repeat:no-repeat;
	border:none;
	background-position:0px 3px;
}

li#ssliactive{
	background-image:url(../images/subnav_pkt_hover.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
}

a.subsubnav_a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#78797D;
	text-decoration:none;
	font-weight:normal;
	display:block;
	padding-left:20px;
	padding-right:10px;
}

a.subsubnav_a:hover{
	color:#FF0000;
}

a#ssactive{
	color:#FF0000 !important;
}

/* NAVI Dritte Ebene Ende*/

/* NAVI ENDE */


#verband_suche{
	width:180px;
	height:55px;
	border-bottom:1px solid white;
	background-image:url(../images/bg_navipkt.gif);
	background-repeat:repeat-x;
	background-position:bottom;

}

#verband_suche_inhalt{
	width:170px;
	margin-left:10px;
	overflow:auto;
}

#verband_suche p{	
	display:block;
	margin-top:8px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	text-decoration:none;
	font-weight:bold;
}

#angebot_suche{
	width:180px;
	border-bottom:1px solid white;
	background-image:url(../images/bg_navipkt.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#F2F2F2;

}

#angebot_suche_inhalt{
	width:180px;
	overflow:hidden;
}

#angebot_suche p{	
	display:block;
	margin-top:8px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	text-decoration:none;
	font-weight:bold;
}

input{
	width:66px;
	height:13px;
	border:1px solid #7A7A7A;
	margin-top:3px;
	font-size:11px;
	margin-left:3px;
}

label{	
	display:block;
	margin-top:3px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#797979;
	text-decoration:none;
	font-weight:bold;
	float:left;
}

label.kontakt {
	margin-left:0;
	font-weight:normal;
	width:150px;
}

.au {
	margin-bottom:5px;
}

.kontaktarea {
	width:150px;
	height:80px;
	border:1px solid #7A7A7A;
	font-size:13px;
	margin-left:3px;
}

.kontaktfeld {
	width:150px;
	font-size:13px;
}

.kontaktknopf {
	height:20px;
	width:auto;
}

.fehler {
	color:#CC0000 !important;
}

#impressum{
	width:180px;
	height:30px;
	background-color:#F2F2F2;
	text-align:center;
}

#impressum p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#797979;
	text-decoration:none;
}

#impressum a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#797979;
	text-decoration:underline;
}

/* INHALTE MITTE */

#textinhaltmain{
	width:461px;
	margin-left:20px;
	margin-right:18px;
	margin-top:10px;
	float:left;
}

#textinhaltmain img { max-width:460px; }

#textinhaltmain_breit {
	width:674px;
	margin-left:15px;
	margin-top:10px;
	float:left;
}

#textinhaltmain_breit .zweispaltigkeit {
	width:670px;
	clear:both;
}

#textinhaltmain_breit img {
	border:0;	
}

#textinhaltmain_breit .zweisp_links {
	float:left;
	display:block;
	width:320px;
}

#textinhaltmain_breit .zweisp_rechts {
	float:right;
	display:block;
	width:320px;
}

#textinhaltmain p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#797979;
	text-decoration:none;
	line-height:16px;
}


#textinhaltmain a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FF0000;
	text-decoration:none;
	line-height:16px;
}

#textinhaltmain h1, #textinhaltmain_breit h1{
	background-color:#ECECEC;
	background-image:url(../images/bg_headline.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#797979;
	text-decoration:none;
	padding-left:7px;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:10px;
}
#textinhaltmain li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#797979;
	text-decoration:none;
	list-style-type:disc;
	margin-left:10px;
	line-height:16px;
}
#text_suche{
	height:37px;
	width:460px;
	background-color:#F1F1F1;
}

#text_suche_li{
	width:307px;
	margin-left:13px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#797979;
	margin-top:4px;
}

#text_suche_re{
	width:140px;
	float:left;
	margin-top:7px;
}

#text{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

#textinhaltmain table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal!important;
	color:#797979;
	text-decoration:none;
}

#textinhaltmain table td{
	padding-right:5px!important;
	padding-bottom:10px!important;
		vertical-align:top;
}


#text_mit_bild{
	width:460px;
	background-color:#F1F1F1;
	border-top:1px solid white;
}

#text_mit_bild img{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	float:left;
}

h6{
	background-color:#F1F1F1;
	border-top:1px solid white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#797979;
	text-decoration:none;
	line-height:16px;
	padding:5px;
	margin:0px;
}

/* INHALTE RECHTS */

#boxrechtsmain{
	width:180px;
	float:left;
	margin-left:11px;
}

#boxrechtsmain h1{
	background-color:#ECECEC;
	background-image:url(../images/bg_headline.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#797979;
	text-decoration:none;
	padding-left:7px;
	padding-top:3px;
	padding-bottom:3px;
}

#suche{
	width:180px;
	height:23px;
	background-color:#F2F2F2;
	text-align:center;
	overflow:auto;
}

#headline_ba{
	width:180px;
	height:20px;
	background-image:url(../images/bg_rechts_headline.gif);
	background-repeat:repeat-x;
	margin-bottom:1px solid white;
	margin-top:10px;
	overflow:auto;
}

#headline_ba h1{
	display:block;
 	font-family:Arial, Helvetica, sans-serif;
 	font-weight:bold;
 	font-size:12px;
 	color:#797979;
	margin-top:3px;
	margin-left:10px;
}

#inhalt_ba{
	width:180px;
	background-color:#F8F8F8;
}

#inhalt_ba p{
	margin-left:10px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#797979;
	text-decoration:none;
}

#inhalt_ba a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#797979;
	text-decoration:underline;
}

#inhalt_ba ul{
	margin-left:10px;
}

#inhalt_ba li{	
	margin-left:10px;
	list-style-image:url(../images/list_img.gif);
}

#inhalt_ba li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#797979;
	text-decoration:underline;
}

p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#797979;
	text-decoration:none;
	line-height:16px;
}


a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FF0000;
	text-decoration:none;
}

p.invis{
	visibility:hidden !important;
	display:none !important;
	line-height:1px;
	height:1px;
	margin:0;
	padding:0;
	background:red;
}

h2.invis{
	visibility:hidden !important;
	display:none !important;
	line-height:1px;
	height:1px;
	margin:0;
	padding:0;
	background:red;
}

.csc-textpic img {
	margin-top:10px !important;
	margin-right:5px!important;}

.subsubsubabstand {
	width:168px;
	margin-left:12px;
}

.subsubsubsubabstand {
	width:156px;
	margin-left:24px;
}

.firstincol{
	border-top:1px dotted #999999;
	margin-top:3px;
}

.firstincol:hover {
	border-top:1px dotted #999999;
	margin-top:3px;
}

.lastincol{
	border-bottom:1px dotted #999999;
	margin-bottom:3px;
}

.lastincol:hover {
	border-bottom:1px dotted #999999;
	margin-bottom:3px;
}

.contenttable-1{
	width:380px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#797979;
	text-decoration:none;
	line-height:14px;
}

.contenttable-1 td{
	padding-bottom:10px;
	text-align:left;
	vertical-align:top;padding-left:5px;
}

.contenttable-1 tr{
	vertical-align:top;
}

.contenttable-2{
	width:270px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#797979;
	text-decoration:none;
	line-height:14px;
}

.contenttable-2 td{
	padding-bottom:10px;
	text-align:left;
	vertical-align:top;padding-left:5px;
}

.contenttable-2 tr{
	vertical-align:top;
}

.contenttable-3{
	width:430px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#797979;
	text-decoration:none;
	line-height:14px;
}

.contenttable-3 td{
	padding-bottom:10px;
	text-align:left;
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#797979;
	text-decoration:none;
	line-height:14px;
}

.contenttable-3 tr{
	vertical-align:top;
}

div.csc-textpic-intext-right{
margin-right:10px!important;
}

.csc-textpic-caption{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#797979;
	text-decoration:none;
	padding-top:5px;
}

div.dreispaltigkeit {
	clear:both;
}

div.dreispaltigkeit h1 {
	margin:0!important;	
}

div.dreispaltigkeit img {
	margin:0!important;	
}

div.dreisp_links {
	display:block;
	float:left;
	width:150px;
}

div.dreisp_mitte {
	display:block;
	float:left;
	width:150px;
	margin-right:5px;
	margin-left:5px;
}

div.dreisp_rechts {
	display:block;
	float:left;
	width:150px;
}

img#tx_mwimagemap_img_181, img#tx_mwimagemap_img_1292{
	border:none!important;
}