html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

LABEL {
	width:100px;
	}

.mail_formular {
	clear:left;
	width: 100px;
	float: left;
	min-width: 100px;
	}
	
.csc-mailform-submit {
	margin-left: 100px;
	}
* html .csc-mailform-submit {
	margin-left: 0px;
	}
.csc-mailform {
	border: 0;
	}
.csc-mailform-check {
	line-height: 54px;
	height: 54px;
	min-height: 54px;
	}	

body {
	text-align:center;
	margin:0px;
	padding:0px;
	background-image:url(../images/body_background.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#E0E9C3;
	}
	
#container {
	text-align:left;
	margin:0 auto;
	width:904px;
	background-image:url(../images/container_background.gif);
	background-repeat:repeat-y;
	background-position:top;
	}
#container2 {
	background-image:url(../images/content_banner.jpg);
	background-repeat:no-repeat;
	background-position:top;	
	}
#banner {
	height:204px;
	}
#navigation {
	float:left;
	width:175px;
	padding-top:5px;
	padding-bottom:5px;
	border-right:2px solid #8BC50B;
	}
#content {
	float:left;
	width:532px;
	}
#content_inhalt {
	padding-top:5px;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.005em;
	color:#454545;
	padding-left:10px;
	padding-right:10px;
	}

#content_inhalt:Hover, .beispielhover{
	background-image:url(../images/content_banner2.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#FFFFFF;
	}
#content_inhalt {
background-color: expression(
this.onmouseover = new Function("this.className += ' beispielhover';"),
this.onmouseout = new Function("this.className = this.className.replace('beispielhover', '');")
);
}	
	
#sidebar {
	float:left;
	width:195px;
	}
#sidebar_inhalt {
	font-size:11px;
	color:#4C6F00;
	line-height:16px;
	padding:10px;
	}
.clear {
	clear:both;
	padding-bottom:30px;
	}
/* ################## NAVIGATION MENU ################### */
#navigation UL {
	font-size:12px;
	font-weight:bold;
	color:#4C6F00;
	line-height:18px;
	margin:0px;
	padding:0px;
	}
#navigation LI.lvl1 {
	margin:0px;
	padding:0px;
	margin-left:25px;
	list-style-image:url(../images/menu_dot.gif);
	}
#navigation LI.lvl2 {
	margin-left:30px;
	list-style-image:url(../images/menu_dot2.gif);
	}
#navigation LI.lvl3 {
	margin-left:40px;
	list-style-image:url(../images/menu_dot.gif);
	}	
	
	
/* ################## NEWS LIST TEMPLATE ################### */
.news_container {
	}
.news_title {
	}
.news_subtitle {
        font-size:11px;
	padding-bottom:5px;
	}
.news_image {
	padding:4px;
	padding-top:6px;
	}
.news_content {
	padding:0px;
	}
.news_mehr {
        font-weight:bold;
	text-align:right;
	}	
.news_clear {
	clear:both;
	padding-bottom:5px;     
        }
        
/* ################## NEWS Single TEMPLATE ################### */

.news_copyright {
	font-size:11px;
	color:#cccccc;
	}
