/*  Stylesheet für die Internetseiten des Heimatvereins */



 body {
    color: black;
    background-color: #A4A4FF;
    font-size: 100.01%;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: small; /*Schriftgröße*/
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }
  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 860px;
    padding: 0;
    background: #D7D7FF repeat-y;
    /*background-color: url(http://www.heimatverein-holtorf.de/images/hintergrundfarbe.gif); */
    border: 0px ridge silver;
  }
    html>body div#Seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }
  h1 {
    font-size: 1.5em;
    margin: 0; padding: 0.3em;
    text-align: center;
    background: #D7D7FF no-repeat 100% 45%;
    border-bottom: 2px solid silver;
  }
  ul#Navigation {
    font-size: 0,88em;
    float: left; width: 230px;
    margin: 0 0 0.2em; padding: 0;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.5em; padding: 0.5em;
    border: 1px solid gray;
    background-color: #D7D7FF;
  }
   ul#Navigation a {
    display:block;
    padding: 0.2em;
    text-decoration: none; font-weight: bold;
    border: 3px solid #000080;
    border-left-color: white; border-top-color: white;
    color: #000000; background-color: #D7D7FF;               /*#ccc*/
  }
  ul#Navigation a:link {      /*noch nicht besuchte Ziele*/
    color: #000000; background-color: #D7D7FF;                  /*#eee*/
  }
  ul#Navigation a:visited {   /*besuchte Ziele*/
    color: #000000; background-color: #C0C0C0;                 /*#D2D2D2*/
  }
  * html ul#Navigation a {  /* Breitenangaben nur fuer IE */
    width: 100%;
    w\idth: 8.8em;
  }
  ul#Navigation a:hover {     /*Verweise bei MouseOver*/
    border-color: #FFFFFF;
    border-left-color: #000080; border-top-color: #000080;
    color: #008000; background-color: #D7D7FF;                    /*gray*/
  }
  ul#Navigation a:active {    /*angeklickte Verweise*/
    color: #008000; background-color: #D7D7FF;                    /*#AAAAFF*/
  }
  div#Inhalt {
    margin: 0 0 1em 220px;
    padding: 0 1em;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    text-align: center;
    margin: 0.2em 0;
    color: black;
  }
  div#Inhalt p {
    font-size: 1em;
    text-align: middle;
    margin: 2em 0;
  }

  .bildlinks {
    float:left;
    padding: 3px; /*Abstand zwischen Bild und Rahmen*/
    border: 5px solid #C0C0C0; /*der Bilderrahmen*/
    margin-right: 12px; /*Abstand zwischen Rahmen und Text*/
    margin-bottom: 10px; /*Abstand nach unten*/
  }
  .bildrechts {
    float:right;
    padding: 3px; /*Abstand zwischen Bild und Rahmen*/
    border: 5px solid #C0C0C0; /*der Bilderrahmen*/
    margin-left: 12px; /*Abstand zwischen Rahmen und Text*/
    margin-bottom: 10px; /*Abstand nach unten*/
  }
  .bildrechtsv {
    float:right;
    padding: 2px; /*Abstand zwischen Bild und Rahmen*/
    border: 1px solid #C0C0C0; /*der Bilderrahmen*/
    margin-left: 12px; /*Abstand zwischen Rahmen und Text*/
    margin-bottom: 10px; /*Abstand nach unten*/
  }
  .bildrahmen {
    padding: 3px; /*Abstand zwischen Bild und Rahmen*/
    border: 5px solid #C0C0C0; /*der Bilderrahmen*/
  }
   p#Fusszeile {
    color: #008000;
    clear: both;
    font-size: 0.9em;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: right;
    background-color: #D7D7FF; border: 0px solid silver;
  }
  p#Fusszeiles {
    color: #000000;
    clear: both;
    font-size: 0.9em;
    margin: 0.5em; padding: 0em;
    text-align: left;
    background-color: #D7D7FF; border: 0px solid silver;
  }
