body {
  font-family: VERDANA,ARIAL,HELVETICA,Sans-Serif;
  background-color: #261979;
  }

#titel {
  position:absolute;
  left:10px; top:10px; width: 990px; height:110px;
  background-color:#00AFAF;
  }

#navi {
  position:absolute;
  left:10px; top:125px; width: 200px;height:1200px;
  background-color:#00AFAF;
  color:#0000FF;
  }

#inhalt {
  position:absolute;
  left:210px; top:125px; width:790px;height:1200px;
  background-color:#00AFAF;
  text-align: left;
  font-size: 10px;
  color:#0000FF;
  }


.kasten1 {
  position:absolute;
  width:360px;
  height:220px;
  background-color:#CBEEAB;
  padding:5px;
}

.kasten2 {
  position:absolute;
  width:765px;
  height:auto;
  color:#CBEEAB;
  padding:5px;
}

.kasten3 {
  position:absolute;
  width:765px;
}

.kasten4 {
  position:absolute;
  height:20px;
  color:#0E1334;
  font-size: 18px;
  text-align:center;
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:#ffffff;
}

.kasten5 {
  position:absolute;
  height:95px;
  width:250px;
  color:#0E1334;
  font-size: 12px;
  text-align:left;
  vertical-align:middle;
  border-width:6px;
  border-style:ridge;
  border-color:#FF0000;
  background-color:#CBEEAB;
}

.kasten6 {
  position:absolute;
  width:230px;
  height:50px;
  padding:0px 5px;
  border-color:#892A1B;
  border-style:double;
  vertical-align:middle;
  }

.h1 {
  text-align:center;
  font-size: 36px;
  color:#ECE88E;
  }

.h2 {
  text-align:center;
  font-size: 24px;
  color:#892A1B;
  }

.h3 {
  text-align:center;
  font-size: 18px;
  color:#892A1B;
  }

.h4 {
  text-align:center;
  font-size: 14px;
  color:#ffffff;
  }

.h5 {
  text-align:center;
  font-size: 13px;
  color:#111111;
  }

.normaltext1 {
  text-align:justify;
  font-size:16px;
  color:#FFFFFF;
}

.normaltext2 {
  text-align:justify;
  font-size:16px;
  color:#0000BF;
}

.normaltext3 {
  text-align:justify;
  font-size:18px;
  color:#9000E0;
}

 a:link {color:#ffffff;text-decoration:none;}
 a:visited {color:#ffffff;text-decoration:none;}
 a:hover {color:#E61127;text-decoration:none;}
 a:active {color:#ffffff;text-decoration:none;}

 a.navi:link
 {
  text-decoration:none; font-weight:bold;
  color:#0000aa;
 }
 a.navi:visited
 {
  text-decoration:none; font-weight:bold;
  color:#000066;
 }
 a.navi:hover
 {
  text-decoration:none; font-weight:bold;
  color:#ff0000;
 }
 a.navi:active
 {
  text-decoration:none; font-weight:bold;
  color:#ff0000;
 }