/*  CSS Document from 23.02.2008, mtr
    font and font-size definitions (small font)
    this is the standard font css */

    /* STANDARD DEFINITION
       ################### */
 
    /* CONTENT */
    body p, div, td {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size: 12px;  
    }
    /* HEADLINES */
    h1 {
		font-size: 36px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0 0 0px 0;
		font-style: normal;
		font-weight: bold;
		color: #006666;
	}
	h1.loungeDelMar {
		font-size: 36px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0 0 0px 0;
		font-style: normal;
		font-weight: bold;
		color: #ff6600;
	}
	h1.startseite {
		font-size: 18px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0 0 0px 0;
		font-style: normal;
		font-weight: normal;
		color: #333333;
	}
	h2 {
		font-size: 36px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0 0 0px 0;
		font-style: normal;
		font-weight: normal;
		color: #006666;
	}
	h2.loungeDelMar {
		font-size: 36px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0 0 0px 0;
		font-style: normal;
		font-weight: normal;
		color: #ff6600;
	}
	h3 {
		font-size: 24px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0 0 15px 0;
		font-style: normal;
		font-weight: normal;
		color: #006666;
	}
	h3.loungeDelMar {
		font-size: 24px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0 0 15px 0;
		font-style: normal;
		font-weight: normal;
		color: #ff6600;
	}
	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;     
	}
	/* FOOTER */
	.footer {
		font-size: 9px; 
	}
	.divLeftFooter {
	    font-size: 11px;
	    color: #666666;    
	}
	
	/* COLOR DEFINITION
       ############### */
	
	.gray {
	    color: #666666;    
	}
	.green {
	    color: Green;    
	}
	.e5e5e5 {
	    color: #e5e5e5;    
	}
	.underline{
        text-decoration: underline;
    }
		
    /* LINK DEFINITION
       ############### */
	a {					    font-size: 11px; color: #666666; text-decoration: none;	font-weight: bold; }
	a:hover			{       font-size: 11px; font-weight:bold; color: #666666; text-decoration: none;} 
	
	a.content {			    font-size: 11px; color: #666666; text-decoration: none;	font-weight: bold; } 
	a.contentActive {	    font-size: 11px; color: #666666; text-decoration: none;	font-weight: bold; } 
	
	a.moreInfo {			font-size: 11px; color: #666666; text-decoration: none;	font-weight: bold; } 
	a.moreInfoActive {	    font-size: 11px; color: #666666; text-decoration: none;	font-weight: bold; } 
	
	a.linkFooterCompany {			font-size: 11px; color: #666666; text-decoration: none;	font-weight: bold; } 
	a.linkFooterCompanyActive {	    font-size: 11px; color: #666666; text-decoration: none;	font-weight: bold; }
	
	a.header {			    line-height: 11px;  }
	a.active {			    line-height: 11px;  }
	
	a.mainNaviOn {        	line-height: 11px; font-size: 12px; color: #666666; font-weight: bold; margin-top: 12px; float: left; }
	a.mainNaviOff {        	line-height: 11px; font-size: 12px; color: #666666; font-weight: bold; margin-top: 12px; float: left; }
	
	a.footer {			    font-size: 9px; line-height: 14px; color: #000000; font-weight: bold; }
	a.footerActive {	    font-size: 9px; line-height: 14px; color: #000000;  }
	
	a.linkContent {         font-size: 12px; color: #666666; font-weight: bold; text-decoration: underline;}	
	a.linkContent:visited { font-size: 12px; color: #999999; font-weight: bold; text-decoration: underline;}
	a.linkContent:active {  font-size: 12px; color: #000000; font-weight: bold; text-decoration: underline;}
	a.linkContent:hover {   font-size: 12px; color: #000000; font-weight: bold;}
	
	a.content {         font-size: 12px; color: #000000; font-weight: bold;}	
	a.content:visited { font-size: 12px; color: #999999; font-weight: bold;}
	a.content:active {  font-size: 12px; color: #000000; font-weight: bold;}
	a.content:hover {   font-size: 12px; color: #999999; font-weight: bold;}	
	
	/* SPECIAL DEFINITION
       ################## */
	.divGenussfaktor {
	    font-size: 11px;
	    line-height: 1.3em;
	}