html {
	height: 100%;
	}
	
body {
	height:100%;
	background:transparent url(images/hg_gelb.gif) 0 0 repeat;
	text-align:center;
	font: normal 12px/17px Verdana, Helvetica, Arial, sans-serif;
	}

h1, h2, h3 {
	font-size:1.3em;
	font-weight:bold;
	color:#455864;
	}

h2 {
	font-size:1.2em;
	}

h3 {
	font-size:1.0em;
	}

a {
	color:#B54F05;
	}

a:hover {
	text-decoration:underline;
	}

.csc-sword {
	color:red;
	}
	
input, textarea {
	padding:3px 5px;
	border:1px solid #98BEDB;
	/*background:#FFF url(images/hg_suchfeld.gif) right bottom no-repeat;*/
	}

input, select, textarea {
	font:normal 11px/15px Verdana, Helvetica, Arial, sans-serif;
	color:#416F91;
	}
	
input.schaltflaeche {
	margin:0;
	background-color:#DEDEDE;
	}
#content textarea {
	width:300px;
	}
/* ------------- Seitenbereiche ------------ */
#wrapper {
	position: relative;
	min-height: 100%;
	width:865px;
	margin:0 auto;
	background:transparent url(images/hg_wrapper.gif) 0 0 repeat-y;
	text-align:left;
	}
	
* html #wrapper{
	height: 100%;
	}

#leftwrapper {
	float:left;
	padding-left:10px;
	}
	
#header {
	height:150px;
	width:610px;
	margin:0;
	background:transparent url(images/hg_header_verlauf.gif) 0 0 repeat-x;
	position:relative;
	font-size:0.9em;
	color:#FFF;
	}

#sidebar {
	float:right;
	width:245px;
	background:transparent url(images/hg_sidebar_top.gif) 0 0 no-repeat;
	}

#rightcontent {
	margin:0 26px 10px 28px
	}

#content {
	margin:40px 20px 50px;
	width:570px; /* hier Breite eingef�gt wegen Breitenproblemen im IE, evtl Box-Model-Problem beobachten*/
	}
	
#footer {
        PADDING: 17px 0 0 0; CLEAR: both;
	/*position: absolute;*/
	margin:-2.5em auto 0;
	text-align:center;
	font-size:0.9em;
	line-height:2.5em;
	}
	
#footerinner {
	width:865px;
	margin:0 auto;
	background:transparent url(images/hg_wrapper.gif) left top repeat-y;	
	}
	
/* -------------- Header-Elemente -------------- */

ul#mainnav {
	position:absolute;
	left:0;
	bottom:0;
	list-style:none;
	}

#header h1 {
	width:590px;
	height:80px;
	position:relative;
	top:10px;
	left:10px;
	background:transparent url(images/logo_neu.gif) 0 0 no-repeat;
	text-indent:-9999px;
	}

#mainnav li {
	display:inline;    
	margin:0;
	padding:0 0 0 15px;
	float:left;
	background:transparent url(images/hg_mainnav.gif) 0 0 repeat-x;
	}
	
#mainnav li a {
    display:block;
	padding:15px 15px 15px 0;
	line-height:20px;
	font-weight:bold;
	color:#FFF;
	}
	
#mainnav li a:hover {
    text-decoration:underline;
	}

#mainnav li.aktiv {
	background:transparent url(images/hg_tab_links.gif) 0 0 no-repeat;
	}
	
#mainnav li.aktiv a {
	background:transparent url(images/hg_tab_rechts.gif) right top no-repeat;
	color:#455864;
	}
	
/* ------------- Schriftformatierungen Content-Bereich ------------ */

#content p, #content h1, #content h2, #content h3, #content ul, #content dl {
	/*width:570px; entfernt wegen Breitenproblemen in IE6 */
	margin-bottom:10px;
	}

#content h1 {
	margin:0px 0 20px;
	}

#content h2, #content h3 {
	margin:15px 0 5px;
	}
	
#content ul {
	/*width:550px; entfernt wegen Breitenproblemen in IE6 */
	margin-left:20px;
	list-style:none;
	}

#content li {
	padding:0 0 0 15px;
	background:transparent url(images/listenpfeil.gif) 0px 8px no-repeat;
	line-height:1.8em;
	}

/* ------------- Sidebar-Formatierungen -------------- */
#sidebar {
	font-size:0.9em;
	}

#sidebar p {
	margin:0 5px 5px 0;
	text-align:justify;
    line-height:1.3em;
	}

#sidebar h1 {
	margin:0 0 10px 0;
	font-size:1.3em;
	font-weight:bold;
	}

#sidebar h2 {
	margin:0 0 5px 0;
	font-size:1.2em;
	font-weight:bold;
	}

#sidebar a {
	color:#B54F05;
	text-decoration:none;
	}

#sidebar a:hover {
	color:#833904;
	}
	
#sidebar ul.linklist {
	margin:0 26px 30px 28px;
	}
	
#sidebar ul.linklist li {
	padding-left:10px;
	font-weight:bold;
	color:#333;
	}
	
#sidebar ul.linklist li a {
	display:block;
	width:100%;
	line-height:25px;
	padding:5px 0;
	background:transparent url(images/hg_subnav_off.gif) right bottom no-repeat;
	}
	
#sidebar ul.linklist li a.aktiv {
	color:#333;
	}
	
#sidebar ul.linklist li a:hover {
	background:transparent url(images/hg_subnav_on.gif) right bottom no-repeat;
	}

#sidebar ul.linklist ul {
	margin:0 0 0 10px;
	}

#sidebar ul.linklist ul li a {
	line-height:20px;
	}
	
/* ------------ Bild Sidebar rechts oben -------------- */	
#sidebar p#titelbild {
	margin:0 16px 0 18px;
	}
	
#sidebar p#titelbild img {
	margin-top: 8px;
	margin-bottom:30px;
	}
	
/* ------------- Suche Sidebar ----------- */	

#sidebar form {
	margin-left:28px;
	font-size:0.9em;
	color:#416F91;
	margin:5px 30px 10px;
	line-height:8px;
	}
	
#sidebar input.suche {
	width:105px;
	padding:3px 5px;
	border:1px solid #98BEDB;
	background:#FFF url(images/hg_suchfeld.gif) right bottom no-repeat;
	font:normal 11px/15px Verdana, Helvetica, Arial, sans-serif;
	color:#416F91;
	}
	
#suchbutton {
	margin:0;
	padding:0;
	position:relative;
	top:5px;
	left:5px;
	border:none;
	}
	
#sidebar form label {
	line-height:1.0em;
	}

/* ------------- Footer-Absatz ------------- */
	
#footer p {
	clear:both;
	margin:0 245px 0 30px;
	text-align:center;
	color:#A7A7A7;
	}

/* ------------- NEWS-Einstellungen ------------- */
hr.news-bottom {
	clear:both;
	margin:0 auto 10px;
	width: 75%;
	text-align: center;
	border: 1px solid #dedede;
	}
	
p.news-small {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 0.9em;
	color:#666;
	}
	
p.newsimg {
	float: left;
	margin: 0;
	padding: 0;
	}
	
div.news-single-imagecaption {
	float: left;
	margin: 0;
	padding: 0;
	}

/* FORMULAR-FORMATIERUNGEN */
#content .csc-form-label, #content .csc-form-label-req {
	margin: 3px 15px 0 0;
	padding: 0;
	}
#content .csc-form-label-req {
	font-weight: bold;
	}
#content .csc-form-labelcell, #content .csc-form-fieldcell {
	margin: 0;
	padding: 1px 0 1px 0;
	}
	
-------------------------------------

#content .csc-mailform {
border: 0px; /* Rand ausschalten */
}

.csc-mailform-field label {
float:left;
clear:both;
display:block;
width:200px;
padding-left:10px;
margin-bottom:10px;
font-weight: bold;

}

.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
float:left;
display:block;
width:250px;

background:#F4F4F4;
padding:1px;
margin-bottom:10px;
}

.csc-mailform-submit {
/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
margin-left: 210px;
/* Float wieder abschalten */
clear: both;
}