h1 {
    font-size: 1.4em;
}
h2 {
    font-size: 1.0em;
}
h3 {
    font-size: 1.0em;
    color: #40478d;
}
p {
    font-size: 0.8em;
    text-align: justify;
}
p a:link {
    color: #40478d;
    text-decoration: none;
}
p a:visited {
    color: #40478d;
    text-decoration: none;
}
p a:focus {
    color: #40478d;
    text-decoration: none;
}
p a:hover {
    color: #cbce52;
    text-decoration: none;
}
p a:active {
    color: #40478d;
    text-decoration: none;
}
.liste_links {
    width: 15%;
    text-align: center;
    vertical-align: top;
    padding: 5px;
    font-weight: bold;
}
.liste_mitte {
    padding: 5px;
    vertical-align: top;
}
.liste_rechts {
    width: 20%;
    text-align: center;
    vertical-align: top;
    padding: 5px;
}