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