/* CSS Styles for font size 2, Tim Reeves, Stand 2007-11-21 */

h1 {
	font-size: 13pt;
	margin: 10px 0px 6px 0px;
}
.mtLikeH1 {
	margin-top: 10px;
}

h2 {
	font-size: 12pt;
	margin: 12px 0px 6px 0px;
}

h3 {
	font-size: 11pt;
	margin: 11px 0px 3px 0px;
}

h4 {
	font-size: 10pt;
	margin: 10px 0px 3px 0px;
}

h5 {
	font-size: 9pt;
	font-weight: bold;
	margin: 8px 0px 2px 0px;
}

h2.spaltenkopf {		/* Abzgl. 6px von h1 bottom da Tabelle zusammenlegung verhindert */
	margin-top: 7px;
}

h3.spaltenkopf {		/* Abzgl. 6px von h1 bottom da Tabelle zusammenlegung verhindert */
	margin-top: 5px;
}

h4.spaltenkopf {		/* Abzgl. 6px von h1 bottom da Tabelle zusammenlegung verhindert */
	margin-top: 4px;
}

h5.spaltenkopf {		/* Abzgl. 6px von h1 bottom da Tabelle zusammenlegung verhindert */
	margin-top: 3px;
}

p, div, td, th, ul, ol, li {
	font-size: 10pt;
}

strong, .strong, label {
	font-size: 9pt;
}

strong {
	margin: 5px 0px 1px 0px;
}

p.nachoben, .small {
	font-size: 8pt;
}

