
        BODY {
                background-color: #7D5602;
                margin-bottom: 0px;
                margin-left: 0px;
                margin-right: 0px;
                margin-top: 0px;
                background-image: url(img/bark.jpg);
                background-repeat: repeat;
        }
        p {
                font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                font-size: 13px;
                font-style: italic;
                color: #FFF7E7;
                line-height: 19px;
        }
        .text {
                font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                font-size: 11px;
                font-style: normal;
                color: #7D5602;
                line-height: 19px;
        }
        .text:hover {
                font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                font-size: 11px;
                font-style: normal;
                color: #7D5602;
                line-height: 19px;
                font-weight:normal;
        }
        
        img {
	border : 0px;
}


/* --------- die links in der navigation --------- */
        a {
                font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                font-size: 11px;
                font-style: italic;
                color: #FFF7E7;
                line-height: 19px;
                text-decoration: none;
        }

        a.link {
                font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                font-size: 11px;
                font-style: italic;
                color: #FFF7E7;
                line-height: 19px;
                text-decoration: none;
        }

        a:hover{
                font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                font-size: 11px;
                font-style: italic;
                color: #FFF7E7;
                line-height: 19px;
                font-weight: bolder;
                text-decoration: none;
        }
/* --------- die links in der navigation ENDE --------- */


/* --------- zurück und weiter knöpfe im Text ---------  */
    a.imtext, a.imtext:hover {
                font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                font-size: 10px;
                font-style: italic;
        /*
                font-weight: normal;
        */
                color: #331f00;
                line-height: 16px;
                text-decoration: none;
        }
/* --------- zurück und weiter knöpfe im Text ENDE --------- */


    .bodytext {
                color: #5B3E00;
                background-color: #FFF7E7;
                font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                font-size: 12px;
                font-style: normal;
                font-weight: normal;
                /*line-height:18px;*/
        }

/*
detail seiten tabelle mit möbel und text ---------------------
dunkler tabellen hintergrund
Tabellenzellen hell und cellspacing 1px für gitter
*/
  table.moebl {
                background-color: #7B5500;
              }

  td.moebl {
                background-color: #FFFDF5;
        }


  .moebl {
                color: #5B3E00;
                font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                font-size: 10px;
                font-style: normal;
                font-weight: normal;
                line-height:18px;
        }

/* --------- detail seiten tabelle mit möbel und text ENDE ------- */


/* -------------- alle bilder ohne rand ------------- */
       img {
                border: 0px;
        }
/* ----------- alle bilder ohne rand ENDE ----------- */


        .small {
                color: #271800;
                font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;
                font-size: 9px;
                font-style: normal;
                font-weight: bold;
                line-height:12px;
        }
        .small:hover {
                color: #271800;
                font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
                font-size: 9px;
                font-style: normal;
                font-weight: bold;
                line-height:12px;
        }