  body {
    color: black;
    background-color: #efecd4;
    font-size: 11px;
    font-family: Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
    padding: 0;
    background-image: url(../img/body.png);
    background-repeat: repeat-x;
    min-width: 800px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

  ul#Navigation {
    font-size: 11px;
    text-align:left;
    background-color: #fff;
    float: left;
    width: 150px;
    margin-top: 0px;
    margin-left : 10px;
    padding: 5px;
    background-image: url(../img/menu.png);
    border: 0px dashed silver;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0;
    padding: 5px;
  }
  ul#Navigation a {
    display: block;
    font-weight: bold; padding: 5px;
    text-decoration:none;
  }
  ul#Navigation a:link {
    color: black;
    /*background-color: #eee;*/
  }
  ul#Navigation a:visited {
    color: blue;
    /*background-color:  white; #eee;*/
  }
  ul#Navigation a:hover {
    color: black;
    /*background-color: white;*/
  }
  ul#Navigation a.active {
    color: black;
    /*background-color: white; gray;*/
  }

  div#Layoutbox {
    width: 1000px;
    min-height:400px;
    background-color:#fff;
    border: 1px solid gray;
  }

  div#Kopf {
    font-size: 11px;
    height: 200px;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px;
    border-bottom: 0px dashed silver;
    background-color: #eee;
    background-image: url(../img/header.png);
    background-repeat: no-repeat;
  }
  div#Rahmen {
    margin: 13px 5px 10px 170px;
    width: 820px;
    border: 0px dashed red;
    background-color: #fff;

   }
 div#Inhalt0 {
    background-image: url(../img/content.png);
    width: 810px;
    height: 10px;
    margin: 0 0 0 3px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 0px solid red;
  }
  div#Inhalt {
    text-align: left;
    margin: 0px 2px 10px 5px;
    padding: 0 15px 7px 15px;
    width: 780px;
    min-height:350px;
    border: 0px dashed silver;
    background-color: #e1f3ee;
  }
  div#Inhalt h1 {
    font-size: 1.5em;
    margin: 0 0 0.5em;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  div#Fusz {
        background-color: #ffffff;
        text-align: right;
        font-size: 9px;
        height: 15px;
        overflow: hidden;
        clear: both;
        padding : 5px 12px 5px 0;
        border-top: 1px dashed silver;
  }
  div#calendar {
    position: absolute;
    float:left;
    width: 150px;
    margin: 222px 0 0 10px;
    border: 0px solid #000;
  }
  div#bild {
    float: right;
    padding-right: 10px;
  }
  div#bild-l {
    float: left;
    padding-right: 10px;
  }

  div#text {
    float: right;
    padding-right: 118px;
  }

  .clear{
   clear:both;
   margin:0;
  }