body, html {
    min-height:101%; /*Scrollbar immer anzeigen*/
}
body, hmtl, div, p, form, input, textarea, select, option {
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size:11px;
    color:#333;
    padding:0px;
    margin:0px;
}
a, a:link, a:visited, a:focus, a:active {
    color:#e30e55;
    font-weight:bold;
    text-decoration:none;
}
a:hover {
    color:#e30e55;
    text-decoration:underline;
}
img {
    border:0px;
}
div.clear_both {
    clear:both;
}
div.clear_right {
    clear:right;
}