
root { 
    display: block;
}

* {
    font-family: Verdana, Helvetica, Arial;
    line-height: 1.5em;
}

* a {
    color: #fff;
}

img {
    border: none;
}

html {
    background: url(../images/bgwall.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#container {
    background: url(../images/smiley.png) no-repeat fixed 50% 15%;
    width: 94%;
    margin: 0px auto;
}

/* header */

#header {
    margin-top: 20px;
    margin-bottom: 20px;
}

#header img {
    max-width: 100%;
}

/* graffiti-buttons */

#kids {
    text-align: right;
    margin-right: 6%;
}

#teens {
    margin-left: 10%;
    margin-top: -50px;
}

#therapie {
    margin-left: 9%;
}

/* footer */

#footer {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: right;
    float: right;
}

#footer a {
    position: relative;
    float: left;
    margin-right: 20px;
}

/* kontakt-html */

#kontaktdaten img {
    float: left;
    width: 202px;
}

#adresse{
    margin-left: 202px;
    padding: 0 30px 0 50px;
}

.clear {
    clear: both;
}

#anfahrt iframe {
    float: right;
    width: 425px;
    height: 400px;
    margin-top: 30px;
}

#bahn {
    margin-right: 425px;
    padding: 20px 30px 0 0px;
    font-size: medium;
}

/* textsatz */

.blocktext {
    text-align: justify;
}
