/* CSS Document */

/*
	StyleSheets für das Inhalte-Modul
*/

.inhaltOutput {
	float: left;
}

.inhalt_text_head1 {
	color: #fff;
	font-family: Tahoma, "Lucida Sans Unicode",Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.inhalt_text_head2 {
	color: #fff;
	font-family: Tahoma, "Lucida Sans Unicode",Arial,sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
}

.inhalt_text_block {
	margin-bottom: 15px;
	color: #fff;
	font-size: 12px;
	line-height: 150%;
}

.inhalt_bild_center {
	text-align: center;
	margin-bottom: 15px;
}