﻿body 
{
    font-family: Arial;
    font-size: small;
}
.hintergrund
{
    background-color: #BBD0EC;
    font-family: Arial;
    font-size: smaller;
}
.small
{
    font-family:Arial;
    font-size: smaller;
}
img
{
    border: 0;
}
hr
{
    color:  Blue;
}    
h1
{
    font-size: large;
    color: #2061AD;
}
h2
{
    font-size: larger;
    color: #2061AD;
}
.bildunterschrift
{
    font-size: smaller;
    font-style: italic;
    margin-top: 5px;
    margin-bottom: 15px;
}
.einrueck
{
    margin-left: 36px;
    text-indent: -36px;
}
ul li
{
    margin-bottom: 8px;
}
.spalteli
{
    position:relative;
    float:left;
    vertical-align:middle;
    width: 300px;
}
.spaltere
{
    width: 320px;
    padding-left: 15px;
    float:left;
    position:relative;
    vertical-align: top;
    border-top: solid 1px blue;
}
.spalten
{
    position:relative;
    clear:both;
    width: 660px;
    margin-bottom: 35px;
}
.notwendig
{
    color: Red;
    font-size: smaller;
}
