/* ------body. link auszeichnung und Ÿberschriften-------- */
body {
        font-size: 1em;
        font-family: Georgia,serif;
        color:#000;
        line-height:1.1em;
        padding:0;
        margin:0;
}
a {color: #000; text-decoration:none;}
a:visited {color:#000;}
a:hover {color: #000; text-decoration:overline;}
a:active { color:#000; text-decoration:underline;}


/* ----------container zentriert das layout-------------- */
#container {
        width: 1024px;
        height: 623px;
        margin: left;
        padding: 0;
        background-color:#fff;
        
        }

#banner {
    width: 389px;
    height: 78px;
    margin: left;
    padding: 0;
    background-color:#fff;
    text-align:center;
    }

#navi {
    position: absolute;
    top:78px;
    left:0px;
    width: 389px;
    height: 70px;
    font-size: 15px;
    color:#000;
    background-image:url(img/navi.jpg);
    }

#abstand {
    padding-top: 20px;
    padding-right: 50px;
    }

#navi ul {
    font-variant:small-caps;
    margin: 0;
    padding: 0;
    text-align: center;
}

#navi ul li {
    display: inline;
    margin-right: 3px;
    }

#links {
    position: absolute;
    top:148px;
    left:0px;
    width: 389px;
    height: 475px;
    background-image:url(img/loodz_kaeytsch_links.jpg);
           }

#spaceroben {
    position: absolute;
    top:0;
    left:389px;
    width: 494px;
    height: 62px;
    background-image:url(img/homebeathome_spaceroben.jpg);

           }

#spacerlinks {
    position: absolute;
    top:62px;
    left:389px;
    width: 34px;
    height: 561px;
    background-image:url(img/homebeathome_spacerlinks.jpg);
           }


#inhalt {
    position: absolute;
    top:62px;
    left:423px;
    width: 460px;
    height: 510px;
    background-color: #000;
    background-image:url(img/homebeathome_inhalt.jpg);
    background-attachment: fixed;
    background-position:423px 62px; /* important */
    overflow: auto;
    border: 0;
    }

hr {
    width:350px;
    margin-top:3em;
    }

#inhalt p {
    margin-left: 45px;
    margin-top: 15px;
    margin-right: 15px;
    font-size: 0.8em;
    text-align:left;
    }
    
#inhalt input[type="text"] {
    margin-left: 45px;
    margin-top: 15px;
    margin-right: 15px;
    font-size: 0.8em;
    text-align:left;
    }


#inhalt ul {
    padding: 0;
    font-size: 0.8em;
    margin-left: 45px;
    list-style-type: none;
    line-height:1.5em;
    }

#inhalt a {
    font-variant:small-caps;
    }

.linkliste {
    line-height:2.5em;
    }

.fleft {
    float:left;
    margin:0 1em 0em 0;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    }

.fright {
    float:right;
    margin:0 1em 0.2em 0;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    }

#spacerunten {
    position: absolute;
    top:572px;
    left:423px;
    width: 460px;
    height: 51px;
    background-image:url(img/homebeathome_spacerunten.jpg);

    }

#rechts {
    position: absolute;
    top:0px;
    left:883px;
    width: 141px;
    height: 623px;
    background-image:url(img/homebeathome_rechts.jpg);
    background-repeat:none;
    }

#footer {
    float:left;
    margin:10px;
    }

#footer p {
    font-size: 0.5em;
    text-align: center;
    }