body {
  color: #000;
  background: #ffc;
  font-family: verdana, arial,sans-serif;
  font-size: 100.01%;
   padding: 20px 80px;
  margin-bottom: 10px;
  text-align: center;   /* Zentrierung fuer alte IEs */
}

* { margin: 0;
    padding: 0;
    border: 0;
}

em{
    color: #903;
    font-weight: normal;
        font-style: normal}

strong {
    color: #903;
    font-weight: bold;
        }


/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
.overflow_clear { overflow:hidden }
* html .overflow_clear { height: 1% }


/* Container
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {

      margin: 0 auto;
      width: 749px;
      text-align: left;

 }

* html #rahmen {width: 751px}

#kopf {height: 160px; }

#navi{
float: left;
height: 200px;
width: 150px;
}

#inhalt {
  background: #fff;
  float:left;
  width: 597px;
  padding: 20px 0 10px 0;
  border: 1px solid #ccc;
 }

#footer {
  float: left;
  width: 597px;
  margin-left: 35em; 
  margin-top: 0.2em;

}

/* Navigation horizontal
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#navi li {
  margin-top: 10px;

}


#navi ul {
  margin-top: 50px;
  list-style: none;
}



* html #navi li {   /* Sternchen-Hack - sehen nur IEs */
  height: 1em;       /* damit margin-right auch im IE 5 beachtet wird */
}

#navi a {
  font-size: 70%;
  font-weight: bold;
}

#navi li a.on {
 color: #903;
}

#navi a:link, #navi a:visited {
  color: #063;
  text-decoration: none;
}

#navi a:focus, #navi a:hover, #navi a:active{color: #903;}




/* Inhalt
/* * * * * * * * * * * * * * * * * * * * * * * * * * */


#inhalt h1 {
  font-family: verdana;
  color: #903;
  font-size: 90%;
  line-height: 140%;
  letter-spacing: 0.2em;
  margin: 3.5em 2em 3em 5.5em;
}

#inhalt h2{
  color: #903;
  font-family: verdana, arial, sans-serif;
  font-size: 80%;
  line-height: 100%;
  margin: 3em 2em 2em 6em;
  }

#inhalt h3{
  color: #666;
  font-family: verdana, arial, sans-serif;
  font-size: 80%;
  line-height: 100%;
  margin: 3em 2em 0 6em;
  }

#inhalt p {
  font-size: 80%;
  line-height: 150%;
  margin: 1.5em 4em 1.5em 6em;
}

#inhalt a:link, #inhalt a:visited {
  color: #903;
  font-weight:bold;
  font-size: 90%;
  text-decoration: none;
}

#inhalt .BildRechts {
   float: right;
   margin: 1.5em 3em 0 0;
  }



#inhalt .BildLinks{
   float: left;
   margin: 1em 1em 2em 5em;
  }
#inhalt .BildCenter{
      align: center;
  }

#inhalt ul{
    list-style-type: circle;
    margin-left: 6em;
        margin-right: 3.5em;
        }

#inhalt li{
    font-size: 80%;
    line-height: 150%;
        }



/* Fuss
/* * * * * * * * * * * * * * * * * * * * * * * * * * */


#footer a {
        font-size: 70%;
        color: #666;
}

#footer a:link, #footer a:visited {
  text-decoration: none;
}
#footer a:focus, #footer a:hover, #footer a:active {
  color:#063;
}