
body {
background-color: #f6f6f6;
font-size: 11px;
font-family:  Verdana, Arial, SunSans-Regular, Sans-Serif;

color:#000;
padding:0px;
margin:0px;
}
a {
  text-decoration: none;
  color:  	  	#FF6600;
  }
a:visited {color:#FF6600;}
a:hover {color: #F43E06;}
a:active { color:#F43E06;}

h1 {
font-size: 11px;
font-weight: bold;
color:#888;
margin-bottom: 10px;
border-bottom: 1px dotted #888;
 }

h2 {
display:inline;
font-size: 11px;
font-weight: bold;
color:#333;
}

h3 {
display:inline;
font-size: 11px;
font-weight: bold;
color:#666;
}

/* ----------container zentriert das layout-------------- */
#container {
width: 950px;
margin-bottom: 10px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding: 0 0 0 0;
background-color: #fff;
border: 2px solid #FF6600;
}

/* --------------banner oben-------------- */
#banner {
z-index:0; 
text-align: left;
padding: 0px;
margin: 0px;
width: 950px;
height: 130px;
border-bottom: 2px solid #FF6600;
}

div #laufzeile {
  position:     relative;
  top:          10px; 
  left:         20px;
  height:  	  	108px;
  width:        160px;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  border-width:1px;
  border-style:solid;
  border-color:#FF6600;
  background-color: #FFFFFF; 
  layer-background-color: #FFFFFF;
  z-index:2;
  float:left;
}

div #logo {
  position:     relative;
  top:          0px; 
  left:         0px;
  height:  	  	108px;
  width:        160px;
  z-index:3;
}
/* -----------------inhalt--------------------- */
#content {
background-color: #ffffff;
padding: 0px;
margin-left: 210px;
margin-right: 0px;
padding: 0px 0px 0px 0px;
}

div#content { 
width: 720px;
height: auto; 
}

p{
display:inline;

}
table.inhalt {
  position:     relative;
  top:          20px; 
  left:         0px;
  float:left;
}

table.form {
  position:     relative;
  top:          0px; 
  left:         0px;
  float:left;
}

.textfeld {
width: 300px;
}

.senden {
background-color: #E9F2FC;
border: 1px solid #000
}


/* --------------navigation links-------- */
#left {
float: left;
width: 170px;
margin: -2px;
padding: 0px;

}

#navi {
position:relative;
width: 170px;
top: 22px;
left: 20px;
height: 141px;


}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; 
background-color: #FF6600;
border-top: 2px solid #fff;
height: 18px;
}

#adresse {
width: 870px;
float: left;
text-align: left; 
padding: 2px 0px 2px 25px;
font-size:    11px;
color: #000;
}


#space {
width:  	  	140px;
}

a.fett:link             { color: #FFFFFF; font-weight: bold; font-size: 11px; text-decoration: none }
a.fett:visited          { color: #FFFFFF; font-weight: bold; font-size: 11px; text-decoration: none }
a.fett:hover            { color: #FFFFFF; font-weight: bold; font-size: 11px; text-decoration: none }
a.fett:active           { color: #FFFFFF; font-weight: bold; font-size: 11px; text-decoration: none }

a.weiss:link             { color: #DDDDDD; font-weight: normal; font-size: 11px; text-decoration: none }
a.weiss:visited          { color: #DDDDDD; font-weight: normal; font-size: 11px; text-decoration: none }
a.weiss:hover            { color: #FFFFFF; font-weight: normal; font-size: 11px; text-decoration: none }
a.weiss:active           { color: #FFFFFF; font-weight: normal; font-size: 11px; text-decoration: none }


