/* Ferienwohnung Niklasreuth - Familie Reichart */

body {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        background-image: url(../images/background.jpg);
        background-repeat: repeat-y;
        background-position: center;
        background-color: #A6B000;
        font-family: Tahoma, Verdana, Arial;
        font-size: small;
        letter-spacing: 1px;
}

/* DIV Positionen */
#container {
        position:absolute;
        width: 700px;
        top: 0px;
        left: 50%;
        margin-left: -349px;
        z-index: 1;
}
#infos {
        position:absolute;
        top: 0px;
        z-index: 2;
}
#head {
        position:absolute;
        top: 0px;
        z-index: 3;
}
#menue {
        position: absolute;
        top: 210px;
        left: 10px;
        width: 135px;
        z-index: 4;
}
#inhalt {
        position:absolute;
        top: 210px;
        width: 510px;
        left: 160px;
        z-index: 5;
        text-align: justify;
}


/* Klassen */
.bildrahmen {
        border:#999999 thin;
        border-style: solid;
}
.abstand {
        padding-right: 10px;
        padding-bottom: 10px;
}
.links {
        float: left;
}
.rechts {
        float: right;
}

h1 {
        font-size: 12px;
        font-weight: bold;
}