/*  CSS Document
    font and font-size definitions (small font) */

    body p, div, td {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;  
    }
    h1 {
		font-size: 14px;
		margin: 0 0 12px 0;
		font-style: normal;
		color: #666;
	}
	h1.headlinePointsWithLinkAbove{
        font-size: 11px;
        line-height: 0px;
        color: Gray;
    }
	h2 {
	    font-family: Verdana, Arial, Helvetica, sans-serif;
	    text-decoration: none;
	    font-weight: bold;
	    color:#6A6A6A;
	    font-size: 17px;
	    /* line-height: 17px;
	    letter-spacing: -2px; */
    }    
	h3 {
		font-size: 17px; 
		font-weight: bold;
		margin: 0 0 7px 0;
		color: #6A6A6A;
	}
	h4 {
		font-size: 12px; 
		font-weight: bold;
		margin: 0 0 7px 0;
		color: #666;
	}
	h5 {
		font-size: 11px; 
		font-weight: normal;
		margin: 0 0 7px 0;
		color: #333333;
	}
	input, select, textarea {
	    font-family: Arial,sans-serif;
	    font-size: 11px;     
	}

	/* FONT Classes */
	.tdContactFont {
        font-size: 16px;
	    text-decoration: none;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	    color:#7e7e7e;    
    }
	
	a.contentLink {
	    font-size: 10px;
	    text-decoration: none;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	    color:#88b7c7;
	    padding-left:13px;
	    background-image: url(/images/bckgnds/link_bull.gif);
	    background-position: left;
	    background-repeat: no-repeat;
	}
	a.backLink {
	    font-size: 10px;
	    text-decoration: none;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	    color:#88b7c7;
	    padding-left:13px;
	    background-image: url(/images/bckgnds/link_bull_back.gif);
	    background-position: left;
	    background-repeat: no-repeat;
	}
	
	/* a.contentLink {			    font-size: 10px; color: #000; text-decoration: none; font-weight: bold; } */
	a.contentLinkActive {	    font-size: 10px; color: #000; text-decoration: none;  }		    	
	
	a.impressumLink {			font-size: 11px; color: #4e93b2; text-decoration: none; font-weight: bold; }
	a.impressumLinkActive {	    font-size: 11px; color: #4e93b2; text-decoration: none;  }
	
	a.documentLink {			font-size: 10px; color: #000; text-decoration: none; font-weight: bold; }
	a.documentLinkActive {	    font-size: 10px; color: #000; text-decoration: none;  }

	a.mainNaviActive {
	    border-top:3px solid #acd1e3;
	    color: Black;
	    background: url(/images/bckgnds/hover_bck.gif) repeat-x bottom #e3f4fb;
	}