/*general classes*/

/*special classes*/    
    .divBoxContainer {
        width: 220px; /* 220px; - padding */
        height: 302px; /* 312px; - padding */
        _height: 312px; /* 4IE */
        float: left; 
        margin: 0px 10px 10px 0px;
        padding: 10px 0px 0px 0px;
        background-image: url(/images/dachmarke/willkommen_neu/box.gif);
        background-repeat: no-repeat;
        text-align: center;
        cursor: pointer;
    }
    .divBoxContainerWithoutPointer {
        width: 220px; /* 220px; - padding */
        height: 302px; /* 312px; - padding */
        _height: 312px; /* 4IE */
        float: left; 
        margin: 0px 10px 10px 0px;
        padding: 10px 0px 0px 0px;
        background-image: url(/images/dachmarke/willkommen_neu/box.gif);
        background-repeat: no-repeat;
        text-align: center;
    }
    .divEventContainer {
        width: 190px; /* 220px; - padding */
        _width: 220px; /* 4IE */
        float: left; 
        margin: 0px 10px 10px 0px;
        padding: 15px 15px 0px 15px;
        background-image: url(/images/dachmarke/willkommen_neu/box_veranstaltungen.gif);
        background-repeat: no-repeat;
    }
    .pBoxContent {
        margin: 15px 15px 0px 15px;    
        color: #333333;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
		font-weight: normal;
        font-size: 12px;
    }
    .pStartseite {
        color: #333333;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
		font-weight: normal;
        font-size: 12px;
    }
    .imgLogo {
        margin-bottom: 10px;    
    }