/* CSS für Content-Type WEBSEITE */

/* HEAD */

div.kopf_content_typ_1 {
	color:#000000;
	padding:0.5em 0 0 0;
	position:relative;
	clear:both;
}

div.kopf_content_typ_1 div.titel {
	padding-left:0.8em;
	background-image:url(bullet.gif);
	background-repeat:no-repeat;
	border-top:1px solid #ffffff;
}

div.kopf_content_typ_1 div.titel h2 {
	margin:0em;
	padding:0em;
	font-size:0.9em;
}

div.kopf_content_typ_1 div.kurz {
	color:#000000;
}

div.kopf_content_typ_1 div.mehr {
	clear:right;
	display:block;
	text-align:right;
	color:#000000;
}

div.kopf_content_typ_1 div.anmeldung {
	text-align:right;
	float:right;
	font-size:0.8em;
}

div.kopf_content_typ_1 a {
	color:#C20000;
	text-decoration: none;
}

div.kopf_content_typ_1 a:hover {
	color:#C20000;
	text-decoration:underline;
}

