﻿body
{
    background-color: #FFF9AE;
    font-family: Arial, Sans-Serif;
    margin: 0px;
    color: #2B3F7E;
    font-size: 12px;
}

h1
{
    color: #2B3F7E;
     font-size: 18px;
    font-weight:bold;
}
h2
{
    color: #2B3F7E;
     font-size: 16px;
    font-weight:bold;
}

a
{
     color: #2B3F7E;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
}

td
{
    vertical-align: top;
    text-align: left;
}

.bild
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    display:block;

  
}

.bildlinks
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    margin-bottom : 20px;
     margin-top : 20px;
    margin-right   : 20px;
     text-align: left;
     float:left;
}

.bildrechts
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
    text-align:right;
    float:right;
}

.spezlink
{
    text-decoration: none;
    color: #ffffff;
    border: 0px;
}
.spezlink:hover
{
    color: #ffffff;
}

.news
{
    border-left: #b7c7e1 1px solid;
    border-bottom: #b7c7e1  1px solid;
    width: 260px;
    font-size: 12px;
  
}
.news td
{
    padding-left: 6px;
    padding-bottom:6px;
    padding-top:6px;
}
.news td:first-line
{
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color:Red;
  
}


.top10_table
{
    border-right: #355a9e 0px solid;
    border-top: #355a9e 0px solid;
    border-left: #355a9e 0px solid;
    border-bottom: #355a9e 0px solid;
    color: #355a9e;

 }
.top10_titel
{
    border-bottom: #000000 thin solid;
    background-color: #b7c6e0;
    padding-top: 2px;
    padding-left: 2px;
    background-position: right top;
    background-image: url(/images/background_top10_titel.gif);
    background-repeat: no-repeat;
    color: #2B3F7E;
    font-weight: bold;
    height: 22px;
    margin-bottom: 3px;
}

.top10_inhalt
{
    padding-left:5px;
    font-weight:normal;

}





