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

img, img a
{
	border: none;
}

body {
	background-color: #333333;
	color: #d2d2d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	
}

#bg_color
{
	width: 940px;
	float: left;
	background-color: #333333;
	
		filter:alpha(opacity=90);
	opacity: .9;
}

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

#header
{
	width: 940px;
	float: left;
	background-image: url(images/bg_subnav.gif);
	background-repeat: repeat-y;	
}

#header h1
{
	display: block;
	width: 400px;
	float: right;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	font-size: 1px;
	color: #333333;
	height: 96px;
	background-position: right 20px;
}

#header p
{
	display: block;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainnav 
{
	width: 940px;
	float: left;
	border-bottom: 2px solid #767676;
	border-top: 2px solid #767676;
	padding-bottom: 10px;
	padding-top: 10px;
}

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

#mainnav li a
{
	color: #fff;
	display: block;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#mainnav li.curr a, #mainnav li a:hover, #mainnav li a:focus
{
	background-color: 	#767676;
}

#copy
{
	width: 925px;
	float: left;
	border-top: 2px solid #767676;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

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

#maincontent
{
	width: 940px;
	float: left;
	background-image: url(images/bg_subnav.gif);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	padding-top: 10px;
}

#left
{
	width: 200px;
	float: left;
}

#content
{
	width: 700px;
	float: right;
	display: inline;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}

#subnav
{
	width: 180px;
	float: left;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

#adresse
{
	width: 180px;
	float: left;
	color:  #b7b7b7;
	padding: 10px;
}

#adresse p
{
	padding-top: 20px;	
	color: #5C5C5C;
}

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

#subnav li a
{
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#subnav li li a
{
	padding: 2px;
	padding-left: 20px;	
	font-weight: normal;
	
}

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

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

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

#subnav li ul
{
	padding-bottom: 10px;	
}

/* 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: #b7b7b7; text-decoration: underline; }

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

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

form{
	width: 700px;
	float:left;
}

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