  /*------------------------------------LAYOUT-----------------------------------------------*/

  body {
        margin: 10px;
        padding: 0px;
        height: 100%;
        font: 100.01% Tahoma;
        text-align: center;
        min-width: 40em;
}

  #seite {
    text-align: left;
    margin: 0 auto;
    width: 980px;
    padding-top:100px;
    border: 1px solid #333333;
    background-color: #E8E3CD;
    background-image: url(bilder/hintergrund_seite.jpg);
    background-repeat:no-repeat;
    font: 100.01% Tahoma;
  }


  #inhalt {
        width:750px;
        margin-top: 50px;
        margin-left: 200px;
        margin-right: 0px;
        padding: 5px 5px 0px 0px;
        font: 100.01% Tahoma;
        font-size: 14px;
        color:  #333333;
        border-left: 2px solid #65c708;
  }

  #fusszeile {
         text-align: center;
         background-color: #d3cdab;
         min-height: 30px;
         font-size: 12px;
         padding-top:10px;
  }


  #fusszeile a{
         font-size: 12px;
       text-align: center;
       color: #333333;
       text-transform: uppercase;
       text-decoration: none;
  }

  #fusszeile a:link {
  font-size: 12px;
  text-align: center;
        color: #333333;
       text-transform: uppercase;
       padding:5px;
  }
  #fusszeile a:visited {
  text-align: center;
        font-size: 12px;
        color: #333333;
       text-transform: uppercase;
  }
  #fusszeile a:hover {
        font-size: 12px;
        text-align: center;
        color: #333333;
       text-transform: uppercase;
       text-decoration: underline;
  }
  #fusszeile a:active {
        font-size: 12px;
        text-align: center;
        color: #333333;
       text-transform: uppercase;
  }

  /*------------------------------------LAYOUT ENDE-----------------------------------------------*/

/*------------------------------------NAVI -----------------------------------------------*/
   #Navigation {
         float: left;
        font-size: 20px;
        width: 210px;
        text-align: left;
         margin: 0px;
         padding-right:20px;
         padding-top: 40px;
   }

   #Navigation ul {
        font-size: 16px;
        text-align: left;
        margin-top: 200px;
        text-transform: uppercase;
        margin-left: 0em;
        padding-left: 0em;
        margin-right: 30px;
   }

   #Navigation li {
        font-size: 16px;
        text-align: left;
        list-style: none;
        margin: 0px;
        padding-bottom: 20px;
        padding-top: 5px;
        color: #333333;
        text-transform: uppercase;
        background-image: url(bilder/navi.png);
        background-repeat:no-repeat;
  }


   #Navigation a {
        font-size: 16px;
        text-align: left;
        color: #333333;
        text-decoration:none;
        padding-bottom: 23px;

  }
  #Navigation a:link {
        font-size: 16px;
        text-align: left;
        color: #333333;
        padding-left: 45px;
  }
  #Navigation a:visited {
        font-size: 16px;
        text-align: left;
        color: #333333;
        padding-left: 45px;
  }
  #Navigation a:hover {
        font-size: 16px;
        text-align: left;
        color: #333333;
        padding-left: 55px;
  }
  #Navigation a:active {
        font-size: 16px;
        text-align: left;
        color: #333333;
        padding-left: 45px;
  }

  #untermenue {
        font-size: 15px;
        text-align: left;
        color: #333333;
        text-decoration:none;
        padding-bottom: 10px;
  }

  #untermenue a {
        font-size: 15px;
        text-align: left;
        color: #333333;
        text-decoration:none;
        padding-bottom: 26px;
  }
  #untermenue a:link {
        font-size: 15px;
        text-align: left;
        color: #333333;
        padding-left: 45px;
  }
  #untermenue a:visited {
        font-size: 15px;
        text-align: left;
        color: #333333;
        padding-left: 45px;
        padding-top:3px;
  }
  #untermenue a:hover {
        font-size: 15px;
        text-align: left;
        color: #333333;
        padding-left: 55px;
  }
  #untermenue a:active {
        font-size: 14px;
        text-align: left;
        color: #333333;
        padding-left: 45px;
         padding-top:3px;
  }

  /*----------------------------------------------------NAV-ROT-ENDE----------------------------*/

        /*------------------------------------inhalt-----------------------------------------------*/

  #inhalt h1 { /* Überschrift für Seiteninhalt*/
        font-size: 16px;
        color: #65c708;
        padding-top: 5px;
        padding-bottom: 15px;
        line-height:0.1em;
        text-transform: uppercase;
        }

  #inhalt h2 { /* Überschrift */
        font-size: 14px;
        text-decoration:none;
        color: #333333;
        line-height:1.3em;
        text-transform: uppercase;
  }

  #inhalt h3 { /* Überschrift in Texten */
        font-size: 14px;
        color:#333333;
        padding-top: 10px;
  }


  #inhalt p {
        font-size: 15px;
        color: #333333;
        line-height:1.3em;
        padding-left: 30px;
  }

  #inhalt td {
        font-size: 15px;
        color: #333333;
        line-height:1.3em;
        padding: 10px;
  }

  #inhalt span {
         font-size: 30px;
        text-decoration:none;
        color: #65c708;
        line-height:1.3em;
  }

 #inhalt a { /* Links im inhalt */
    color: #333333;
        font-size: 14px;
    text-decoration:underline;
  }

  #inhalt  a:link {
    font: 100.01% Helvetica;
        color: #333333;
        text-decoration:underline;
  }
  #inhalt a:visited {
          font: 100.01% Tahoma;
   color: #333333;
   text-decoration:underline;
  }
  #inhalt a:hover {
          font: 100.01% Tahoma;
    color: #65c708;
        text-decoration:none;
  }
  #inhalt a:active {
          font: 100.01% Tahoma;
    text-decoration:underline;
  }
  /* Aufzählungen */
  #inhalt ul {
        list-style-type: disc;
        font: 100.01% Tahoma;
        font-size: 15px;
        color: #808080;
        margin-left: 0px;
  }
  #inhalt li{
        padding-top:5px;
        padding-bottom:5px;
        color: #808080;
        font: 100.01% Tahoma;
  }

   a { /* Links allgemein */
    color: #333333;
    font-size: 14px;
    text-decoration:none;
  }

    a:link {
    font: 100.01% Tahoma;
    color: #333333;
    text-decoration:none;
  }
   a:visited {
   font: 100.01% Tahoma;
   color: #333333;
   text-decoration:none;
  }
   a:hover {
   font: 100.01% Tahoma;
    color: #65c708;
    text-decoration:none;
  }
  a:active {
  font: 100.01% Tahoma;
    text-decoration:none;
  }



  /*------------------------------------inhalt-ENDE----------------------------------------------*/

  td {
  vertical-align:top;
  }