/*  CSS Document
    font and font-size definitions (small font) */

    body p, div, td {
        font-family: Verdana,Arial,sans-serif;  
        font-size: 11px;  
    }
    h1 {
		font-size: 14px;
		margin: 0 0 12px 0;
		font-style: normal;
		color: #666;
	}
	h2 {
		font-size: 14px; 
		font-weight: bold;
		margin: 0 0 7px 0;
		font-style: normal;
		color: #999;
	}
	h3 {
		font-size: 12px; 
		font-weight: bold;
		margin: 0 0 7px 0;
		color: #666;
	}
	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;     
	}

	a {					    font-size: 10px; color: #000000; text-decoration: none;	font-weight: bold; } 
	
	a.content {			    font-size: 10px; color: #000; font-weight: bold; border-bottom: 1px solid red; }
	a.contentActive {	    font-size: 10px; color: #000;  }
	
	a.moreInfo {			    font-size: 10px; color: #000; font-weight: bold; border-bottom: 1px solid red; }
	a.moreInfoActive {	        font-size: 10px; color: #000;  }
	
	a.header {			    line-height: 11px;  }
	a.active {			    line-height: 11px;  }
	
	a.linkBold {            font-size: 11px; color: #000000; text-decoration: none;	font-weight: bold;}
	a.linkNormal {          font-size: 10px; color: #000000; text-decoration: none;	font-weight: normal;}
	
	a.mainNaviOn {          line-height: 11px; font-size: 11px; color: #000; font-weight: bold; }
	a.mainNaviOff {         line-height: 11px; font-size: 11px; color: #000; font-weight: normal; }
	
	a.portal {			    color: #fff;  font-weight: normal; }
	a.portalActive {	    color: #fff;  }
	
	a.footer {			    font-size: 9px; color: #999999; font-weight: bold; }
	a.footerActive {	    font-size: 9px; color: #999999;  }
	
	a.subnavigMain {		color: #333; font-weight: bold; }
	a.subnavigMainActive {	color: #333; border-bottom: 1px solid red; }
	a.subnavigSub {			color: #666; font-weight: normal; }
	a.subnavigSubActive {	color: #666; border-bottom: 1px solid red; }
	
	.footer {
		font-size: 9px; 
	}
	/* Special Class */
	.divLeftFooter {
	    font-size: 9px;
	    color: #999999;    
	}
	.imageDescriptionContainer {
	    font-size: 9px;   
	}
	.divAnfrageMessage {
        color: #333333;
        font-weight: bold;
	}