/* ================= Design von Tabellen im Content-Bereich ================== */

.mhtable {
}

.mhtable-header {
	color:				#ffffff;
	background-color:	#6699cc;
	font-weight:		bold;
	text-align:			center;
}

.mhtable-cell {
	background-color:	#ffcc33;
}

/* ================= Design der Typografie ================== */

.mhheading-top {	/* Überschriften am Anfang der Seite */
	color:					#333333;
	margin-top:				0px;
	margin-bottom:			0em;
	line-height:			110%;
}

.mhheading {	/* Überschriften im Fließtext */
	color:					#CC3000;
	margin-top:				1em;
	margin-bottom:			0em;
	line-height:			110%;
}

.mhtextp {	/* Erster Absatz im Fließtext */
	color:	#333333;
	line-height:	170%;
	text-indent:	0em;
	margin-top:				0px;
	margin-bottom:			0px;
}

.mhtextpff {	/* Darauffolgender Absatz im Fließtext */
	color:	#333333;
	line-height:		170%;
	text-indent:		1em;
	margin-top:			0px;
	margin-bottom:		0px;
}

.mhtextquote {
	color:	#333333;
	line-height:			170%;
	margin-top:				0.25em;
	margin-bottom:			0.25em;
	margin-left:			2em;
	margin-right:			2em;
	font-style:				italic;
}

.mhtextli {	/* Listenelement */
	color:	#333333;
	line-height:	170%;
	text-indent:	0em;
	margin-top:				0px;
	margin-bottom:			0px;
}


.mhnewsh {	/* Newsüberschrift in kleiner Schrift */
	font-size:	10px;
	line-height:	120%;
	color:	#333333;
	background-color: #cccccc;
	display:	block;
	padding-top:	4px;
	padding-bottom:	4px;
	margin:	0px;
}

.mhnewsp {	/* Newstext in kleiner Schrift */
	font-size:	9px;
	line-height:	120%;
	color:	#333333;
}

