/*general classes*/
    /* CONTENT */
    body p, div, td {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size: 11px;  
    }
    h1 {
		font-size: 36px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0 0 0px 0;
		font-style: normal;
		font-weight: bold;
		color: #006666;
	}
	h2 {
		font-size: 14px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0 0 0px 0;
		font-style: normal;
		font-weight: normal;
		color: #7B7994;
	}
	h3 {
		font-size: 24px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0 0 15px 0;
		font-style: normal;
		font-weight: normal;
		color: #006666;
	}
	h4 {
		font-size: 12px; 
		font-weight: bold;
		margin: 0 0 7px 0;
		color: #666666;
	}
	h5 {
		font-size: 11px; 
		font-weight: bold;
		margin: 0 0 7px 0;
		color: #666666;
	}
	h6 {
		/* this is only 4 the multi_template.inc */
		font-size: 14px; 
		font-weight: bold;
		margin: 0 0 7px 0;
		color: #666666;
	}
	input, select, textarea {
	    font-family: Helvetica, Arial, Sans-serif;
	    font-size: 11px;     
	}
	p {
	    margin-top: 0px;    
	}

/*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);
        text-align: center;
        cursor: pointer;
    }
    .divBoxEvents {
        width: 330px; /* 350px; - padding */
        _width: 350px; /* 4IE */
        height: 170px; /* 190px; - padding */
        _height: 190px; /* 4IE */
        float: left; 
        margin: 0px 10px 10px 0px;
        padding:10px;
        border: 2px solid white;
    }
    .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;    
    }