/**
 * CSS-Definitionen fuer die erste Schriftgroesze
 * 
 * (c) 2006 www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 * @package at.lemontree
 * @since Mon Jun 26 15:28:35 CEST 2006
 * 
 *********************************************************************************/

/*--------------------------------------------------------------------------------*/

body, p, td, div, input, select, button, textarea, a {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

h4 {
    font-size: 11px;
}

h5 {
    font-size: 11px;
}

h6 {
    font-size: 11px;
    font-weight: normal;
}

/*--------------------------------------------------------------------------------*/
/* Newsblock */

#divNewsMiddle h3 {
    font-size: 12px;
}

/*--------------------------------------------------------------------------------*/
/* Text einer Fussnote (Datum eines Artikels usw.) */

.note {
	font-size : 10px;
}

/*--------------------------------------------------------------------------------*/