body
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    font-family: Helvetica;
    color: #000000;
    font-size: 13px;
     
}

.navigation_link 
{
    font-weight: bold;  
    font-size: 16px; 
    color: white;     
    text-decoration:none; 
}
        
.navigation_link_box 
{
    border-bottom: 1px dotted white; 
    padding: 12px;
    height: 19px;
}

.navigation_link_box:hover
{
    text-decoration: underline;

}
    
.titel
{
    color: #CA0000;
    font-size:16px;
    padding-left: 0px;
    margin-top: 8px;
    padding-bottom: 8px;
    font-weight: bold;    
}

.titel2
{
    color: #000000;
    font-size:15px;
    padding-left: 0px;
    margin-top: 8px;
    font-weight: bold;
}

.text
{
    color: #000000;
    font-size: 13px;    
}

.datum
{
    color: #FFFFFF;
    font-size:13px;
    border-top: 1px dotted #FFFFFF;    
    border-bottom: 1px dotted #FFFFFF;
    font-weight: bold; 
}

.news_inhalt
{
    color: #DDDDDD;
    font-size:13px;
    padding-bottom: 10px;
    padding-top: 4px;      
}

#header
{
    background-image: url("header.png");
    border: 1px solid #FFFFFF;
    border-top: none;
    width:798px;
    height:200px;
}

#navigation2
{
    border-top: 1px solid #CA0000;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
}

.navigation2_link
{
    color:black;
    font-size: 13px;
    text-decoration:underline;
    padding-left: 10px;
    padding-right: 10px;
}

.navigation2_link:hover
{
    color: #CA0000;
}

.normaler_link
{
    color:black;
    text-decoration:underline;
}

.normaler_link:hover
{
    color: #CA0000;
}
/* DIV für die linke Hauptnavigation */
#navigationsbereich
{
    width: 148px;
    float: left;
    background-color: #CA0000;
    border: 1px solid white;
    border-top: none;
}

/* DIV für dein eigentlichen Seiteninhalt */
#inhaltsbereich
{
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 480px;
    background-color: white;
}

/* DIV für den Bereich Aktuelles */
#newsbereich
{
    width: 128px;
    float:left;
    background-color: #CA0000;
    border: 1px solid white;
    border-top: none;
    padding-left: 10px;
    padding-right: 10px;
}


