body {
margin: 0;
        background-color: #f2783c;
        background-image: url('../images/hintergrund_neu.jpg');
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.83em;
}
input, textarea {
  font-family: Arial, Helvetica, sans-serif;
border: 1px solid #7a1200;
}
#kopf {
  background-image: url('../images/kopf.jpg');
  background-position: top left;
  background-repeat: repeat-x;
width: 100%;
height: 140px;
position: relative;
top: 0px;
left: 0px;
}
#main {
  margin-left: 8%;
  margin-right: 8%;
}
#inhalt {
  background-color: #fffbe1;
  background-image: url('../images/hintergrundhell.jpg');
padding: 2em;
border: 1px solid #e84b18;
}
#menu1 {
padding: 0;
         padding-bottom: 0.3em;
position: relative;
right: 0px;
       text-align: right;
}  
.menuitem {
  margin-left: 3px;
  border-right: 1px solid #e84b18;
  border-bottom: 1px solid #e84b18;
  background-image: url('../images/menuhintergrund.gif');
    padding-left: 0.4em;
    padding-right: 0.3em;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    font-weight: bold;
    color: #7a1200;
  }
  #logo {
    float: left;
  }
  #adresse {
    padding-top: 35px;
    margin-right: 20px;
    color: #7a1200;
    text-align: right;
  }
  .trenner {
    clear: both;
  }
    
  a:link, a:visited {
    color: #7a1200;
    text-decoration: underline;
  } 
  a:active, a:hover {
    color: #e84b18;
    text-decoration: underline;
  } 
  #menu1 a:link, #menu1 a:visited {
    color: #7a1200;
    text-decoration: none;
  } 
  #menu1 a:active, #menu1 a:hover {
    color: #e84b18;
    text-decoration: none;
  } 
  h1 {
     font-size: 1.6em;
     color: #7a1200;
  
  }
  .fusszeile {
    margin-top: 1em;
    margin-bottom: 1em;
    color: #7a1200;
    /*color: white;*/
    padding: 1em;
    font-weight: bold;
    border-bottom: 1px solid #FFD891;
    /*border-bottom: 1px solid white;*/
    border-left: 1px solid white;
    border-left: 1px solid #FFD891;
    width: 85%;
  }
