#footerBorder
{
    background:url(../images/template/footer_bg.gif) repeat-x;
    background-color:#3A758A;
    width:800px;
    height:67px;
}

#footer 
{
    padding-top:15px;
    font-family:tahoma;
    font-size:11px;
}

#footer a
{
    color:#0c4771;
    text-decoration:none;
}

#footer a:hover
{
    color:#4a7e94;
    text-decoration:none;    
}

#footer #footerTextLinks
{
    float:left;
    width:350px; 
    padding-left:10px;
    text-align:left;   
}

#footer #footerTextRechts
{
    float:right;
    width:400px;
    text-align:right;
    padding-right:9px;
}

