/*Name: footer.css*/

/*FOOTER*/
div#f_container
{
    width: 970px;
    height: 45px;
    float: left;
    clear: left;
}
div#f_top /*de schaduw*/
{
    width: 970px;
    height: 5px;
    float: left;
    clear: left;
    background-image: url('footer/f_top.gif' );
    overflow: hidden;
}
div#f_left
{
    width: 220px;
    height: 40px;
    float: left;
    clear: left;
    background-image: url('footer/f_left.gif' );
    background-color: #273D71;
}
div#f_right
{
    width: 750px;
    height: 40px;
    float: left;
    clear: right;
    background-image: url('footer/f_right.gif');
    background-position: 605px 0px; /*640-140*/
    background-color: #273D71;
    background-repeat: no-repeat;
}
/*FONTS F_RIGHT*/
.f_right_item
{
    padding-top: 17px;
    padding-right: 110px;
    color: White;
    font-size: 8pt;
}
:link.fr, :visited.fr, :active.fr, :hover.fr
{
    color: White;
    font-size: 8pt;
    text-decoration: none;
    font-weight: normal;
}
:hover.fr
{
    text-decoration: underline;
}
