/* Style für AGB-Ansicht */
/* Die Elemente befinden sich innerhalb des Divs content!! */
/* 	background:					#FBD320; */
#content h2
{
	color:						black;
	font-size:					20px;
	background:					#FBD320;
	display:					block;
	padding:					2px;
	padding-top:				1px;
	padding-bottom:				1px;
	border-top:					1px solid #000;
	border-bottom:				1px solid #000;
	margin:						0px;
}
#content .hervorheben
{
	color:						#8b0000;
	font-weight:				bold;
}
#content h4
{
	font-size:					1.5em;
	color:						black;
	margin-top:					1em;
	margin-bottom:				1em;
}
#content h1
{
	font-family:				arial, arial-standard, helvetica, sans-serif;
	color:						#425a8e;
	font-size:					1.6em;
}
