body{
  text-align: center;
  padding: 0px;
  margin: 0px;
  font: 1em sans-serif;
}

h1{
  font-size: 1.2em;
}

h2{
  font-size: 1.1em;
}

#container{ 
  min-height:900px;
  height:auto !important;  /* für moderne Browser */
  height: 900px;  /*für den IE */
  width: 900px;
  border: 1px solid black;
}

#header{
  position: relative;
  width: 900px;
  height: 200px;
  overflow: display;
  text-align: right;
  background: url("../img/top.png") no-repeat;
}

#body{
  background: url("../img/bg.gif") no-repeat;
}

#content{
  min-height: 800px;
  height: auto !important;
  height: 800px;
  min-width: 680px;
  width: auto !important;
  max-width: 680px;
  margin-left: 200px;
  padding-right: 20px;
  text-align: left;
}

#footer{
  width: 900px;
  height: 115px;
  background: url("../img/bottom.png") no-repeat;
}


ul#navi {
  width: 10em;
  margin: 0; padding: 0.8em;
  border: 1px solid black;
  border-left: none;
  background-color: #f1f0ef;
}
* html ul#navi {  /* Korrekturen fuer IE 5.x */
  width: 11.6em;
  w\idth: 10em;
  padding-left: 0;
  padd\ing-left: 0.8em;
}
ul#navi li {
  list-style: none;
  margin: 0.4em; padding: 0;
}

ul#navi a {
  display:block;
  padding: 0.2em;
  text-decoration: none; font-weight: bold;
  font: bold 16px sans-serif;
  border: 1px solid black;
  //border-left-color: white; border-top-color: white;
  //color: maroon; background-color: #ccc;
  color: white;
  background-color: #e3001b;
}
* html ul#navi a {  /* Breitenangaben nur fuer IE */
  width: 100%;
  w\idth: 8.8em;
}
ul#navi a:hover {
  border-color: white;
  border-left-color: black; border-top-color: black;
  color: #e3001b; background-color: white;
}
