@charset "ISO-8859-1";
 body {
    color: black;
    background-color: #E8E8E8;
    font-size: 95%;
    font-family: arial, sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer E3E8FF F6FFE3*/
  }
  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
    background: #F0F8E5 url(images/mainnav_F0F8E5.JPG) repeat-y;
    border: 2px ridge silver;
    white-space: normal;
  }

  div#Kopf {
    font-size: 0.80em;
    text-align: right;
    background-color: #F0F8E5;
    border-bottom: 1px solid silver;
  }
  div#Kopf h1 {
    font-size: 0.9em;
    letter-spacing:0.2em;
    margin: 0.2em;
    text-align: right;
  }
  img {
    border:none
  }
/*=========Haupt Navigation==================*/
  ul#MainNav {
    font-size: 1em;
    font-weight: bold;
    float: left; width: 149px;
    margin: 2em 0 1em; padding: 0;
   }
  ul#MainNav li {
    list-style: none;
    margin: 0; padding: 0.1em;
    color: maroon;
    border: 0px dashed red;
  }
  ul#MainNav a {
    font-size: 0.8em;
    text-decoration:none;
    display: block;
    padding: 0.2em;
    color: maroon;
  }
  ul#MainNav a:link {
    color: black; background-color: #E8E8E8;
    color: maroon;
  }
  ul#MainNav a:visited {
    color: #666; background-color: #E8E8E8;
    color: with;
  }
  ul#MainNav a:hover {
    color: black; background-color: #F0F8E5;
    color: with;
  }
  ul#MainNav a:active {
    color: white; background-color: #E8E8E8;
    color: with;
    text-decoration:underline;
  }
/*=========Seiten Navigation==================E5E6F8*/
  ul#SubNav {
    margin: 1em 0em 1em 150px;
    font-weight: bold;
    text-align: center;
    border: 0px dashed blue;
  }
  ul#SubNav li {
    list-style: none;
    display: inline;
    margin: 0em; padding: 1.5em;
   }
  ul#SubNav a, ul#SubNav span {
    font-size: 0.8em;
    float: center;
    text-decoration: underline;
    font-weight: bold;
    color: maroon;
    border: 0px dashed green;
  }

  ul#SubNav a:link {
    color: black;
    color: maroon;
  }
  ul#SubNav a:visited {
    color: #666;
    color: with;
  }
  ul#SubNav a:hover, ul#SubNav span {
    border-color: white;
    color: blue;
  }
  ul#SubNav a:active {
    color: white;
    color: with;
    text-decoration:none;
  }
  ul#SubNav div {
     clear: left;
  }

/*=========Inhalt==================*/

  div#Inhalt {
    margin: 0em 0em 0em 150px;
    padding: 0em 1em;
    border: 0px dashed red;
    text-align: justify;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt h1 {
    font-size: 1.2em;
    padding: 0.8em 0 0.8em 0;
    text-align: left;
  }
  div#Inhalt h2 {
    font-size: 1em;
    padding: 0.3em 0 0.3em 0;
    text-align: left;
  }
  div#Inhalt h3 {
    font-size: 0.85em;
    margin: 0; padding: 0;
    text-align: left;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 0.5em 0 3em 0;
  }
  div#Inhalt small {
    font-size: 0.65em;
    font-style: italic;
  }
  div.aktuelles {
    text-align:left;
    font-size: 0.6em;
  }

/*=========Links die auf fremnde Seiten verweisen==================*/
A.extern:link {
        COLOR: blue; PADDING-RIGHT: 13px; BACKGROUND: url(images/linksymbol_extern.gif) no-repeat right center; TEXT-DECORATION: none
}
A.extern:visited {
        COLOR: navy; PADDING-RIGHT: 13px; BACKGROUND: url(images/linksymbol_extern.gif) no-repeat right center; TEXT-DECORATION: none
}
A.extern:active {
        COLOR: blue; PADDING-RIGHT: 13px; BACKGROUND: url(images/linksymbol_extern.gif) no-repeat right center; TEXT-DECORATION: none
}
A.extern:hover {
        COLOR: blue; PADDING-RIGHT: 13px; BACKGROUND: url(images/linksymbol_extern.gif) no-repeat right center; TEXT-DECORATION: underline
}
A.extern:focus {
        COLOR: blue; PADDING-RIGHT: 13px; BACKGROUND: url(images/linksymbol_extern.gif) no-repeat right center; TEXT-DECORATION: underline
}

/*=========Links die auf die eigene Homepage verweisen==================*/
A.intern:link {
        PADDING-RIGHT: 13px; BACKGROUND: url(images/linksymbol_intern.gif) no-repeat right center; COLOR: blue; TEXT-DECORATION: none
}
A.intern:visited {
        PADDING-RIGHT: 13px; BACKGROUND: url(images/linksymbol_intern.gif) no-repeat right center; COLOR: navy; TEXT-DECORATION: none
}
A.intern:active {
        PADDING-RIGHT: 13px; BACKGROUND: url(images/linksymbol_intern.gif) no-repeat right center; COLOR: blue; TEXT-DECORATION: none
}
A.intern:hover {
        FONT-SIZE: 1em; COLOR: blue; TEXT-DECORATION: underline
}
A.intern:focus {
        FONT-SIZE: 1em; COLOR: blue; TEXT-DECORATION: underline
}

/*=========Links unter den Bildern==================*/
A.BildLink:link {
        FONT-SIZE: 0.8em; MARGIN-RIGHT:1.5em; MARGIN-BOTTOM: 20em; COLOR: maroon; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
A.BildLink:visited {
        FONT-SIZE: 0.8em; MARGIN-RIGHT:1.5em; MARGIN-BOTTOM: 20em; COLOR: maroon; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
A.BildLink:active {
        FONT-SIZE: 0.8em; MARGIN-RIGHT:1.5em; MARGIN-BOTTOM: 20em; COLOR: maroon; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
A.BildLink:hover {
        FONT-SIZE: 0.8em; MARGIN-RIGHT:1.5em; MARGIN-BOTTOM: 20em; COLOR: blue; FONT-WEIGHT: bold; TEXT-DECORATION: none
}
A.BildLink:focus {
        FONT-SIZE: 0.8em; MARGIN-RIGHT:1.5em; MARGIN-BOTTOM: 20em; COLOR: maroon; FONT-WEIGHT: bold; TEXT-DECORATION: none
}


/*=========Inhaltsverzeichnis einer Seite==================*/
ul#Seiteninhalt A:link {
        FONT-SIZE: 1em; PADDING-RIGHT: 13px; BACKGROUND: url(images/pfeil_nach_unten.jpg) no-repeat right center; COLOR: maroon; TEXT-DECORATION: none
}
ul#Seiteninhalt A:visited {
        FONT-SIZE: 1em; PADDING-RIGHT: 13px; BACKGROUND: url(images/pfeil_nach_unten.jpg) no-repeat right center; COLOR: maroon; TEXT-DECORATION: none
}
ul#Seiteninhalt A:active {
        FONT-SIZE: 1em; PADDING-RIGHT: 13px; BACKGROUND: url(images/pfeil_nach_unten.jpg) no-repeat right center; COLOR: maroon; TEXT-DECORATION: none
}
ul#Seiteninhalt A:hover {
        FONT-SIZE: 1em; PADDING-RIGHT: 13px; BACKGROUND: url(images/pfeil_nach_unten.jpg) no-repeat right center; COLOR: maroon; TEXT-DECORATION: underline
}
ul#Seiteninhalt A:focus {
        FONT-SIZE: 1em; PADDING-RIGHT: 13px; BACKGROUND: url(images/pfeil_nach_unten.jpg) no-repeat right center; COLOR: maroon; TEXT-DECORATION: underline
}


/*=========Linksammlung==================*/
ul#Linksammlung A:link {
        FONT-SIZE: 1em; PADDING-RIGHT: 13px; BACKGROUND: url(images/linksymbol_extern.gif) no-repeat right center; COLOR: maroon; TEXT-DECORATION: none
}
ul#Linksammlung A:visited {
        FONT-SIZE: 1em; PADDING-RIGHT: 13px; BACKGROUND: url(images/linksymbol_extern.gif) no-repeat right center; COLOR: maroon; TEXT-DECORATION: none
}
ul#Linksammlung A:active {
        FONT-SIZE: 1em; PADDING-RIGHT: 13px; BACKGROUND: url(images/linksymbol_extern.gif) no-repeat right center; COLOR: maroon; TEXT-DECORATION: none
}
ul#Linksammlung A:hover {
        FONT-SIZE: 1em; PADDING-RIGHT: 13px; BACKGROUND: url(images/linksymbol_extern.gif) no-repeat right center; COLOR: maroon; TEXT-DECORATION: underline
}
ul#Linksammlung A:focus {
        FONT-SIZE: 1em; PADDING-RIGHT: 13px; BACKGROUND: url(images/linksymbol_extern.gif) no-repeat right center; COLOR: maroon; TEXT-DECORATION: underline
}
/*=========Sitemap==================*/
ul#Sitemap A:link {
        FONT-SIZE: 1em; PADDING-RIGHT: 13px; BACKGROUND: url(images/linksymbol_intern.gif) no-repeat right center; COLOR: maroon; TEXT-DECORATION: none
}
ul#Sitemap A:visited {
        FONT-SIZE: 1em; PADDING-RIGHT: 13px; BACKGROUND: url(images/linksymbol_intern.gif) no-repeat right center; COLOR: maroon; TEXT-DECORATION: none
}
ul#Sitemap A:active {
        FONT-SIZE: 1em; PADDING-RIGHT: 13px; BACKGROUND: url(images/linksymbol_intern.gif) no-repeat right center; COLOR: maroon; TEXT-DECORATION: none
}
ul#Sitemap A:hover {
        FONT-SIZE: 1em; PADDING-RIGHT: 13px; BACKGROUND: url(images/linksymbol_intern.gif) no-repeat right center; COLOR: maroon; TEXT-DECORATION: underline
}
ul#Sitemap A:focus {
        FONT-SIZE: 1em; PADDING-RIGHT: 13px; BACKGROUND: url(images/linksymbol_intern.gif) no-repeat right center; COLOR: maroon; TEXT-DECORATION: underline
}


  p#Fusszeile {
  background-color:#F0F8E5;
  border-top:1px solid silver;
  clear:both;
  font-size:0.75em;
  margin:0;
  padding-bottom:10px;
  padding-top:10px;
  text-align:center;
  }
