/*---------------------------------------*/
/*--             ArcanuM               --*/
/*---------------------------------------*/
/*-- Name:  footer.css                 --*/
/*-- Autor: Martin Oelke               --*/
/*-- Datum: 25.08.2013                 --*/
/*-- Zweck: Bestimmt das Aussehen der  --*/
/*--        Fusszeile                  --*/
/*-- Aenderung:                        --*/
/*--                                   --*/
/*---------------------------------------*/

footer { 
    width: 100%;
    height: 45px;
 /*   bottom: 15px; */
}

.footer1 {
    position: relative;  
    width: 910px;
    height: 30px;
    margin-top: -7px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/riffel-black.png");
    box-shadow: 0px 0px 20px 10px #cccccc;
    -moz-box-shadow: 0px 0px 20px 10px #cccccc;
    -webkit-box-shadow: 0px 0px 20px 10px #cccccc;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.txtfooter {
    position: absolute; 
    width: 910px;
    height: 15px;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    text-align: center;
}







    
