﻿body {
    background-color: #595959; 
    padding:0px;
    margin:5px;
    font-size: 62.5%; /* Resets 1em to 10px */
    color:#111111; 
}

table, #kiste {
    font-family: URW Gothic L, sans-serif;
    color: #eeeeee;   
    font-size: 1.3em;
    line-height: 1.7em;
    letter-spacing: 1px;
}


a { color: #eeeeee; text-decoration: none; }
a:hover { color: #aaaaaa; text-decoration: none; }
.line { width:100%; border-bottom:1px dashed #eeeeee; margin: 3px 0px 3px 0px; }


#kiste { 
    position:absolute;
    top:100px;
    left:100px;
    text-align: left;
    padding: 0px;
    width: 650px;
    background-color: #595959;
}
