/* 
    Document   : seiten
    Created on : 17.07.2013, 10:28:32
    Author     : Adrian Melchior
    Description:
        Purpose of the stylesheet follows.
*/
.modalCloseBtn{
    background: url("../modal/img/basic/x_mini.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 16px;
    margin-left: 2px;
    width: 14px;
}
.seiten_icon{
    background-image: url('../images/dialog/icons.png');
    background-repeat:  no-repeat;
    width:45px;
    height:45px;
    cursor:pointer;
}

