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

h1#head
{
	position: absolute;
	top: -300px;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.83em;
	color: #606060;
}

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


#mainnav 
{
	width: 900px;
	float: left;
	background-image: url(images/logo_hernach.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color:#f9f6bf;
	
}

#mainnav li
{
	list-style-type: none;
	display: block;
	float: left;
}

#teaser
{
	width: 900px;
	float: left;
	background-image: url(images/titel.png);
	background-repeat: no-repeat;
	height: 322px;
}

#maincontent
{
	width: 900px;
	float: left;
}

#left
{
	width: 369px;
	float: right;
	color: #a0a0a0;
	text-align: right;
}


#left p
{
	padding-top: 20px;	
	padding-bottom: 10px;
}
#left a
{
	color: #a0a0a0;
	text-decoration: none;
}


#content
{
	float: left;
	width: 531px;
	background-color: #f6f6e8;
}

#buttons
{
	background-image: url(images/home_kont.png);
	background-repeat: no-repeat;
	background-position: right top;	
	float: left;
	width: 531px;
}

#buttons li
{
	list-style-type: none;
	display: block;
	float: left;
	font-size: 1px;
	position: relative;
	top: -3px;
}

#buttons li a
{
	display: block;
	float: left;
	height: 21px;
	width: 30px;

}

#buttons ul
{
	float: right;	
}

#maintext
{
	width: 511px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	
	line-height: 1.5em;
}

#footer
{
	width: 521px;
	float: left;
	background-color: #fff;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer li
{
	list-style-type: none;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	
	border-right: 1px solid #626262;
}

#footer li.last
{
	border: none; 	
}

#footer a
{
	color: #626262;
	text-decoration: underline;
}


#mainnav li a
{
	display: inline;
	float: left;
	background-image: url(images/navi.png);
	background-repeat: repeat-x;
	color: #fff;
	text-decoration: none;
	margin-right: 1px;
	padding-left: 7px;
	padding-right: 7px;
	height: 82px;
	background-position: left bottom;	
	padding-top: 30px;
	background-color: #5C5C5C;
}

#mainnav li.curr a, #mainnav li a:hover
{
	background-image: url(images/navi_curr.png);
	padding-top: 60px;
	height: 52px;
}

/* für den Content */
#content { line-height: 1.5em; }

#content li { list-style-position: inside; }
#content li li { padding-left: 20px; }
#content ul { padding-bottom: 10px; }

a { color: #9d9600; text-decoration: underline; }

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

h1 { color: #9d9600; font-size: 1.3em; padding-bottom: 7px; } 
h2 { color: #9d9600; font-size: 1.1em; padding-bottom: 5px; }
h3 { color: #9d9600; font-size: 1em; padding-bottom: 3px; }

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

#subnav
{
	width: 900px;
	float: left;
	background-color: #b3ad27;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
	height: 17px;
}

#subnav li
{
	list-style-type: none;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
}

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

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