/*  CSS Document from 10.07.2007, mtr
    font and font-size definitions (small font)
    this is the standard font css */

    /* STANDARD DEFINITION
       ################### */
 
    /* CONTENT */
    body p, div, td {
        font-family: Lucida, Lucida Grande, Trebuchet MS, Verdana, Arial, Sans-Serif;  
        font-size: 12px;
        color: #666666;
    }
    /* HEADLINES */
    h1 {
        color: #666666;
        font-size: 24px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
	}
	h2 {
        color: #666666;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
	}
	h3 {
        color: #666666;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
	}
	h4 {
        color: #666666;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
	}
	h5 {
        color: #666666;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
	}
	input, select, textarea {
	    font-size: 11px;     
	}
	
    h3.h3LinksDocs {
        font-size: 14px;
        font-weight: bold;
        text-decoration: normal;
        font-style: normal;
    }

	/* FOOTER */
    .divFooter {
        font-size: 10px;
    }
    
    /* LINK DEFINITION
    ############### */
    a {
        color: #666666;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
    }
	
	/* SPECIAL DEFINITION
       ################## */

