* {
    margin:0;
    padding:0;
    border:0;
}

body {
    background:#FFFFFF;
    margin:0;
    font-family:Arial, Tahoma, sans-serif;
    font-size:11px;
    color:#000000;
}

/* Standarddefinitionen */
a:link, a:visited, a:active, a:focus {
    text-decoration:underline;
    color:#FF0000;
}
a:hover { 
    text-decoration:none;
}

.left {
    float:left;
}

.right {
    float:right;
}

.clear {
    clear:both;
    height:1px;
    font-size:1px;
    line-height:1px;
}