@charset "utf-8";
/* CSS Document */

    * {
	  margin: 0px;
	  padding: 0px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  color: #003c56;
	  }
	
	body {
	  text-align: center;
	  background-color: #849db1;
	  margin: 10px;
	  position:absolute;
      left:50%;
      width: 789px;
      margin-left:-395px;
	  margin-bottom: 10px;
	  }
	
	#seite {
	  text-align: left;
	  width: 789px;
	  background-color: #FFFFFF;
	  padding: 3px;
	  margin: 0px;
	  }
	  
	#header {
	  clear: both;
	  width: 789px;
	  margin: 0px 0px 3px 0px;
	  }
	  
	#top {
	  clear: both;
	  width: 789px;
	  height: 30px;
	  background-color: #0f3d6f;
	  margin: 0px 0px 3px 0px;
	  }
	  
	#top p {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  color: #FFFFFF;
	  text-align: right;
	  margin-top: 13px;
	  margin-right: 5px;
	  }
	  
	#top p a {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  color: #FFFFFF;
	  text-align: right;
	  margin-top: 13px;
	  margin-right: 5px;
	  text-decoration: none;
	  }
	  
	#top p a:hover {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;
	  color: #FFFFFF;
	  text-align: right;
	  margin-top: 13px;
	  margin-right: 5px;
	  text-decoration: underline;
	  }
	  
	#navigation, navigation a {
	  clear: both;
	  width: 789px;
	  height: 50px;
	  background: #FFFFFF url('images/nav.png') bottom left repeat-x;
	  }
	  
	#navi li {
	  background: #849db1;
	  text-decoration: none;
      text-align: center;
      width: 111px;
      height: 50px;
      display: block;
      float:left;
	  border-left: 1px solid #003952;
	  border-right: 1px solid #c5c5c5;
      }
	  
	  
	#navi li.start {
	  border-left: 0;
	  }
	  
	#navi li.ende {
	  border-right: 0;
	  }
	  
	#navi li.start#active {
	  border-left: 0;
	  }
	  
	#navi li.ende#active {
	  border-right: 0;
	  }
	  
	#navi li a {
	  float: left;
	  font-family: Verdana;
	  font-size: 10px;
	  font-weight: bold;
	  color: #FFFFFF;
	  text-align: center;
	  padding: 31px 0px 7px 0px;
	  width:100%;
	  text-decoration: none;
	  }
	  
	#navi li a:hover {
	  background: #849db1;
	  text-decoration: none;
      float: left;
	  font-family: Verdana;
	  font-size: 10px;
	  font-weight: bold;
	  color: #FFFFFF;
	  text-align: center;
      }
	  
	#navi li a:active {
	  background: #849db1;
	  text-decoration: none;
      float: left;
	  font-family: Verdana;
	  font-size: 10px;
	  font-weight: bold;
	  color: #FFFFFF;
	  text-align: center;
      }
	  
	#mitte {
	  margin-top: 3px;
	  background-color: #c5d7e7;
	  width: 789px;
	  height: 100%;
	  }
	  
	#inhalt {
	  float: right;
	  width: 465px;
	  margin-top: 3px;
	  background-color: #c5d7e7;
	  padding: 10px 10px 10px 30px;
	  }
	  
	#nebeninformationen {
	  float: left;
	  width: 264px;
	  margin-top: 10px;
	  background-color: #c5d7e7;
	  padding: 9px;
	  }
	  
	#nebeninformationen h1 {
	  ont-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size:12px;
	  font-weight: bold;
	  color: #003952;
	  margin-bottom: 10px;
	  margin-top: 20px;
	  border-bottom: 1px solid #62c7f2;
	  }
	  
	#footer {
	  clear: both;
	  margin-top: 3px;
	  width: 789px;
	  height: 30px;
	  background-color: #0f3d6f;
	  font-family: Verdana;
	  font-size: 10px;
	  color: #FFFFFF;
	  text-align: center;
	  }
	  
	#footer p {
	  font-family: Verdana;
	  font-size: 10px;
	  color: #FFFFFF;
	  margin-top: 10px;
	  font-weight: bold;
	  }
	  
	#inhalt h1 {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size:16px;
	  font-weight: bold;
	  color: #003952;
	  margin-bottom: 10px;
	  margin-top: 20px;
	  border-bottom: 2px solid #62c7f2;
	  }
	  
	#inhalt h2 {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size:12px;
	  font-weight: bold;
	  color: #286eab;
	  margin-bottom: 20px;
	  margin-left: 5px;
	  }
	  
	#container {
      width: 455px;
      }
	  
	i {
	  color: #FF0000;
	  font-weight: bold;
	  font-style: normal;
	}
	
	legend {
      font-family: Verdana;
      font-size: 10px;
      color: #003c56;
      font-weight: bold;
      }  

