@charset "utf-8";
/* CSS Document */

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

div#clear{
clear: both;
}

body {
background-color:#FFFFFF;
background-position:center top;
background-repeat:repeat-y;
}

div#wrapper{
width: 950px;
margin: auto;
}

div#logoheader{
width: 950px;
}

div#grafikbanner{
background-color:#8a8c37;
width: 930px;
height:100px;
font-size:35px;
color:#FFFFFF;
padding-left:10px;
}


div#streifen{
background-color:#FF9900;
height: 25px;
}


div#contentwrapper{
width:950px;
padding-top:10px;
border-right:5px solid #d9daa5;

background-image:url(../images/ad-leftgb.gif);
background-repeat:repeat-y;
}

div#spalte_links{
width:230px;
float:left;

}

div#spalte_links ul{
margin-top:20px;
margin-left:20px;
}

div#spalte_links li{
font-family:Times News Roman, Times, serif, Arial,Helvetica,sans-serif;
letter-spacing:1px;
font-size:20px;
list-style:none;
margin-top:10px;
}



div#spalte_links li a{
	text-decoration:none;
}

div#spalte_links li a:active,a:hover{
	text-decoration:underline;
}



a,a:active,a:hover{
color:#c75a07;
/*color:#f69647;*/
text-decoration: underline;
}

div#footer a,a:active,a:hover{
color:#999999;
text-decoration: none;
}




.passivMenue{
color:#FFFFFF;
}

.aktivMenue{
color:#CCCCCC;
}


div#spalte_rechts{
width:600px;
float:left;
padding:20px;
}

.fliesstext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
line-height:19px;
color:#666666;
}

h1 {
font-family:Arial,Helvetica,sans-serif;
font-size:18px;

color:#60621e;
letter-spacing:1px;
margin-bottom:10px;
}

h2 {
font-family:Arial,Helvetica,sans-serif;
font-size:18px;

color:#000000;
letter-spacing:1px;
margin-bottom:10px;
}


div#auflistung{
float:left;
width:250px;
}


div#auflistung ul{
list-style:none;
}

div#auflistung li{
font-family:Arial, Helvetica, sans-serif;
color:#666666;
line-height:18px;
font-size:13px;
background:url(../images/listdot.gif);
background-repeat:no-repeat;
background-position:0 5px;

margin-top:5px;

}

div#auflistung2 ul{
list-style:none;
}

div#auflistung2 li{
font-family:Arial, Helvetica, sans-serif;
color:#666666;
line-height:18px;
font-size:13px;
background:url(../images/listdot2.gif);
background-repeat:no-repeat;
background-position:0 5px;
margin-top:5px;
padding-left:0px;
}


div#boxhervorhebung{
margin-top:20px;
background-color:#fefaef;
display:block;
padding-right:10px;
margin-bottom:30px;
padding-bottom:20px;

}

div#boxhervorhebung img{
padding-right:15px;
padding-bottom:15px;
margin-bottom:50px;
}

p {
padding-bottom:10px;
}

div#einspaltig{
width:950px;
}

div#footer{
margin-bottom:20px;
font-family:Verdana, Arial,Helvetica,sans-serif;
letter-spacing:1px;
color:#999999;
font-size:12px;
margin-top:30px;
}


/*----------------------------------------------
*/
.formfield{
	float: left;
	border-bottom: solid 1px #d0d1d5;
	font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica;
	font-size: 10pt;
	height: 20px;
	width: 250px;
	margin-bottom: 10px;
	padding-left: 5px;
}

.formfield_pflicht{
	float: left;
	border-bottom: solid 1px #d0d1d5;
	font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica;
	font-size: 10pt;
	height: 20px;
	width: 250px;
	margin-bottom: 10px;
	padding-left: 5px;
	background-color: #e8e8e8;
}

.textfield{
	border-bottom: solid 1px #d0d1d5;
	font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica;
	font-size: 10pt;
	height: 150px;
	width: 400px;
	padding-left:5px;
	margin-top: 10px;
	overflow: auto;
}

.textfield_pflicht{
	border-bottom: solid 1px #d0d1d5;
	font-family: "Trebuchet MS", Futura, Verdana, Arial, Helvetica;
	font-size: 10pt;
	height: 150px;
	width: 400px;
	padding-left:5px;
	margin-top: 10px;
	background-color: #e8e8e8;
	overflow: auto;
}

/*------------------------------------------*/

label { /* Alle Labels UND Formularelemente auswählen */
  float: left;
  width: 150px; /* Breite.*/
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

.submit { /* den Submit-Button */
vertical-align: middle;
	font-weight: bold;
  	float: none;
	color: #c75a07;
	width: 100px;
	height: 30px;
	background-color: #ffefd5;
	width: 150px;
	border: 1px solid #c75a07;
	margin-left: 255px;
	margin-top: 10px;
}

/*------------------------------------------*/



