body {

    background-color:#D6EFFB;
    color: #272b29;
    font-size: 12px;
    font-weight: 300;
    word-spacing:1px;
    letter-spacing:1px;

    font-family: Helvetica, sans-serif;

    line-height: 19px;
    text-transform:none;

    text-align: left;
    margin: 10px 100px 100px 100px;
    padding: 10px 100px 100px 100px;

}
ul { padding-left: 20px; }
p { margin: 20px 0 10px 0; }
td { }

h1 {
    font-size:20px;
    line-height: 24px;
    font-weight: 400;


}

h2 {
    font-size:16px;
    line-height: 21px;
    font-weight: 400;


}

a:link {

    color: #0568BA;
    text-decoration: none;

}

a:visited {

    color: #0568BA;
    text-decoration: none;

}


a:active {

    color: #0568BA;
    text-decoration: none;

}


a:hover {

    /*color: #444;
    background-color: #444;*/
    text-decoration: underline;
    padding-bottom:2px;
    border-bottom: 0px solid #272b29;
    border-top: 0px solid #272b29;
    border-left: 0px solid #272b29;
    border-right: 0px solid #272b29;
}

span.wichtig {
    color: #ff0000;
}