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

img, img a
{
	border: none;	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5F5F5F;
	background-color: #fff;
}

#subnav
{
	width: 180px;
	float: left;
}

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

#subnav li a:hover
{
	background-color: #f2f2f2;	
}

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

#left h1
{
	margin-top: 20px;
}

#subnav li a
{
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-decoration: none;
	color: #1D1D1D;
	background-image: url(images/plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

#bottom
{
	width: 100%;
	float: left;
	background-color: #000;
	background-image: url(images/bg_bottom.png);
	background-repeat: repeat-x;	
}

#bottom_wrapper
{
	width: 900px;
	margin: 0 auto;
	color: #C7C7C7;
	font-size: 8pt;
}

#bottom_nav
{
	width: 900px;
	float: left;
	padding-top: 20px;
}

#bottom_nav a
{
	color: #F1F1F1;
	text-decoration: none;
}

#left h1
{
	background-color:#0d77b1;
	padding: 5px;
	font-size: 12px;
	color: #fff;
	margin-bottom: 4px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left -1px;	
	padding-left: 25px;
}



#left_content
{
	width: 180px;
	float: left;
}

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

#subnav li.curr li a
{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;	
	font-weight: normal;
	color: #1D1D1D;
	border: none;
}

#subnav li.curr li
{
	padding-left: 10px;	
}

#subnav li.curr li a:hover, #subnav li.curr li.curr a
{
	background-color: #fff;
	font-weight: bold;
}

#bottom_nav a:hover
{
	color: #fff;	
}

#bottom_nav li
{
	display: inline;
	list-style-position: inside;
	padding-right: 5px;
	list-style-type: circle;
}

#bottom_copy
{
	width: 900px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#bottom_copy a
{
	color: #C7C7C7;
	text-decoration: none;
}


#top
{
	width: 100%;
	float: left;
	background-color: #0d77b1;
	background-image: url(images/verlauf_top.png);
	background-repeat: repeat-x;
}

#bg_image_top
{
	width: 100%;
	float: left;
	background-image: url(images/linien_oben.png);
	background-repeat: no-repeat;
}

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

#logo
{
	width: 900px;
	height: 70px;
	float: left;
	padding-bottom: 7px;
}

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

#mainnav li
{
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 2px;
	background-image: url(images/bg_li_left.png);
	background-repeat: no-repeat;		
	background-color: #ed1c24;
}

#mainnav li a
{
	display: block;
	float: left;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(images/bg_li_a_right.png);
	background-repeat: no-repeat;
	background-position: right top;	
	
}

#mainnav li.curr a
{
	color: #0d77b1;
	background-image: url(images/bg_li_a_right_white.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#mainnav li.curr
{
	background-image: url(images/bg_li_left_white.png);	
	background-color: #fff;
}

#maincontent_round
{
	width: 100%;
	float: left;
}

#header_image
{
	width: 900px;
	float: left;
	background-image: url(images/headerfoto_test.png);	
	margin-top: 10px;
	height: 200px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
}


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

#maincontent
{
	width: 900px;
	float: left;
	padding-bottom: 10px;
}

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

#content
{
	width: 690px;
	float: right;
	padding-top: 20px;
}

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

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

a { color: #ed1c24; 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: #fff;}

h1 { color: #000; font-size: 1.3em; padding-bottom: 7px; } 
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;
}

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

/* powermail */

fieldset.tx-powermail-pi1_fieldset {

/* Disable border */

border: none;

}

fieldset.tx-powermail-pi1_fieldset label {

/* Style labels */

display: block;

width: 400px;

float: left;

clear: both;

}

fieldset.tx-powermail-pi1_fieldset input,

fieldset.tx-powermail-pi1_fieldset select {

/* Style input fields */

width: 200px;

/*border: none;*/

/*border-bottom: 1px solid black;*/

margin-left: 10px;

}

div.tx_powermail_pi1_fieldwrap_html {

/* Increase margin between every field */

margin: 10px 0;

}
