  body {
    color: #5a5956;
    background:#f7f2d5 url(../deco/hintergrund.jpg); background-repeat:repeat-x; background-attachment:fixed;

    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 10; padding:0 0 1em 0;
    text-align: center;  /* Zentrierung im IE */
    overflow: scroll;
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* horizontale Zentrierung */
    width: 760px;
    padding: 0;
    background:#fcf7e6;
    border-width:1px; border-color:#dfd5bc; border-style:solid; }

   #titel{ width:760px; height:85px; ; float: left; clear: left;background-color:;}


                      /* navigation Anfang */
.container {
margin-top:0px;
clear: both;
float: left;
width: 100%;
overflow: hidden;
background: ;
font-family: Verdana;
font-size: 1em;
padding-bottom:8px; border-bottom:2px solid #bbb;
}

#navi {
float: left;
position: relative;
left: 50%;
margin: 0 auto;
padding: 0;
list-style-type: none;
}

#navi li {
float: left;
position: relative;
right: 50%;
}

#navi a {
width: auto;
display: block;
padding:0 10px;
line-height: 1.5em;
color: #000;
background: ;

text-decoration:none;
}


#navi a:link { color:#242431; text-decoration:none; }
#navi a:hover {  color:#e8893d; text-decoration:none; }
#navi a:visited {  color:#7f7e5e; text-decoration:none; }
#navi a.link_aktiv { color:#f95f45; text-decoration:none;}

                                            /* Navigation Ende  */



                                            /* Text- und Bildteil  */








#bildfeld {margin:30px 0 20px 0; width:408px;  background-color:; float: left; clear: left; }

#beschreibung { margin:30px 0 20px 0; width:348px;  background-color:; float: left; }

#textfeldL {margin:30px 0 20px 0; width:378px;  background-color:; float: left; clear: left; }
#textfeldR { margin:30px 0 100px 0; width:378px;  background-color:;float: right; }

#textfeld {clear: both;margin:30px 0 20px 0; width:760px;  background-color:; }

  div#Inhalt {
    margin: 0;
    padding: 0 ;
  }

  * html div#Inhalt {
    height: 12px;  /* Angleichung an IE */
    margin-bottom: 0;
   }

  div#Inhalt h1 {
    font-size: 20px;
    margin: 0; padding: 0;  /* Abstand der Überschrift vom Menu*/
    color:#7F0000 ;
  }

  div#Inhalt h2 {
    font-size: 16px;
    margin: 20px 0 0 20px;   padding-bottom:8px; border-bottom:2px solid #bbb;
    color: #676784;
  }
   div#Inhalt h3 {
    font-size: 14px;
    margin: 20px 0 0 20px;
    color: #676784;
  }
  div#Inhalt h4 {
    font-size: 12px;
    margin: 16px 0 0 20px;   padding-bottom:8px; border-bottom:1px solid #bbb;
    color: #676784;
  }


  div#Inhalt p {
    font: 14px Arial, Verdana, Sans-Serif; line-height:1.5em;   text-align:justify ;
    margin: 20px ;
    color: #5a5956;
  }

div#Inhalt table   {
    font: 14px Arial, Verdana, Sans-Serif; line-height:1.5em;
        color: #5a5956;
  }


   /* Fußnote*/


  p#Fusszeile {
    clear: both; color: #676784;
    font-size: 10px;
    margin: 0; padding: 0.5em;
    text-align: center;
    background-color: #f6f0ed;
    border-top: 1px solid silver;
  }