/* CSS Document */

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

.inhalt_text_head1 {
	font-family: Georgia, "Century Old Style Std", "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 20px;
	color: #645D4C;
	letter-spacing: 1px;
	border-bottom: 1px solid #645D4C;
}

.inhalt_text_head2 {
	margin-bottom: 15px;
}
.inhalt_text_head2 span {
	font-family: Georgia, "Century Old Style Std", "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom: 1px dashed #645D4C;
	color: #645D4C;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.inhalt_text_block {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	text-align: justify;
	margin-bottom: 15px;
}
.inhalt_text_block a {
	border-bottom: 1px dotted #756ED2;
	color: #756ED2;
}
.inhalt_text_block a:hover {
	color: #fff;
	background-color: #756ED2;
	border: none;
}

.inhalt_bild_center img {
	padding: 3px;
	border: 1px solid #ACA8A1;
	background-color: #fff;
	margin-bottom: 15px;
	display: block;
}

.inhalt_bild_detail a {
	padding: 3px;
	border: 1px solid #ACA8A1;
	background-color: #fff;
	margin-bottom: 15px;
	display: block;
}
.inhalt_bild_detail a:hover {
	background-color: #ACA8A1;
}

.inhalt_bild_detail a img {
	display: block;
}
