body.bb {
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  font-size: 12px;
  color:#564b47;
  margin:0px;
  text-align: center;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        background: #301d15;
  background-image: url(../images/bg.jpg);
}


#bb_container {
  text-align: left;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0px;
  width: 771px;
  border:none;
}

#bb_head {
        background-image: url(../images/head_1.jpg);
        height: 316px;
}

#bb_menu {
        background-image: url(../images/head_2.jpg);
        height: 98px;
}

#bb_logo {
        float:left;
        border: 1px;
        width: 250px;
        height: 100px;
        background: none;
}
.bb_start {
        border:0px;
        }

#bb_navigation {
        float: right;
        padding-top: 58px;
        padding-right: 0px;
}

#bb_navigation a{
        color: #f1efdf;
        text-decoration: none;
        padding-right: 20px;
        text-transform: capitalize;
        font: 14px "Courier New", Courier, mono;
}

#bb_navigation a:hover{
        text-decoration: underline;
}

#bb_navigation a:active{
        text-decoration: underline;
}

#bb_inhalt {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 35px;
        padding-right: 35px;
        background: url(../images/bg.gif) repeat-y;
        min-height: 300px;
        <!--[if lte IE 7]>
        height: 300px;
        <![endif]-->
}

#bb_footer {
        height: 26px;
        background-image: url(../images/footer.gif);
        text-align: right;
        padding-right: 20px;
        padding-top: 28px;
}

#bb_footer a{
        font: 12px "Courier New", Courier, mono;
        padding-right: 25px;
        color: #f1efdf;
        text-decoration: none;
}
#bb_footer a:hover{
        text-decoration: underline;
}

h1, h2, h3, h4 {
        padding:0 0 10px 0;
        margin:0px;
}

a {
        color:#564b47;
        text-decoration: underline;
}
a:hover {
        color:#9D8880;
}

#gaestbuch_admin {
        margin-top: 5px;
        padding-top: 5px;
        border-top: 1px dotted #9D8880;
}
