body {
        background-color: #9F9F9F;
        margin-top:    0px;
        margin-right:  0px;
        margin-bottom: 0px;
        margin-left:   0px;

        padding-top:   0px;
        padding-right: 4px;
        padding-bottom:4px;
        padding-left:  4px;

        font-family: "Schoko-Cooky", "Rosemary", "Segoe Print", "Comic Sans MS";
        color: #FFFFFF;

        font-size: medium;
}

a {
        color: inherit;
        font: inherit;
        text-decoration: none;
}

#inhalt a {
        color: inherit;
        font: inherit;
        text-decoration: underline;
}

#wetter a {
        color: inherit;
        font: inherit;
        text-decoration: none;
}


a:link {
         color: inherit;
        font: inherit;
        text-decoration: none;
}

a:visited {
         color: inherit;
        font: inherit;
        text-decoration: none;
}

a:hover {
         color: inherit;
        font: inherit;
        text-decoration: none;
}

a:active {
         color: inherit;
        font: inherit;
        text-decoration: none;
}



h1 {
        margin: 0px;
        padding: 0px;
}

#kopf {
        background-color: #1F1F1F;
        background-color: #759b0d;
        width: inherit;
        height: 95px;

        margin-bottom: 8px;
        margin-top: 1px;
        padding-left: 20px;
        padding-bottom: 0px;
        padding-top: 0px;

        font-size: 1.3em;
        line-height: 100px;
        border-radius: 15px;
        box-shadow: 2px 3px 3px 0px #515151;
        -webkit-box-shadow: 2px 3px 3px 0px #515151;
        text-shadow:  2px 3px 3px #2E2E2E;
}

#kopf h1 {

        <!--[if IE]
        display: block;
        filter: dropshadow(color=#585858,offX=2,offY=3);
        <![endif]-->

}


#inhalt {
        background-color: #0F0F0F;
        width: auto;
        height: auto;

        overflow: auto;
        margin-bottom: 8px;
        padding-top: 8px;
        padding-right: 8px;
        padding-bottom: 8px;
        padding-left: 8px;
        float:both;
        color: #555555;
        border-radius: 15px;
        box-shadow: 2px 3px 3px 0px #515151;
        -webkit-box-shadow: 2px 3px 3px 0px #515151;
}

#wetter {
        background-color: #222222;
        width: auto;
        height:auto;
        overflow: auto;
        margin: 8px;
	padding: 12px;
	float:left;
        color: #555555;
        border-radius: 12px;
        }

#fuss {
        background-color: #759b0d;
        width: auto;
        height: 45px;

        overflow: auto;
        padding-top: 5px;
        padding-right: 20px;
        padding-bottom: 5px;
        padding-left: 20px;

        color: #FFFFFF;
        border-radius: 15px;
        box-shadow: 2px 3px 3px 0px #515151;
        -webkit-box-shadow: 2px 3px 3px 0px #515151;
        font-size: 24px;

}