* { padding: 0; margin: 0; }
img, img a { border: none; }


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	color: #030303;
	background-color: #A8A8A8;
}

#center
{
	width: 980px;
	margin: 0 auto;
}

#header
{
	width: 980px;
	float: left;
	height: 122px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: 236px top;	
}

#header h1 a
{
	display: block;
	width: 236px;
	height: 122px;
	font-size: 2px;
	color: #020d36;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;	
}


#news
{
	width: 730px;
	float: left;
	height: 90px;
	background-image: url(images/news.png);		
	padding-left: 250px;
	padding-top: 10px;
	color: #fff;
}

#news a 
{
	color: #fff;
	text-decoration: underline;
}

#news h1
{
	font-size: 1.3em;	
}

#news p
{
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 1.2em;
}

#maincontent
{
	width: 980px;
	float: left;
	background-image: url(images/maincontent.png);
	background-repeat: repeat-y;	
}

#left
{
	background-image: url(images/navigation.png);
	background-repeat: no-repeat;	
	float: left;
	width: 236px;
	
	min-height: 430px;
}

#left ul
{
	margin-top: 30px;	
	margin-bottom: 30px;
}

#left li
{
	list-style-type: none;
	display: block;
	padding: 5px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 1.2em;
}

#left li a
{
	color: #767676;
	text-decoration: none;
}

#left li.curr a
{
	color: #000400;
}

#left li ul
{
	margin-top: 5px;
	margin-bottom: 5px;
}

#left li.curr ul li
{
	padding-left: 30px;	
	border: none;
	font-size: 0.8em;
}

#left li.curr ul li a
{
	color: #767676;
}

#left li.curr ul li.curr a
{
	color: #000400;
}

#right
{
	width: 725px;
	float: right;
	padding-top: 20px;
	padding-right: 10px;
}

#right p
{
	padding-bottom: 10px;
	
}

#right h1
{
	font-size: 1.3em;
	padding-bottom: 7px;
}

#right h2
{
	font-size: 1.1em;
	padding-bottom: 7px;
}

#right h3
{
	font-size: 1em;
	padding-bottom: 5px;
	font-weight: bold;
}

#right ul
{
	padding-top: 7px;
	padding-bottom: 7px;
}

#right hr
{
	height: 1px;
	border-top: 1px solid #000;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin-top: 5px;
	margin-bottom: 5px;
}


#right a
{
	color: #020d36;
	text-decoration: underline;
}

#right li
{
	list-style-position: inside;	
}

#footer 
{
	width: 980px;
	float: left; 
	padding-top: 15px;
	text-align: center;
	padding-bottom: 10px;
	font-size: 0.9em;
}

#footer a
{
	text-decoration: none;
	color: #000;
}

.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;
}