.gruenZeile
{
    background: #009aa2;
    color: white;
    font-size: 1.6em;
    padding: 0 0 0 12px;
    margin-top: 16px;
    opacity: 0.9;
}
.blauZeile
{
    background: #005c9b;
    color: white;
    font-size: 1.8em;
    padding: 8px 0 8px 12px;
    margin-bottom: 24px;
    opacity: 0.9;
}
.datumZeile
{
    color: #ddd;
    font-size: 1.6em;
    padding: 0 0 0 12px;
    margin-bottom: 0;
    text-shadow: #444 0.05em 0.05em 0.07em;
}

.contentZeile
{
    color: #ddd;
    font-size: 1.4em;
    padding: 16px 0 0 12px;
    margin-bottom: 0;
    text-shadow: #444 0.05em 0.05em 0.07em;
}

.contentZeile li{
    margin-left:4px;
}