/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 12px;
}
H1 {
	font-size: 16px;
	color: #013719;
}

H2 { font-size: 13px; color: #013719; }

P, H1, H2 {margin: 0px 0px 8px 0px;}

BODY {	margin: 0 0 0 0; background-color: #013719;  }

img
{
	border: none;	
}

a:link
{
	text-decoration: underline;
	color: #013719;
}

a:hover, a:active, a:visited
{
	text-decoration: underline;
	color: #013719;
}

fieldset
{
	border: none;	
}

#footer a, #footer a:hover, #footer a:active, #footer a:visited
{
	text-decoration: none;	
}

#wrapper { 
 margin: 0 auto;
 width: 980px;
 background: #fff;

}
#header {
 color: #333;
 width: 980px;
 float: left;
}
#leftcolumn { 
 color: #333;
 width: 240px;
 float: left;
 padding-top: 20px;
 padding-left: 10px;
 
}
#rightcolumn { 
 float: right;
 width: 700px;
 display: inline;
 padding-top: 20px;
 padding-right: 10px;
 padding-bottom: 20px;
}
#footer { 
 width: 980px;
 clear: both;
 text-align: center;
 height: 35px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 10px;
 line-height: 40px;
}

#footer p {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 10px;
 line-height: 40px;
}

#footer img
{
	padding-left: 10px;	
	padding-top: 0px;
	padding-bottom: 10px;
}

ul#MainNav
{
	width: 230px;	
	padding-left: 0px;
	margin: 0px;
}
ul#MainNav li
{
	list-style-type: none;
	display: block;
	border-bottom: 1px dotted #999999;
	font-size: 14px;
	padding-top:5px;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

ul#MainNav li a
{
		color: #035C2B;
		text-decoration: none;
}

ul#MainNav li.act
{
	background-color: #09532A;
	border-bottom: 1px solid #999999;
	text-color: #fff;
}

ul#MainNav li.act a
{
	color: #fff;
	font-weight: bold;
}

ul#MainNav li a:hover
{
	text-decoration: underline;	
}


ul#MainNav li.subnav
{
	border: none;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}

ul#MainNav li.subnav_act
{
	border: none;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	font-weight: bold;
}


SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #EDEFF1;
	border: 0px solid #CCCCCC;
}

TEXTAREA {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	border:0px solid #CCCCCC;
	color: #000000;
	font-weight : normal;
	background-color: #EDEFF1;
}

INPUT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
/*	background-color:#CCCCCC;*/
	border: 1px solid #666666;
}

BUTTON {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #EDEFF1;
}

.csc-mailform {
	width: 500px;
	border: 0px none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 36px;
}

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

