body {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    font-family: Arial, Helvetica, serif;
    color: #588BA7;
}
a {
    color: #588BA7;
    text-decoration: underline;    
}
a:hover {
    color: #CC7D7D;
    text-decoration: none;
}
img {
    border:0;
}
#title {
    width: 100%;
    height: 100px;
    text-align: right;
    background: transparent url(gfx/logo.jpg) no-repeat 10px 10px;
}
.temp {
    width: 700px;
    margin: 10px;
}
.text {
    width: 97%;
    margin: 10px;
    text-align: justify;
}
  
.klein {
    font-size: 0.6em;
}
.lower {
    height: 12px;
}
.letop {
    font-weight: bold;
    color: #CC0000;
}
.lastname {
    display: none;
} 