body {
    color: black;

    background-color:#476894;
    font-size: 100%;
    font-family: Verdana,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

a, a:link, a:hover, a:visited, a img{
 border:none;
 color:white;
}



  div#Seite {
    background-image: url(images/bg.jpg);
    background-repeat: no-repeat;
    background-color:white;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 800px;

    padding: 0;
    border:none;
  }

  div#header {
   padding-top:2em;
   margin-left:1em;

    text-align: center;
   }

   div#header a{
   float:left;
   border:none;
   color:white;

   }
   div#header img{
   margin-left:5em;


   }

  ul#top-Navigation{
      background-color:silver;

      margin:0;
      margin-top:1.5em;

    }

  ul#top-Navigation li{
     display:inline;
     margin-left:1em;

    }
  ul#top-Navigation a, span{
     margin-right:1em;
     text-decoration:none;
     color:black;
     font-size:11px;
     padding-top:0.5em;
     padding-bottom:0.5em;
    }

  ul#top-Navigation a:hover{
     margin-right:1em;
     text-decoration:none;
     color:#476894;

    }

  ul#top-Navigation a#active{
     margin-right:1em;
     text-decoration:none;
     color:#476894;

    }

  ul#Navigation {
    font-size: 12px;
    font-weight:bold;
    float: left;
    width: 290px;

    margin:0;
    margin-top:2.5em;
    padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin-left:1em;

  }
  ul#Navigation a {
    display: block;
    font-weight: bold;
    margin-bottom:0.5em;
    margin-top:0.5em;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:1em;
    height:100%;
    text-decoration:none;


  }
  ul#Navigation a:link {
    background-color: #476894;
    color:white;
  }
  ul#Navigation a:visited {
    background-color: #476894;
    color:white;
  }
  ul#Navigation a:hover {

    background-color: silver;
    color:white;
  }
  ul#Navigation a#active {

    background-color: silver;
    color:white;
  }

  div#Inhalt {
    margin-left:290px;
    margin-top:1em;
    padding: 0 1em;
    min-height:500px;
    font-size:85%;
  }
  .partner,  .partner td{
    text-align:left;
    border-width:1px;
    border-style:solid;
    border-color:grey;
    width:450px;

  }

  div#Inhalt p.haftung {
   font-size:9px;

  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: #476894;
  }

  div#Inhalt h3 {
    font-size: 1.0em;
    font-weight:bold;
    margin:0;
    margin-top: 0.6em ;
    margin-bottom:0.6em;
    text-align:left;
    color: black;
  }
  div#Inhalt table {
    font-size: 0.8em;

    text-align:left;
    color: black;
  }

  div#Inhalt table tr#hblau {
    text-align:left;
    color: black;
    background-color:#EFEFEF;
  }

  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }
  div#Inhalt a {
   color: #476894; ;
  }


   div#Inhalt p#center {
    font-size: 0.8em;
    margin: 1em 0;
    text-align:center;
    font-weight:bold;
  }

  #Fusszeile {
    clear: both;
    font-size: 11px;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
    padding-top:4.5em;
  }

  #Fussschrift {

    font-size: 11px;
    text-align: center;

  }

  #Fussschrift  a{
   color: #476894;
  }