  body{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  background:url(../bilder/html/background.gif) repeat-x;
  }
  a{
  color: #BB030A;
  text-decoration:none;
  }
  a:hover{
  text-decoration:underline;
  }
  h1{
  color:#BB030A;
  font-size:24px;
  }
  h2{
  color:#BB030A;
  font-size:18px;
  }
  h3{
  color:#BB030A;
  font-size:14px;
  }
  h4{
  color:#BB030A;
  font-size:14px;
  margin-bottom:3px;
  }
  #zentriert{
  width: 1000px;
  margin: auto;
  text-align: left;
  }
  #alterBrowser {
  background:#FEFF49;
  text-align: center;
  }
  #alterBrowser span {
  color: red;
  font-weight:bold;
  }
  #alterBrowser a {
  font-weight:bold;
  }
  #header{
  height:160px;
  background:#BFD5E1;
  }
  #header #headertext {
  color:#005688;
  position:relative;
  top:15px; left:15px;
  width: 970px;
  height: 60px;
  font-weight:bold;
  }
  #header #headertext #titel{
  font-size:23px;
  float:left;
  }
  #header #headertext #titel img{
  position:relative;
  top: 5px;
  margin-right: 20px;
  text-decoration:none;
  border:0px;
  }
  #header #headertext #quicklinks {
  float:right;
  font-size:12px;
  }
  #header #headertext #quicklinks a{
  color:#005688;
  }
  ul#navigation {
  position:relative;
  left:10px;
  top: 10px;
  margin: 0; padding: 0;
  text-align: center;
  font-size:12px;
  }
  ul#navigation li {
  list-style: none;
  float: left;
  margin: 0em; padding: 0;
  height: 160px;
  }
  ul#navigation li img{
  height:70px;
  width:105px;
  border-left:2px solid #BFD5E1;
  border-right:2px solid #BFD5E1;
  filter: Alpha(opacity=50);
  moz-opacity: 0.5;
  opacity: 0.5;
  }
  ul#navigation>li>a {
  width: 90px;
  white-space:nowrap;
  }
  ul#navigation a{
  color:#005688;
  position:relative; 
  top: -2px;
  }
  * html ul#navigation li {  /* Korrektur fuer den IE 5 und 6 */
  margin-bottom: -0.4em;
  }
  *:first-child+html ul#navigation li {  /* Korrektur fuer den IE 7 */
  margin-bottom: -0.1em;
  }

  ul#navigation li ul {
  margin: 0; padding: 0;
  position: absolute;
  z-index:2;
  text-align:left;
  background:#bdbcb6;
  }
  * html ul#navigation li ul {  /* Korrektur fuer IE 5.x */
  left: -1.5em;
  lef\t: -0.4em;
  }
  ul#navigation li ul li {
  float: none;
  display: block;
  margin-bottom: 0.2em;
  list-style-type: square;
  white-space:nowrap;
  height:20px;
  }
  ul#navigation li ul li a{
  color:#005688;
  position:relative;
  top:0;
  }
  ul#navigation li ul li a:hover{
  text-decoration: underline;
  color:#D5D6D1;
  background:#005688;
  }

  ul#navigation a, ul#navigation span {
  display: block;
  padding: 0.2em 0.7em;
  text-decoration: none; font-weight: bold;

  }
  * html ul#navigation a, * html ul#navigation span {  /* nur fuer IE erforderlich */
  width: 100%;
  w\idth: 6.4em;
  }
  ul#navigation a:hover, ul#navigation span, li a#aktuell {
  
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
  
  }
  ul#navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
  
  }
  ul#navigation li>ul {
  display: none; top: 90px;
  }
  ul#navigation li:hover>ul, ul#navigation li>a#aktuell+ul {
  display: block;
  }
  ul#navigation li:hover>img{
  filter: Alpha(opacity=100);
  moz-opacity: 1;
  opacity: 1;
  }

  /* Workaround fuer den IE 7 */
  *:first-child+html ul#navigation ul {
  padding-bottom:0.4em;
  }

  #spaltelinks{
  float:left;
  position:relative;
  top: -56px;
  height: 560px;
  width: 230px;
  background:#BFD5E1;
  padding:10px;
  padding-top:30px;
  text-align:right;
  }
  *:first-child+html #ID {
  position:relative;
  top: 0px;
  }

  #spaltelinks h3{
  position:relative;
  left:-15px;
  }
  #spaltelinks hr{
  position:relative;
  top: -10px;
  color:#BB030A;
  height: 0px;
  }
  #spaltelinks img{
  position:relative;
  left: -15px;
  }
  #spaltelinks p{
  padding-right: 15px;
  padding-left: 15px;
  }
  #inhalt{
  float:left;
  position:relative;
  left:3px;
  top: -56px;
  height: 580px;
  width: 474px;
  padding:10px;
  background:#BFD5E1;
  }
  #spalterechts{
  float:right;
  position:relative;
  top: -56px;
  height: 560px;
  width: 230px;
  background:#BFD5E1;
  padding:10px;
  padding-top:30px;
  }
  #spalterechts h3{
  position:relative;
  left:15px;
  }
  #spalterechts hr{
  position:relative;
  top: -10px;
  color:#BB030A;
  }
  #spalterechts p{
  padding-left: 15px;
  width: 200px;
  }
  #spalterechts>div>a{
  padding-left:15px;
  }
  #spalterechts form{
  position:relative;
  left:0px;
  }
  #spalterechts form p{
  display:inline;
  }
  #spalterechts form input{
  background:#BFD5E1;
  border:1px solid #787878;
  }
  #spalterechts form input:first-child {
  width: 110px;
  }
  #spalterechts form input:focus{
  background:#BFC7E1;
  }
  #footer{
  clear:both;
  position:relative; 
  top: -95px; left: 270px;
  background: url(../bilder/html/footer.gif);
  height: 31px;
  color:#787878;
  width:454px;
  padding-top:5px;
  font-size:smaller;
  text-align:center;
  line-height: 1.5em;
  }
  .kontakt{
  position:relative;
  top: 0px;
  }
  .kontakt>p{
  font-weight: bold;
  color:#BB030A;
  clear:both;
  margin-top:30px;
  }
  .kontakt img{
  height:75px;
  float:left;
  margin-right: 5px;
  }
  .kontakt>div{
  line-height:0.5;
  position:relative;
  top:5px;
  }
  .kontakt div div:first-child {
  font-weight:bold;
  }
  #autoheight{
  width: 474px;
  height:auto;
  background:#BFD5E1;
  z-index:300;
  margin-left: -10px;
  padding: 10px;
  padding-top: 0px;
  }
  #spalterechtsautoheight{
  background:#BFD5E1;
  width:230px;
  margin-left:-10px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  }
  
  
  
  /*Wichtige Meldung: Farblich hervorgehoben*/
  .achtung{
    background: #e2e15f;
    padding: 1px 15px 5px 15px;
    border:1px solid #BB030A;
  }
  /*Angaben zum Dateityp (z.B. [PDF]) nach Links*/
  .dateityp{
    font-size:0.73em;
    color:#454545;
  }                                    
