body
{
       font-family: Verdana, sans-serif;
       margin: 0px;
       padding: 0px;
       background: #FFFFFF;
       text-align: center;
}

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

h1
{
        font-size: 24px;
        line-height: 30px;
        font-weight: normal;
        color: #003366;
        text-align: left;
        margin: 0px;
}

h2
{
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
        color: #FF9900;
        text-align: left;
        margin: 20px 0px 10px 0px;
        display: block;
}

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

h4
{
        font-size: 14px;
        line-height: 18pt;
        font-weight: normal;
        color: #003366;
        text-align: left;
        margin: 0px;
}

h5
{
        font-size: 12px;
        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: normal;
        color: #000044;
        text-decoration: none;
        margin: 0px;
}
a:hover, a:active
{
        color: #336699;
}

.aktiv {
        display: block;
        font-weight: bold;
        color: #FF9900;
        padding: 5px 0px 5px 0px;
}
.uaktiv {
        display: block;
        color: #FF9900;
        padding: 0px 0px 3px 20px;
        background: url(../bilder/apunkt.gif) no-repeat left center;
}
.navi
{
        display: block;
        padding: 5px 0px 5px 0px;
}
.unavi
{
        display: block;
        padding: 0px 0px 3px 20px;
        background: url(../bilder/punkt.gif) no-repeat left center;

}
.weiss
{
        color: #FFFFFF;
        line-height: 14px;
        font-weight: normal;
}
a.weiss:hover
{
        color: #FFBB99;
}
a.weiss:active
{
        color: #FF9999;
}

.bild
{
        border: 1px solid #999999;
        margin-bottom: 10px;
}

.mini
{
        border: 1px solid #999999;
        margin-right: 15px;
        margin-bottom: 15px;
}