/*
	Typo3 - skynetFW - by DK & JvB - Kokot-vonBargen.de (GbR) - 07.11.2005 earth
	++++++++++++++++++++++
	+++ template_set03 +++
	++++++++++++++++++++++
*/




/*	6 header layouts m�lich. sind aber als H-Elemente definiert, wegen RTE. */
h1, h2, h3, h4, h5, h6 {
	color: black;
	margin-bottom: 15px;
	font-weight: bold;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
/*  :first-child does not work here. So we need a little hack. The rest of the explanation is in osgdesign1-5.css */
div#marginhack + h1, div#marginhack + h2, div#marginhack + h3, div#marginhack + h4, div#marginhack + h5, div#marginhack + h6 , div#marginhack + p{
	margin-top: 0px !important;
}
h1 {
	font-size: 14px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 12px;
}

h4, h5, h6 {	
	font-size: 11px;
}




/* 6 header date layouts m�lich, richten sich nach dem headerLayout */
.headerDateLayout_1, .headerDateLayout_2, .headerDateLayout_3, .headerDateLayout_4, .headerDateLayout_5, .headerDateLayout_6 {
	font-size: 10px;
}




/* basic toTopLink */
a.toTopLink {
}




