/* Stylesheet nest-remscheid.de */


  body, p a {
    font: normal 100.01% Arial, Helvetica, sans-serif;
    color: black; background-color: white;
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
  }
  p {
    margin: 3em 0 0 3em;  /* Positionierung des 'zurueck'-Links */
  }

  html {
    padding: 0;
  }
  body {
    margin: 0; padding: 0;
  }

  #fixiert         { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 1.0em; background-color: WhiteSmoke;  border: solid 1px silver; position: absolute; top: 72px; left: 9px; width: 195px; visibility: visible }
  html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
  }
  #fixiert img {
    /*height: 6.8em;*/ float: right;
  }

  #Inhalt  { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-size: 1.0em; background-color: WhiteSmoke; color: black; margin-left: 14em; padding: 0 1em; border-top: 2px ridge gray; border-left: 2px ridge gray}
  
  #Inhalt a:link {
    color: blue; background-color: WhiteSmoke;
  }
  #Inhalt a:visited {
    color: magenta; background-color: WhiteSmoke;
  }
  #Inhalt a:hover {
    color: black; background-color: yellow;
  }
  #Inhalt a:active {
    color: red; background-color: WhiteSmoke;
  } 
  * #Inhalt {  /* versteckt vor Netscape 4 */
    background-color: WhiteSmoke;   /* Hintergrund des Inhaltes */
  }

  #Inhalt h2    { color: black; font-size: 1.2em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin: 2em 5%; border-bottom: 1px solid silver }
  #Inhalt p {
    font-size: 1em;
    margin: 1em 0;
    background-color: WhiteSmoke;
    color: black;
  }
  #Inhalt #Fusszeile {
    font-size: 0.9em;
    margin: 4em 0 0; padding: 0.5em;
    text-align: center;
    background-color: white; border: 1px solid silver;
  }

  h1  { font-size: 1.5em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: white; text-align: center; margin-left: 9em; padding: 0.3em }

  #Navigation {
    font-size: 0.83em;
    margin: 0 0 1.2em; padding: 0;
    background-color: WhiteSmoke;
  }
  
  #fixiert a:link {
    color: blue; background-color: WhiteSmoke;
  }
  #fixiert a:visited {
    color: magenta; background-color: WhiteSmoke;
  }
  #fixiert a:hover {
    color: black; background-color: yellow;
  }
  #fixiert a:active {
    color: red; background-color: WhiteSmoke;
  }
  #Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }



