/*
	Typo3 - skynetFW - by DK & JvB - Kokot-vonBargen.de (GbR) - 07.11.2005 earth
	++++++++++++++++++++++
	+++ template_set03 +++
	++++++++++++++++++++++
*/




/*	6 header layouts m�glich. sind aber als H-Elemente definiert, wegen RTE. */
h1 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	color: #CF1A39;/*rot*/
	font-weight: bold;
	text-decoration: none;/* m�glich: underline, overline, line-through, blink, none */
	font-style: normal;/* m�glich: italic, oblique(schr�ggestellt), normal */
	font-variant: normal;/* m�glich: small-caps, normal */
	text-transform: none;/* m�glich: uppercase, lowercase, capitalize(Wortanf�nge als Gro�buchstaben), none */
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 15px;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
	text-decoration: none;/* m�glich: underline, overline, line-through, blink, none */
	font-style: normal;/* m�glich: italic, oblique(schr�ggestellt), normal */
	font-variant: normal;/* m�glich: small-caps, normal */
	text-transform: none;/* m�glich: uppercase, lowercase, capitalize(Wortanf�nge als Gro�buchstaben), none */
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


h3, h4, h5, h6 {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	color: #47A2B4;/*blau*/
	font-weight: bold;
	text-decoration: none;/* m�glich: underline, overline, line-through, blink, none */
	font-style: normal;/* m�glich: italic, oblique(schr�ggestellt), normal */
	font-variant: normal;/* m�glich: small-caps, normal */
	text-transform: none;/* m�glich: uppercase, lowercase, capitalize(Wortanf�nge als Gro�buchstaben), none */
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}




/* 6 header date layouts m�glich, richten sich nach dem headerLayout */
.headerDateLayout_1, .headerDateLayout_2, .headerDateLayout_3, .headerDateLayout_4, .headerDateLayout_5, .headerDateLayout_6 {
	font-size: 10px;
}




/* basic toTopLink */
a.toTopLink {
}




