body
{
   margin: 0;
   padding: 1% 0 0 0;
   font: 85% tahoma, arial, hevetica, sans-serif;
   text-align: center;
   color: #505367;
   background-color: #FFFFFF;
}

#container
{
   margin: 1em auto;
   width: 750px;
   height: 550px;
   text-align: left;
   background-color: transparent;
   border: 0px solid black;
}

#kopf {
   width: 538px;
   height: 187px;
   background: url("design/grafikelemente/logo.png");
   background-color: green;
}

#t_schnibbel {
   position: absolute;
   float: right;
   display: inline;
   margin-left: 211px;
   margin-top: 187px;
   width: 76px;
   height: 26;
   background-color: transparent;
   background: url("design/grafikelemente/t_schnippel.gif");
}



#navi {
   float: left;
   width: 147px;
   height: 363px;
   background: url("design/grafikelemente/trenner_links_neu.png");
   background-color: yellow;

   font: 120% times new roman,serif;
   font-weight: bold;
}

#navi ul {
   text-align: center;
   list-style-type:none;
   padding: 9 18 0 0;
   margin: 0;
}

#navi li {
   display: inline-block;
   height: 28px;
   padding: 0;
   margin: 0;
}

#navi a {
   display: inline-block;
   padding: 3px;
}

#navi a:link, a:visited {
   text-decoration: none;
}

#navi a:active {
   color: #DD0000;

}

#navi a:hover {
   color: #DD0000;
}

#navi .aktivNavigation:link, .aktivNavigation:visited {
   color: #DD0000;
   font-weight: bold;
   border: none;
   margin: 0;
}

#navi .schriftfarbeGerade {
   color: #FCDE9A;
}

#navi .schriftfarbeUngerade {
   color: #6C3600;
}



#inhalt {
   float: right;
   display: inline;
   margin-right: 20px;
   overflow: auto;

   width: 570px;
   height: 340px;
   background-color: transparent;
   padding: 0 13 0 0;

   font: 120% times new roman, serif;
   color: #000000;
   text-align: justify;
}

#inhalt h2 {
   text-align: center;
   font: 150%  times new roman, serif;
   color: #6C3600;
   font-weight: bold;
}

#inhalt table {
   color:#000000;
}

#inhalt .gaestebuchSchrift_normal {
	font: 95%;
}

#inhalt .gaestebuchSchrift_normal a{
	font: 100%;
   color:#6C3600;
}

#inhalt .gaestebuchSchrift_normal a:hover{
	font: 100%;
   color:#FF0000;
}

#inhalt .gaestebuchSchrift_klein {
	font: 85%;
}


#menu {
   float: right;
   display: inline;
   margin-right: 20px;
   width: 570px;
   height: 80px;
   background-color: transparent;
}

#menu table {
   font: 120% times new roman,serif;
   font-weight: bold;
}

#menu td {
   width: 133px;
}

#menu a {
   display: inline-block;
   width: 133px;
   text-align: center;
   padding: 3px;
}

#menu a:link, a:visited {
   text-decoration: none;
}

#menu a:active {
   color: #DD0000;
}

#menu a:hover {
   color: #DD0000;
}

#menu .aktivMenu:link, .aktivMenu:visited {
   color: #DD0000;
   font-weight: bold;
}

#menu .schriftfarbeGerade {
   color: #FCDE9A;
}

#menu .schriftfarbeUngerade {
   color: #6C3600;
}

#besucherzaehler {
   float: left;
   display: inline;
   margin-top: -20px;
   margin-left: 10px;
   width: 147px;
   height: 15px;
   background-color: transparent;

   font: 80% times new roman,serif;
}

#trenner_unten {
   float: right;
   display: inline;
   margin-right: 7px;
   width: 596px;
   height: 23px;
   background: url("design/grafikelemente/trenner_unten_neu.png");
   background-color: fuchsia;
}
