body {
  background:#f7e7de;
  border-bottom:20px solid #9c1421;
  margin:0;
  padding:0;
  font-family: "Thorndale AMT", "Times New Roman", Tahoma, Georgia, Arial;
}
a {
  color:#000783;
  text-decoration:none;
}
a:active,
a:hover {
  color:#9c1421;
}


div.header {
  background:#9c1421;
  height:40px;
  position:relative;
  top:0;
}
div.header .text {
  color:#f7e7de;
  font-style: italic;
  font-size:2em;
  text-align:center;
  width:600px;
  position:relative;
  top:2px;
  left:10%;
}

div.inhalt {
  background:#f7e7de;
  min-height:70%;
  width:100%;
  padding-bottom:10px;
  position:absolute;
  top:40px;
}
*html div.inhalt {
  padding-bottom:0px;
}
div.content {
}

div.linkeSpalte {
  margin:0;
  padding:120px 30px 0 30px;
  width:160px;
  position:absolute;
  float:left;
  top:0px;
  z-index:1;
}
*html div.linkeSpalte {
  width:220px;
  w\idth:220px;
}
div.linkeSpalte .menueBox {
  position:relative;
  top:0px;
}
*html div.linkeSpalte .menueBox {
  top:-7px;
  t\op:-7px;
}

div #text {
  padding:20px 0px 20px 220px;
  width:60%;
  position:relative;
  top:0px;
}
*html div #text {
  width:840px;
  w\idth:840px;
}
div#text .start {
  padding-top:80px;
}

div.bottom {
  background:#9c1421;
  height:20px;
  width:100%;
  position:fixed;
  bottom:0;
  z-index:0;
}
*html div.bottom {
  line-height:0px;
  height:0px;
}
