@charset "utf-8";
/* CSS Document */


* {
   	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 0.8em;
}

table.restposten {
	border: 1px solid #8EC63F;
}

table.restposten td {
	padding: 5px;
	background: #ffffff;
	text-align: center;
}

table.restposten tr.tr-0 td {
        background: #8EC63F;
        color: #ffffff;
        text-align: center;
        font-weight: bold;
}


table.restposten td.td-2 {
        width: 160px;
}

table.restposten td.td-3 {
        width: 80px;
     
}

table.restposten td.td-4 {
        width: 120px;
}

table.restposten td.td-5 {
        width: 80px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: url(images/hg.jpg) repeat-x #f8fdfe;
}

#seite {
	width: 894px;
	height: auto;
	margin: 10px auto;
	background: url(images/inhalt_bereich.jpg) repeat-y;
	text-align: left;
}

#header {
	width: 894px;
	height: 203px;
	background: url(images/header.jpg) no-repeat;
}

#info {
	width: 134px;
	height: 100px;
	
	float: left;
	margin-top: 101px;
	margin-left: 18px;
	color: #edffd3;
	font-weight: bold;

	font-size: 14px;
}

#kontakt {
	
	margin-top: 15px;
	margin-left: 12px;
	width: 150px;
	height: 30px;
	float: left;
	color: #999;
}

a.kontakt:link, a.kontakt:visited, a.kontakt:hover {
	color: #999;
	text-decoration: none;
	
}

#suche {
	width: 209px;
	height: 20px;
	
	float: right;
	margin-top: 8px;
	margin-right: 50px;
	color: #689d1e;
	font-weight: bold;
}

#header_unten {
	width: 894px;
	height: 41px;
	background: url(images/header_unten.jpg) no-repeat;
}

#nav_top {
	width: 600px;
	float: right;
	height: 38px;
	margin-right: 40px;
}

#nav_top ul li {
	display: inline;
}

a.nav:link, a.nav:visited, a.nav:hover, 
a.anav:link, a.anav:visited, a.anav:hover {
	display: block;
	height: 36px;
	width: 94px;
	float: right;
	background: url(images/btn_default.jpg) no-repeat;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding-top: 5px;
}


a.nav:hover, a.anav:link, a.anav:visited, a.anav:hover {
	background: url(images/btn_hover.jpg) no-repeat;
}



#mitte {
	width: 894px;
	height: auto;
	background: url(images/inhalt.jpg) no-repeat;
}

#subnav {
	width: 150px;
	height: auto;
	float: left;
	margin-top: 20px;
	
}

#subnav ul li {
	display: inline;
}

a.sub_nav:link, a.sub_nav:visited, a.sub_nav:hover,
a.asub_nav:link, a.asub_nav:visited, a.asub_nav:hover {
	display: block;
	width: auto;
	height: 20px;
	background: url(images/btn_sub_default.jpg) no-repeat 0px 2px;
	padding-left: 40px;
	text-decoration: none;
	color: #8DC53E;
	font-weight: bold;
}

a.sub_nav:hover, a.asub_nav:link, a.asub_nav:visited, a.asub_nav:hover {
	background: url(images/btn_sub_hover.jpg) no-repeat 0px 2px;
	color: #439EE5;
}

a.sub_sub_nav:link, a.sub_sub_nav:visited, a.sub_sub_nav:hover,
a.asub_sub_nav:link, a.asub_sub_nav:visited, a.asub_sub_nav:hover {
	display: block;
	width: auto;
	height: 20px;
	font-size: 11px;
	padding-left: 40px;
	text-decoration: none;
	color: #8DC53E;
	font-weight: bold;
	
}

a.sub_sub_nav:hover, a.asub_sub_nav:link, a.asub_sub_nav:visited, a.asub_sub_nav:hover {
	
	color: #439EE5;
}

#inhalt {
	width: 700px;
	height: auto;
	
	float: right;
	margin-right: 28px;
	margin-top: 10px;
}

#footer {
	width: 894px;
	height: 27px;
	background: url(images/footer.jpg) no-repeat;
}

#footer_dop, #footer_copyright {
	width: 250px;
	height: 20px;
	color: #fff;
	font-size: 11px;
	float: right;
	margin-top: 11px;
	margin-right: 16px;
	text-align: right;
	font-weight: bold;
}

#footer_copyright {
	float: left;
	
	margin-right: 0;
	margin-left: 16px;
	text-align: left;
}

a.dop:link, a.dop:visited, a.dop:hover {
	color: #fff;
	text-decoration: none;
}	

.formfeld {
	
}

.formfeld label {
	display: block;
	float: left;
	width: 43px;
	margin-top: 2px;
}

#inhalt ul li {
	margin-left: 30px;
	color: #70943C;
	font-weight: bold;
	
}

textarea, select, input {

	margin-bottom: 0.8em;

}



fieldset.csc-mailform {

   border: 0;

}



fieldset.csc-mailform .csc-mailform-field label {

   display: block;

   font-weight: bold;

   width: 200px;

   float: left;

}


