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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	color: #0000;
	background-color: #336633;
}

#wrapper 
{
	width: 780px;
	margin: 0 auto;
}

#top
{
	width: 780px;
	float: left;
	height: 100px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;	
	
}

#top h1
{
	position: relative;
	top: -20000px;
}

#footer
{
	width: 610px;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
	padding: 10px;
	float: right;
}

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

#maincontent
{
	width: 780px;
	float: left;
	background-image: url(images/faux.png);
	background-repeat: repeat-y;	
}

#nav 
{
	width: 150px;
	float: left;
	padding-top: 20px;
	padding-bottom:90px;
	background-image: url(images/zebu.png);
	background-repeat: no-repeat;
	background-position: center bottom;	
}

#nav li
{
	list-style-type: none;
}

#nav li a
{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 7px;
	padding-left: 0px;
	font-size: 1.2em;
}

#nav li.curr a
{
	font-weight: bold;	
}

#nav li li a
{
	padding: 0px;
	padding-left: 15px;	
	font-size: 0.9em;
	font-weight: normal;
}

#nav li li.curr a
{
	font-weight: bold;	
}

#content
{
	float: right;
	width: 605px;
	padding-top: 20px;
	background-color: #fff;
	display: inline;
	padding-left: 15px;
	padding-right: 10px;
	line-height: 1.5em;
	background-image: url(images/background_content.png);
	background-repeat: no-repeat;	
	min-height: 450px;   
	height: auto !important;   
	height: 450px;
}

a { color: #336633; text-decoration: underline; }

p { padding-bottom: 10px; }
hr { height: 1px; border: none; border-top: 1px solid #000; margin-top: 10px; margin-bottom: 10px; color: #000;}

h1 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; color: #000; font-size: 1.7em; padding-bottom: 12px; } 
h2 { color: #000; font-size: 1.1em; padding-bottom: 5px; }
h3 { color: #000; font-size: 1em; padding-bottom: 3px; }

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

#content li
{
	list-style-position: inside;	
}

#content li li
{
	padding-left: 20px;	
}

.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;
}

