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


img, img a
{
	border: none;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	color: #030303;
	background-image: url(images/body_background.png);
	margin-top: 10px;
}

#center
{
	width: 980px;
	margin: 0 auto;
}


#header
{
	width: 980px;
	background-image: url(images/wind.png);
	background-repeat: no-repeat;
	float: left;
}

#header_top_overlay
{
	height: 310px;
	width: 980px;
	float: ;
	background-image: url(images/header_overlay_top.png);	
	background-repeat: no-repeat;
	behavior: url(/fileadmin/ehrenhausen/iepngfix.htc);
}

#header_bottom
{
	width: 980px;
	float: right;
	background-image: url(images/header_overlay_bottom.png);
	background-repeat: no-repeat;	
	behavior: url(/fileadmin/ehrenhausen/iepngfix.htc);
}

#fast_navi
{
	width: 210px;
	float: left;
}

#fast_navi ul
{
	margin-top: 20px;
	margin-left: 45px;
}

#fast_navi li 
{
	list-style-type: none;	
	font-size: 1px;
}

#fast_navi li a
{
	list-style-type: none;	
	float: left;
	display: block;
	height: 37px;
	width: 43px;
}

#fast_navi a
{
	color: #d3d8a4;	
	text-decoration: none;
}

#fast_navi li.home a
{
	background-image: url(images/home.png);
	background-repeat: no-repeat;	
	behavior: url(/fileadmin/ehrenhausen/iepngfix.htc);
}

#fast_navi li.search a
{
	background-image: url(images/suche.png);
	background-repeat: no-repeat;
	behavior: url(/fileadmin/ehrenhausen/iepngfix.htc);
}

#fast_navi li.sitemap a
{
	background-image: url(images/info.png);
	background-repeat: no-repeat;
	behavior: url(/fileadmin/ehrenhausen/iepngfix.htc);
}


#mainnav
{
	float: right;
}

#mainnav ul
{
	margin-top: 20px;
	margin-right: 10px;
}

#mainnav li
{
	list-style-type: none;
	display: block;
	float: left;
	background-image: url(images/background_mainnav_lis.png);
	background-position: center top;
	background-repeat: no-repeat;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	border-left: 1px solid #66731c;
	
}

#mainnav li.curr
{
	background-image: url(images/background_mainnav_lis_active.png);
	background-repeat: no-repeat;
	background-position: center top;		
}

#mainnav li a
{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}


#maincontent
{
	width: 960px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(images/background_maincontent.png);
	background-repeat: repeat-y;	
	clear: both;
}

#left
{
 width: 200px;
 float: left;
 background-color: #fbf9f0;
}

#news
{
	width: 199px;
	background-color: #e7eac6;
	float: left;
	/*padding-bottom: 10px;*/
}

#news h1.main
{
	font-size: 1em;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 10px;
}

#news h1
{
	font-size: 1em;
	padding-left: 5px;
	text-transform: none;
	
}

#news p
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

#news h2
{
	font-size: 1em;
	font-weight: normal;
	text-decoration: underline;
	padding-bottom: 10px;
	padding-left: 5px;
}

#news a
{
	padding-left: 4px;
	color: #b1c44c;	
}

#all_news
{
	width: 199px;
	float: left;
	background-color: #e7eac6;
	padding-bottom: 5px;
}

#all_news a
{
	padding-left: 4px;
	color: #b1c44c;	
}

#wetter
{
	width: 190px;
	float: left;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 10px;
}

#wetter table
{
	float: right;	
}

#wetter table, #wetter tr, #wetter td
{
	border: none;
}

#wetter a
{
	color: #000;
	text-decoration: none;
}

#right
{
	float: right;
	width: 740px;
	padding-right: 10px;
}

#sub_navi
{
	background-color: #fff;
	float: left;
	width:750px;
	font-size: 0.8em;
}

#sub_navi li
{
	display: block; padding: 3px; list-style-type: none; float: left;
	padding-left: 5px;
	padding-right: 5px;
}

#sub_navi li a
{
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	color: #758233;
}

#sub_navi li.curr
{
	background-color: #758233;	
}

#sub_navi li.curr a
{
	color: #fff;	
}

#content
{
	width: 100%;
	float: left;
	background-image: url(images/background_content.png);
	behavior: url(/fileadmin/ehrenhausen/iepngfix.htc);
	background-repeat: no-repeat;
	background-position: right bottom;	
}

#footer
{
	width: 100%;
	border-top: 3px solid #4a5606;
	background-color: #b0ba73;
	float: left;
	margin-top: 10px;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	font-size: 0.9em;
	padding-bottom: 20px;
	
}

#footer li
{
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	border-left: 1px solid #a1ad5a;
	padding-left: 10px;
	padding-right: 10px;
	
}

#footer li.first
{
	border: none;	
}

#footer li a
{
	color: #fff;
	text-decoration: none;
}

#footer a
{
	color: #fff;
	text-decoration: none;
}

#footer p
{
	padding-top: 20px;
	padding-bottom: 0px;
}

#content
{
	padding-top: 10px;	
}

.csc-mailform {
	width: 500px;
	border: 0px none;
	font-size: 11px;
}

.csc-mailform-field {
	margin-bottom: 6px;
	line-height: 18px;
}


.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
float:left;
clear:both;
display:block;
width:130px;
padding-left:5px;
margin-bottom:10px;

}

.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
float:left;
display:block;
width:200px;
border: 1px solid #333;
background:#FFF;
padding:1px;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

input, textarea, select
{
float:left;
display:block;
width:200px;
border: 1px solid #333;
background:#FFF;
padding:1px;
margin-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

textarea
{
	height: 200px;	
}

fieldset
{
	border: none;	
}

.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: 135px;
/* Float wieder abschalten */
clear: both;
}

#content ul
{
	margin-top: 10px;
	margin-bottom: 10px;
}


#content p
{
	padding-bottom: 7px;	
}

#content h1
{
	font-size: 1.2em;
	color: #869b10;
	padding-bottom: 7px;
}

#content h2
{
	font-size: 1.1em;
	color: #869b10;
	padding-bottom: 5px;
}

#content h3
{
	color: #869b10;
	font-size: 1em;
}

#content hr
{
	height: 1px;
	border-bottom: 1px solid #758233;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content a
{
	color: #758233;
	text-decoration: underline;
}


#content li
{
	list-style-type: none;
	display: block;
	padding: 5px;
	padding-left: 25px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;	
}