/* CSS für Content-Type NEWS */
/* HEAD */
/*******************************************************************/
/* ct02: news
/*******************************************************************/
div.kopf_content_typ_2 {
	position: relative;
	color: #333333;
	border-top: 1px solid #cccccc;
	padding: 0px;
	margin: 0 10px 5px 0;
}
div.kopf_content_typ_2 div.content_image_head {
	margin-top: 5px;
}
div.kopf_content_typ_2 div.zeit {
	padding: 5px 0 0 0;
}
div.kopf_content_typ_2 div.icon_bar {
	float: right;
	text-align: left;
}
div.kopf_content_typ_2 div.kurz {
	padding: 5px 0 5px 0;
}
div.kopf_content_typ_2 div.mehr {
	clear: both;
	padding: 0 0 0 10px;
	text-align: left;
	float: right;
}
div.kopf_content_typ_2 div.mehr img {
	border: 0;
	margin-top: 5px;
}
div.kopf_content_typ_2 div.order_form {
}
div.kopf_content_typ_2 div.ort {
	font-weight: bold;
}
div.kopf_content_typ_2 div.titel {
	padding: 5px 0 5px 0;
}
div.kopf_content_typ_2 div.titel h2 {
	font-size: 1em;
	font-weight: bold;
	color: #010B55;
	margin: 0;
	padding: 0;
}
div.kopf_content_typ_2 div.status {
	float: right;
	text-align: left;
}
div.kopf_content_typ_2 div.verfasser {
	position: relative;
	text-align: left;
	color: #BA5F16;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0;
}
div.kopf_content_typ_2 a {
	text-decoration: none;
}
div.kopf_content_typ_2 a:hover {
	text-decoration: none;
}
div.kopf_content_typ_2 br.kopfende {
	clear: both;
}
div.kopf_content_typ_2 div.mehr:after, div.kopf_content_typ_2 div.verfasser:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac */
* html div.kopf_content_typ_2 div.mehr, * html div.kopf_content_typ_2 div.verfasser {
	height: 1%;
}