
div#inhalt h1
{
	font-size: 22px;
	font-weight: bold;
	
}

div#inhalt p
{
	margin-top: 10px;
	font-size: 13px;
	text-align: justify;
}

div#inhalt h2
{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 10px 20px;
	color: #930; 
}

div#inhalt p + h2
{
	margin-top: 10px;
}
div#inhalt h3
{
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 10px 20px;
	color: #930; 
}

div#inhalt ul
{
	margin: 0px 0px 30px 40px;
	padding: 0px 0px 0px 0px;
	list-style	:	square;
	
	
}


div#inhalt li
{
	padding-bottom	:	.5em;
	line-height		:	120%;
	margin-left		:	1.3em;	
	
}



div#inhalt a
{
	font-weight: bold;
	color: #3F4C6B;
	text-decoration:none;
}

div#inhalt a:hover
{
	text-decoration:underline;
	color: #930;
	
}


div#inhalt_r h1
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	
}


div#inhalt_r p
{
	font-size: 12px;
	text-align: left;
	color: #660000;
	
	
}

div#inhalt_r h2
{
	
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 2px 10px;
	color: #666; 
}

div#inhalt_r h2 + p
{
	margin-top: 0px;
}


div#inhalt_r ul
{
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
	list-style	:	none;
	
	
}


div#inhalt_r li
{
	padding-bottom	:	.5em;
	line-height		:	100%;
	margin-left		:	.5em;	
	
}



div#inhalt_r a
{
	color: #990000;
	text-decoration: none;
}

div#inhalt_r a:hover
{
	text-decoration:underline;
	color: #666666; 
	
}


div#artikel h1
{
	font-size: 18px;
	font-weight: bold;
	color: #006;
}

div# artikel p
{
	margin-top: 10px;
	font-size: 13px;
	text-align: justify;
}

div#artikel h2
{
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 10px 20px;
	color: #930;
}

div#artikel p + h2
{
	margin-top: 10px;
}

div#artikel ul
{
	margin: 0px 0px 30px 40px;
	padding: 0px 0px 0px 0px;
	list-style-type		:	square;
	width:570px;
}


div#artikel li
{
	padding-bottom	:	.20em;
	line-height		:	120%;
	margin-left		:	1.3em;	
}


div#artikel a
{
	font-weight: bold;
	color: #006;
	text-decoration:underline;
}

div#artikel a:hover
{
	text-decoration:none;
	color: #FF6633;
}


