html, body, * {
   margin: 0px;
   padding: 0px;
   border: none;
}

html {
   height: 100%;
   margin-bottom: 1px;  /* Um den Scrollbalken bei FireFox anzuzeigen */
   font-size: 100.01%;
}

body {
   background-image: url(../grafik/streifen_hintergrund.png);
   height: 100%;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align: center; /* fuer IE */
}

a {
   text-decoration: none;
}

div#wrapper
    {
    background: #fff url(../grafik/farbverlauf_wanne.jpg);
    background-repeat: repeat-x;
    min-height: 100%; /* Mindesthöhe in modernen Browsern */
    width: 980px;
    margin: 15px auto;
    text-align: left; /* Um das "text-align: center" wieder aufzuheben */
    position: relative;
    border-left: 4px solid #bbb;
    border-right: 4px solid #bbb;
    border-top: 4px solid #bbb;
    border-bottom: 3px solid #bbb;
    }

/* -------------------------- */
/* Formatierungen des Headers */
/* -------------------------- */

div#header
    {
    height: 110px;
    }

div#header h1
    {
    float: left;
    font-family: Comic sans ms;
    font-size: 180%;
    padding: 30px 0px 0px 170px;
    }

div#header h1 a
    {
    color: #386848;
    }

div#header h1 span
    {
    color: #c81010;
    font-size: 130%;
    }

div#header img
    {
    position: absolute;
    right: 110px;
    top: 35px;
    }

/* ----------------------------- */
/* Formatierungen der Navigation */
/* ----------------------------- */

div#nav
    {
    border-top: 1px solid #386848;
    border-bottom: 1px solid #386848;
    margin: 0px 45px;
    }

div#nav ul
    {
    padding: 10px 0px 10px 0px;
    }

div#nav li
    {
    display: inline;
    border-left: 1px solid #386848;
    padding: 0em .1em 0em .4em;
    font-size: 0.8em;
    font-weight: bold;
    }

div#nav li.first
    {
    border-left: none;
    }

div#nav li a
    {
    color: #c81010;
    }

div#nav li a:hover
    {
    color: #386848;
    }

/* --------------------------- */
/* Formatierungen des Contents */
/* --------------------------- */

div#content
    {
    margin-top: 40px;
    padding-bottom: 6em; /* Um Platz für den Footer zu schaffen */
    }



/* ------------------------------- */
/* Formatierungen des Textbereichs */
/* ------------------------------- */

div#text
    {
    float: left;
    width: 660px;
    padding: 5px 0px 0px 45px;
    }

div#text h1
    {
    color: #386848;
    }

div#text h1
    {
    border-bottom: 1px solid #386848;
    font-size: 155%;
    line-height: 190%;
    font-family: Georgia;
    font-style: italic;
    padding-left: 5px;
    }

div#text h3
    {
    padding: 30px 0px 0px 25px;
    font-size: 105%;
    color: #444;
    }

div#text h3.wichtig
    {
    padding: 30px 0px 0px 25px;
    font-size: 105%;
    color: #c81010;
    }

div#text p
    {
    padding: 15px 25px 0px 25px;
    font-size: 0.8em;
    }

div#text p.first
    {
    padding-top: 35px;
    }

div#text ul
    {
    list-style-type: none;
    }

div#text li
    {
    padding: 5px 15px 0px 25px;
    font-size: 0.8em;
    }

div#text ul.wild li {
    margin: 0 0 0 60px;
    padding: 5px 15px 0px 5px;
    list-style-type: square;
}

div#text a
    {
    color: #c81010;
    text-decoration: underline;
    }


/* --------------------------------- */
/* Formatierungen der Bilder im Text */
/* --------------------------------- */

div#text ul.picintext
   {
   margin: 25px;
   padding: 0px;
   width: 600px;
   }

div#text ul.picintext li
   {
    margin: 0px;
    padding: 0px 30px;
    float: left;
    list-style-type: none;
   }

div#text ul.picintext img
   {
   border: 2px solid #386848;
   padding: 3px;
   }

div#text ul.picintext p
    {
    color: #386848;
    font-size: 0.85em;
    font-weight: bold;
    text-align: center;
    width: 132px;
    padding: 2px 0px 0px 0px;
    }

div#text img.pic_center
    {
    padding: 3px;
    border: 1px solid #386848;
}

.center {
      width: 385px;
      margin: 30px auto 0px auto;
}
/* --------------------------------- */
/* Formatierungen des Bilderbereichs */
/* --------------------------------- */

div#pics
    {
    float: left;
    width: 180px;
    margin: 55px 0px 0px 75px;
    }

div#pics ul
    {
    list-style-type: none;
    }

div#pics p
    {
    color: #386848;
    font-size: 0.7em;
    font-weight: bold;
    text-align: center;
    width: 138px;
    padding: 2px 0px 0px 0px;
    }

div#pics p.first
    {
    padding: 6px 0px 0px 0px;
    }

div#pics img
    {
    margin-top: 15px;
    border: 2px solid #386848;
    padding: 3px;
    }

div#pics img.first
    {
    margin-top: 0px;
    }

div#pics img.produktinfo
    {
    margin-top: 0px;
    border: none;
    }

div#pics table
    {
    width: 134px;
    }

div#teaser img
    {
    position: absolute;
    top: 175px;
    right: 275px;
    }


/* -------------------------- */
/* Formatierungen des Footers */
/* -------------------------- */



div#footer
    {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 980px;
     height: 3.8em;  /*Höhe des Footers*/
     }

div#footer_bottom {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 980px;
     border-top: 2px solid #bbb;
     background-color: #dedede;
}

div#footer_bottom p
    {
    padding: 10px 0px;
    color: #c81010;
    font-weight: bold;
    text-align: center;
    font-size: 0.75em;
    }

div#footer_bottom a
    {
    color: #c81010;
    }

div#footer_bottom a:hover
    {
    text-decoration: underline;
    }

div#bookmark p
    {
    font-size: 65%;
    font-weight: bold;
    text-align: center;
    }

div#bookmark img
    {
    margin: 0 0 -5px 3px;
    border: 1px solid #888;
    padding: 1px;
    }

.defloat
 {
 clear: both;
 }

/*---------------------------------------------------*/
/*--- Formatierung für die Öffnungszeiten-Tabelle ---*/
/*---------------------------------------------------*/

table.oeffnung
      {
      margin: 40px 0 20px 165px;
      width: 300px;
      font-size: 85%;
      border: solid 2px #386848;
      border-collapse: collapse;
      }

table.oeffnung td
      {
      text-align: left;
      font-weight: bold;
      padding: 10px 20px;
      border-bottom: solid 1px #386848;
      }

table.oeffnung tr
      {
      background-color: #f3f3f3;
      }

table.oeffnung tr.odd
      {
      background-color: #e3e3e3;
      }

table.oeffnung td.kueche
      {
      text-align: center;
      font-size: 95%;
      color: #ffcc33;
      background-color: #386848;
      padding: 2px;
      line-height: 1.4em;
      }

/*---------------------------------------------------*/
/*--- Formatierung für die Speisekarten-Tabelle -----*/
/*---------------------------------------------------*/


table.karten
      {
      margin: 30px 0px 0px 25px;
      width: 600px;
      font-size: 80%;
      border: solid 2px #386848;
      border-collapse: collapse;
      }

table.karten th
      {
      text-align: center;
      padding: 5px;
      color: #ffcc33;
      background: #386848;
      font-size: 145%;
      font-weight: normal;
      border-bottom: solid 2px #386848;
      }

div#text table.karten th a
      {
      text-decoration: none;
      color: #ffcc33;
      }

table.karten td
      {
      text-align: left;
      font-weight: bold;
      padding: 10px;
      border-bottom: solid 1px #386848;
      }

table.karten td.kueche
      {
      text-align: center;
      font-size: 100%;
      color: #ffcc33;
      background-color: #386848;
      padding: 4px;
      line-height: 1.4em;
      }

table.karten tr
      {
      background-color: #f3f3f3;
      }

table.karten tr.odd
      {
      background-color: #e3e3e3;
      }

/*---------------------------------------------------*/
/*--- Formatierung für die Termin-Tabelle -----------*/
/*---------------------------------------------------*/


table.termine_naturfreunde
      {
      margin: 15px 0px 0px 40px;
      width: 620px;
      font-size: 75%;
      border: solid 1px #386848;
      border-collapse: collapse;
      }

table.termine_naturfreunde th
      {
      text-align: center;
      padding: 4px;
      border-bottom: solid 1px #386848;
      background: #386848;
      color: #ffcc33;
      font-size: 105%;
      font-weight: bold;
      }

table.termine_naturfreunde td
      {
      text-align: left;
      font-weight: normal;
      padding: 8px;
      border-bottom: solid 1px #386848;
      }

table.termine_naturfreunde tr
      {
      background-color: #f3f3f3;
      }

table.termine_naturfreunde tr.odd
      {
      background-color: #e3e3e3;
      }


/*------------------------------------------------------*/
/*--- Formatierung für die Akkordeon-Tabelle -----------*/
/*------------------------------------------------------*/


table.termine_akkordeon
      {
      margin: 15px 0px 0px 40px;
      width: 560px;
      font-size: 75%;
      border: solid 1px #386848;
      border-collapse: collapse;
      }

table.termine_akkordeon th
      {
      text-align: center;
      padding: 4px 3px;
      border-bottom: solid 1px #386848;
      background: #386848;
      color: #ffcc33;
      font-size: 105%;
      font-weight: bold;
      }

table.termine_akkordeon td
      {
      text-align: left;
      font-weight: normal;
      padding: 7px 18px;
      border-bottom: solid 1px #386848;
      }

table.termine_akkordeon tr
      {
      background-color: #f3f3f3;
      }

table.termine_akkordeon tr.odd
      {
      background-color: #e3e3e3;
      }
