#onlineDemo #animation {
    width: 100%;
    text-align: center;
    margin: 30px 0 60px 0;
    
}

#onlineDemo h2 {
    margin-top: 28px;
    color: #1353A0;
    font-size: 15px;
    font-weight: bolder;
    padding-left: 30px;
    border-bottom: 1px solid #1353A0;
}

/*--------------------------------
|                                  |
|              LINKS               |
|                                  |
--------------------------------*/
    

    
#Links ul {
    margin-top: 20px;
    padding: 0 0 0 0;
    }

#Links  li {
    padding: 0.6em 0 0.6em 0.4em;
    clear: both;
    }
    
#Links li a {
    color: #1353A0;
    font-size: 13px;
    padding: 2px 0 0 30px;
    width: 90%;
    height: 25px;
    background-repeat: no-repeat;
}

#Links li a:hover {
    color: #FF9515;
}

#Links .loupe {
    background-image: url(../images/Icone_Loupe.gif);
}
#Links .loupe:hover {
    background-image: url(../images/Icone_Glow_Loupe.gif);
}
#Links .demo {
    background-image: url(../images/Icone_Demo_small.gif);
}
#Links .demo:hover {
    background-image: url(../images/Icone_Glow_Demo_small.gif);
}
#Links .contact {
    background-image: url(../images/Icone_Mail.gif);
}
#Links .contact:hover {
    background-image: url(../images/Icone_Glow_Mail.gif);
}
#Links .buy {
    background-image: url(../images/Icone_caddy.gif);
}
#Links .buy:hover {
    background-image: url(../images/Icone_Glow_caddy.gif);
    }
