body{
    max-width:781px;
}
body *{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 150%;
}
h1{
    color:white;
    background-color:black;
    text-align:center;
    font-size: 20px;
    margin:15px 0;
}
h2{
    color:white;
    background-color:#FF3300;
    text-align:center;
    font-size: 18px;
    margin: 20px 25px;
}
.mittig{
    text-align: center;
}

th{
    background-color: black;
    color: white;
    text-align: center;
    font-weight: bold;
}

.klein,
.klein *{
    font-size:10px;
}

.content{
    margin-left:40px;
    margin-bottom:40px;
}