*
{
    /*
    margin: 0;
    padding: 0;
    font: 10px Times New Roman;
    */
}

a:link
{
    text-decoration: none;
    font-weight: bold;
    color: #5F705D;
}
a:active
{
    text-decoration: none;
    font-weight: bold;
    color: #5F705D;
}
a:visited
{
    text-decoration: none;
    font-weight: bold;
    color: #5F705D;
}
a:hover
{
    text-decoration: underline;
    font-weight: bold;
    color: #5F705D;
}
.menu
{
    font-family: Verdana;
    font-size: 11px;
    color: #000000;
    line-height: 25px;
}
.text
{
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
}
.pics
{
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}
p
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #5F705D;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 8px;
}
p.center
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #5F705D;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
}
h1
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color: #5F705D;
    font-weight: bold;
    text-align: left;
}
h2
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #5F705D;
    font-weight: bold;
    margin-bottom: 8px;
}
td
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #5F705D;
    line-height: 17px;
}
li
{
    list-style-image: url(../images/arrow.gif);
}
li.pdf
{
    list-style-image: url(../images/pdf.gif);
    vertical-align: middle;
}
hr
{
    color: #5F705D;
    background-color: #5F705D;
    width: 98%;
    height: 1px;
}

/*
Navigationsbereich
*/
ul#Navigation
{
    font-size: 12px;
    float: left;
    margin: 0;
    padding: 0;
}
ul#Navigation li
{
    list-style: none;
    margin: 0;
    list-style-image: none;
}
ul#Navigation a
{
    color: #5F705D;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
}
ul#Navigation a:link
{
    color: #5F705D;
}
ul#Navigation a:visited
{
    color: #5F705D;
}
ul#Navigation a:hover
{
    color: #5F705D;
}
ul#Navigation a:active
{
    color: #5F705D;
}


div#Info p
{
    font-size: 1em;
    margin: 0.5em;
}

.gridFixedHeader
{
    background-color: #B3BEB1;
    position: relative;
    top: expression(this.offsetParent.scrollTop-2);
    border-width: 1px;
    border-top-color: White;
    z-index: 10px;
    left: -1px;
}

.NewsPost
{
    padding: 5px;
}

.NewsHeadline
{
    font-weight: bold;
    font-size: medium;
}
.NewsDate
{
    font-size: smaller;
}

.NewsText
{
    margin: 10px 0 10px 0;
    border-top: solid 1px black;
}

.NewsBottom
{
    font-size: smaller;
}