Subversion-Projekte lars-tiefland.php_share

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

/* CSS Document */

div.footer{
        clear:both;

        background-image:url(/images/webelemente/footer_spacer.jpg);
        background-repeat:repeat-y;
        width:983px;

        margin-bottom:10px;

        font-family:Arial, Helvetica, sans-serif;
        font-weight:normal;
        font-size:10px;
}

div.footer_oben{
        background-image:url(/images/webelemente/footer_oben.jpg);
        background-repeat:no-repeat;

        padding-top:8px;
        padding-right:10px;     
        padding-left:10px;

}

div.footer_unten{
        background-image:url(/images/webelemente/footer_unten.jpg);
        background-repeat:no-repeat;
        padding-top:8px;

        position:relative;
        bottom:0px;
}

div.footer_oben table{
        width:100%;
}

div.footer_linie{
        border-top: 8px solid #DD0B15;
        padding-bottom:8px;
        background-color:#FFFFFF;
}

td.footer_links{
        width:190px;
        text-align:justify;
}
td.footer_mitte{
        text-align:center;
}
td.footer_rechts{
        width:155px;
        text-align:justify;
}

div.footer_oben * a{
        color:#000000;
        text-decoration:none;
}

div.footer_oben * a:hover{
        text-decoration:underline;
}

td.footer_mitte a{
        color:#000000;
        text-decoration:underline;
}