/* CSS für Content-Type PRESENTATION */
/* HEAD */
/* CSS für Content-Type PRESENTATION */
/* HEAD */
/*******************************************************************/
/* ct04: presentation
/*******************************************************************/
div.kopf_content_typ_4 {
	/*background-image: url(ct3_bg.gif);
	background-repeat: no-repeat;
*/
	background-position: 0px 0px;
	color: #333333;
	border-top: 1px solid #cccccc;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	clear: both;
}
/* Clearfix */
div.kopf_content_typ_4:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac */
* html .div.kopf_content_typ_4 {
	height: 1%;
}
div.kopf_content_typ_4 div.image {
}
div.kopf_content_typ_4 div.icon_bar {
	float: right;
	text-align: left;
}
div.kopf_content_typ_4 div.kurz {
	padding: 5px;
}
div.kopf_content_typ_4 div.mehr {
	clear: both;
	padding: 0px 0px 0px 10px;
	text-align: left;
	float: right;
}
div.kopf_content_typ_4 div.mehr img {
	border: 0px;
	margin-top: 5px;
}
div.kopf_content_typ_4 div.order_form {
}
div.kopf_content_typ_4 div.ort {
	font-size: 0.8em;
	font-weight: bold;
}
div.kopf_content_typ_4 div.titel {
	padding: 5px 0px 0px 0px;
}
div.kopf_content_typ_4 div.titel h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #23C8DB;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
div.kopf_content_typ_4 div.status {
	float: right;
	text-align: left;
}
div.kopf_content_typ_4 div.verfasser {
	position: relative;
	text-align: left;
	color: #E29C16;
	font-size: 0.8em;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
div.kopf_content_typ_4 a {
	text-decoration: none;
}
div.kopf_content_typ_4 a:hover {
	text-decoration: none;
}