body
{
       font-family: Georgia, Times, sans-serif;
       margin: 0px;
       padding: 0px;
       background: #EFE9E0;
       background: #CFC9C0;
       text-align: center;
}

p
{
        font-size: 12px;
        color: #222222;
        text-align: justify;
        line-height: 18px;
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
}

h1
{
        font-size: 48px;
        line-height: 60px;
        font-weight: normal;
        color: #FFF9F0;
        text-align: left;
        margin: 0px;
}

h2
{
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        color: #990000;
        text-align: right;
        margin: 20px 0px 10px 0px;
        display: block;
        border-bottom: 1px solid #990000;
}

h3
{
        font-size: 14px;
        line-height: 16px;
        font-weight: normal;
        color: #444444;
        margin: 0px;
        margin-bottom: 5px;
}

#ganz h3
{
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
        color: #444444;
        margin: 0px;
        margin-bottom: 5px;
}

h4
{
        font-size: 16px;
        line-height: 18pt;
        font-weight: bold;
        color: #FFF9F0;
        text-align: left;
        margin: 0px;
}

h5
{
        font-size: 14px;
        line-height: 16px;
        font-weight: normal;
        color:  #FFF9F0;
        padding: 6px;
        margin: 0px;
}

h6
{
        font-size: 12px;
        line-height: 14px;
        font-weight: normal;
        color:  #0F3193;
        text-align: right;
        margin: 0px;
        margin-bottom: 15px;
}

li
{
        font-size: 12px;
        line-height: 18px;
        color: #333333;
        list-style-type: square;
}

ul
{       margin: 0px;
        padding-left: 25px;
        margin-bottom: 5px;
}

a
{
        font-size: 12px;
        line-height: 18px;
        font-weight: bold;
        color: #333333;
        text-decoration: none;
        margin: 0px;
}
a:hover
{
        color: #990000;
}
a:active
{
        color: #990000;
}
.aktiv {
        display: block;
        color: #990000;
        padding: 5px;
}
.navi
{
        display: block;
        padding: 5px;
}
.weiss
{
        color: #FFFFFF;
        line-height: 14px;
        font-weight: normal;
}
a.weiss:hover
{
        color: #FFBB99;
}
a.weiss:active
{
        color: #FF9999;
}

.bild
{
        border: 2px solid #FFFFFF;
        margin-bottom: 20px;
}