body {
    margin: 0;
    padding: 0;
    font: 76% Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #E4E3DC;
}

h1 {
    font-size: 1.4em;
}

h2 {
    font-size: 1em;
}
h3 {
    font-size: 1.1em;
}

#x-menue p {
    margin: 2em 0 0.2em 0.30em;
    padding: 0;
    font-size: 1em;
    color: #C0C0C0;
    font-weight: bold;
}

#kopf {
    height: 85px;
    width: 95%;
    margin-left: 2.5%;
    background-color: #C0C0C0;
    text-align: center;
    background: url(img/mobi_logo.gif);
    background-position: 3px 20px;
    background-repeat: no-repeat;
}
#kopfrechts {
    top: 13px;
    position: absolute;
    width: 80px;
    height: 70px;
    right: 2.5%;
    background-repeat: no-repeat;
    background-image: url(img/logo_bbh.jpg);
}

#x-menue {
    position: absolute;
    top: 89px;
    left: 0;
    width: 100%;
    height: 23px;
    background-color: #ACA899;
    border-top: 1px solid #0000FF;
    border-bottom: 1px solid #0000FF;
}

#x-menue ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#x-menue li {
    float: left;
    width: 123px;
    text-align: center;
    font-size: 1.1em;
    padding: 0.2em 0 0.2em 0;
    margin: 0;
}

#x-menue a:link, #x-menue a:visited {
    color: #ffffff;
    text-decoration: none;
    margin: 0;
}

#x-menue b {
    color: #000000;
    text-decoration: none;
    margin: 0;
}

#y-menue {
    position: absolute;
    top: 140px;
    left: 1.3%;
    width: 150px;
    background-image: url(img/grau.gif);
    background-repeat: repeat-y;
}

#y-menue ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#y-menue li {
    margin: 0px;
    padding: 1px;
}

#y-menue a:link, #y-menue a:visited {
    display: block;
    padding: 3px;
    margin: 0;
    background-color: #ACA899;
    color: #ffffff;
    text-decoration: none;
}
#inhalt-ja, #inhalt-j, #inhalt-c {
    position: absolute;
    top: 140px;
    width: 50%;
    left: 2.5%;
    margin-left: 22.5%;
    margin-right:22.5%;
}
#inhalt-ja {  text-align: justify;
    line-height:115%;
}

#inhalt-j {  text-align: justify;}
#inhalt-c {  text-align: center;}

#bildergalerie, #bildergalerie1{
    position: absolute;
    top: 140px;
    right: 2.5%;
    width: 150px;
    height: 173px;
    padding: 0px 0px 0px 0px;
    margin: 0;
   }

#bildergalerie {
    background-image: url(img/buchfuehrung.gif);
   }
#bildergalerie1 {
    background-image: url(img/tastatur.gif);
   }


#fuss {
    bottom: 100px;
    width: 100%;
}

#fuss p {
    float: left;
    font-size: 0.9em;
}

#fuss .right {
    float: right;
    color:black;
    font-size: 0.9em;
}

#werbunglinks {
    top: 540px;
    position: absolute;
    width: 300px;
    height: 59px;
    left: 1.5%;
    background-positio: top center;
    background-image: url(img/logo_bbh.jpg);background-repeat: no-repeat;
}
#werbunglinks p{
    text-align: center;
    margin-left: 60px;
    margin-top: 18px;
    padding-bottom: 9px;
    font-size: 88%;
    font-weight: bold;
    border-bottom: 2px black solid;
}

#werbungrechts {
    top: 500px;
    position: absolute;
    width: 80px;
    height: 70px;
    right: 2.5%;
    background-repeat: no-repeat;
    background-image: url(img/);
}


