body {
  background: #FFFFFF;
  margin: 0;
  padding: 10px ;
  font-size: 100.01%;
  font-family: verdana, arial, sans-serif ;
}

h1 {
  color: #962c32;
  font-size: 2.2em;
  font-family: cambria, georgia, "times new roman", serif;
  line-height:0.8em;
  text-decoration: none;

}
h2, h3, h4 {
  color: #962c32;
  font-size: 1.6em;
  line-height:1.2em;
  font-weight: 500;
  padding: 0.4em 0 0.1em 5px;
  margin: 0.7em ;

    }
img.c1 {border:0 none}
/* -- Layout--*/
#inhalt a[href^="http://"] {

background: transparent
url('../img/extlink.gif') 100% 25% no-repeat;
padding-right: 16px;

}

#inhalt a[href^="http://dorfladen-sophienhof.de"],
a[href^="http://www.dorfladen-sophienhof.de"]
{
background: transparent;
padding-right: 0px;
}
#inhalt a:link {
  text-decoration: none;
  color:#7d5006;
  background-color: #f1dec0;
}
#inhalt a:visited {
  text-decoration: none;
  color:#b5883f;

  }
#inhalt a:focus{

   color:#b5883f;
   text-decoration: underline;
}
#inhalt  a:hover{
   color:#b5883f;
   text-decoration: underline;
}

#container {

  font-size: 90%;
  margin: 10px 10px 10px 10px; /* Hiermit zentrieren wir unsere Seite. */
  border: 1px solid #215a54;
  background: #FFFFCE;

}


#footer {
  clear: both; /* Damit #main mindestens so hoch ausgedehnt wird wie #subnav, falls #subnav länger sein sollte. */
  padding: 0 20px
}

/* - Logo bzw. Kopf - */

#menu {

  background-color: #e4c99d;
  padding:  1em;
  margin: -0.2em 0em;
  text-align: center;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #C0C0C0;
  }

#menu li {

   font-size: 1.2em;
   display: inline;
   padding: 0.8em; }

#menu li a:link {

  text-decoration: none;
  color:#000000;
}
#menu li a:visited {

  text-decoration: none;
  color:#4A4D4A;
    }
#menu li a:focus{

  color: #7B7D7B
}
#menu li a:hover{

   text-decoration: underline;
   color: #7B7D7B;
}

#header {
  background: #FFFFCE ;
  padding:  2px 2px 2px 2px;
  margin: 15px ;
  border-bottom: 1px solid #C0C0C0;


  }
  /* - Subnavigation, Rechte Spalte - */
#subnav {
  width: 36%;
  min-width: 10em;
  float: right;
  padding: 1em 1% 1em 1%;
  margin: 1em 1% 1em 1%;
  font-size: 0.9em; /*Die Schriftgröße setzen wir hier ein wenig herunter damit erkennbar wird dass das Informationen zweiter Rangordnung sind. */
}
#subnav img {
 border: solid 1px #41888f;}

#subnav dt { /* Die einzelnen Überschriften in der Subnavigation */
  font-size: 1.5em;
  padding: 0.5em;
  margin-top: 1em;
  position: relative;
 }
#subnav dd { /* Die Unterpunkte der Subnavigation. */
  font-size: 1.1em;
  padding: 0;
  margin: 0.2em 0;
}

/* - Der Hauptinhaltsteil - */
#main {

  font-size:0.9em;
  padding: 0 41% 0 1.5em; /* Der rechte Abstand (41%) stellt sicher, dass auch nach dem Umfließen der Subnavigation der Text genau so breit wird wie oben und ein zwei-Spalten Eindruck entsteht. */
  line-height: 1.3em /* Zur besseren Lesbarkeit erhöhen wir die Zeilenhöhe. */
}


#unterschrift {
  text-align: center;
  font-size: 0.7em;
  background: #FFFFCE ;
  padding: 10px 10px 2px 10px;
  margin: 15px ;
  border-top: 1px solid #C0C0C0;
  line-height: 0.9em;
}

.fleft { /* Sachen, an denen der Text vorbeifließen soll, wierden diese Klassen zugewiesen. */
  float: left;
  margin: 1em 1em 0.5em 0;
  padding: 1px;
}
.fright {
  float: right;
  margin: 1 0 0.5em 1em;
  padding: 1px;
}