body
{
 font-family:Verdana,Arial,sans-serif,Helvetica;
 font-size:9pt;
 color:#000000;
 margin:0;
 padding:0;
 background:#666666;
 background-image:url(bg_stripe.gif);
 background-repeat:repeat-x;
}


#container
{
  width:988px;
  background:#FFFFFF;
  margin:auto;
  margin-top:8px;
}


#header
{
 width:988px;
 height:200px;
 background:url(header.jpg); 
 padding:0px 0px 0px 0;
}

#menue
{
 
 position:relative;
 z-index:1; 
 height:50px;
 background:url(border_black.h50pdunklerx.png);
 background-repeat:repeat-x;
}

#mainNavi {
	list-style-type: none;
	width: auto;
	margin: 0px;
	padding: 0px;
	float:left;
}

#mainNavi img {
	text-decoration: none;
	border: 0px;
}

#mainNavi li {
	float: left;
    margin-right:0px;
}


#mainNavi a {
	display: block;
	padding: 10px 12px 11px 12px;
	text-decoration: none;
	color:#ffffff;
	border-right:dashed;
	border-width:1px;
	border-color:#FFFFFF;
	font-size:12px;
}

#mainNavi a:hover {
	background-image:url(border_black.h50pdunklerx2.png);
	padding: 10px 12px 11px 12px;
	text-decoration: none;
	color:#000000;
	border-right:dashed;
	border-width:1px;
	border-color:#000000;
	font-size:12px;
}


#mainNavi #active{
	background-image:url(border_black.h50pdunklerx2.png);
	padding: 10px 12px 11px 12px;
	text-decoration: none;
	color:#000000;
	border-right:dashed;
	border-width:1px;
	border-color:#000000;
	font-size:12px;
	text-decoration:underline;
}


#submenue
{
 width:220px;
 padding:0;
 margin:0;
 margin:auto;
 margin-top:30px;
 margin-bottom:100px;
}

#submenue li
{
  list-style:none;
}

#submenue a
{
 display:block;
 border-bottom:#000000 dashed 1px ;
 color:#333333;
 text-decoration:none;
 text-align:center;
 color:#000000;
 width:220px;
 padding-top:5px;
 padding-bottom:2px;
}

#submenue a:hover
{
 background:#EEEEEE;
}


#contentWrap {
    display: table;
}

#wrap {
    display: table-row;
}
#left,
#border,
#content {
    display: table-cell;
    vertical-align: top;
}

*+html #wrap {
	overflow: hidden;
}
* html #left,
* html #border,
* html #content {
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	float: left;
}
*+html #left,
*+html #border,
*+html #content {
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	float: left;
}

#left
{
  width:255px;
}

#border
{
  width:9px;
  background-image:url(border.gif);
}

#content
{
  padding-top:30px;
  padding-left:20px;
  width:600px;
}

#footer
{
 height:5px;
 border-top:solid 1px;
 border-top-color:#000000;
}


    .clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0;
    }
    
    /*Formular css*/
    
.formbox {
  width: 430px;
  color: #000;
  background-color: #F;
}

.reihe {
  clear: both;
  padding: 2px 0px;
}

.label {
  clear: both;
  float: left;
  width: 100px;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
}

.feld {
  float: right;
  width: 300px;
  text-align: left;
} 

.knopf {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.defbreite {
  width: 260px;
}


