*{
  margin:                auto;
  padding:               0px;
  font-family:           "Trebuchet MS", sans-serif;
  font-size:             small;

}

#wrapper {
  width:                 1000px;
  background:            white;
  background:            transparent;
}

#banner {
  float:                 left;
  width:                 100%;
  height:                240px;
  background-image:      url(../images/content/headerbild.jpg);
  background-repeat:     no-repeat;
  background-postition:  top center;
}

#banner-placer{
  float:                 left;
  width:                 100%;
  height:                15px;
  background:            white;
}

#navi-main{
  float:                 left;
  width:                 96%;
  height:                180px;
  padding-left:          2%;
  padding-right:         2%;
  background:            white;
}

         #navi-icon{
           float:                 left;
           width:                 180px;
           height:                100%;
         }

         #navi-placer{
           float:                 left;
           width:                 15px;
           height:                100%;
         }

#navi-bar{
  float:                 left;
  width:                 90%;
  height:                40px;
  padding-top:           10px;
  padding-left:          5%;
  padding-right:         5%;
  background:            white;
}

#content{
  float:                 left;
  width:                 90%;
  padding-left:          5%;
  padding-right:         5%;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  background: white;
}

#footer{
 float: left;
 width: 100%;
 height: 20px;
}


 A:link, A:visited, A:active { COLOR: #c79c65; TEXT-DECORATION: none; }
 A:hover { COLOR: #c79c65; TEXT-DECORATION: overline underline; }
 A.navitop:hover { COLOR: #ffffff; TEXT-DECORATION: overline underline; }
 input {
 FONT-SIZE: 12px;
 FONT-FAMILY: Tahoma,Helvetica;
 COLOR: #000000;
 BACKGROUND-COLOR: #c79c65;
 border : 0px solid #000000;
 border-top-width : 0px;
 border-right-width : 0px;
 border-bottom-width : 0px;
 border-left-width : 0px;
 text-indent : 2px;
 width: 300px;
 height: 20px;
}

textarea {
 FONT-SIZE: 12px;
 FONT-FAMILY: Tahoma,Helvetica;
 COLOR: #000000;
 BACKGROUND-COLOR: #c79c65;
 border : 2px solid #000000;
 border-top-width : 0px;
 border-right-width : 0px;
 border-bottom-width : 0px;
 border-left-width : 0px;
 text-indent : 2px;
 width: 300px;
 height: 200px;
}
