div.detailkasten_headline {
	font-weight: bold;
	margin-top: 20px;
	padding: 8px;
	background-image: url(kasten/headline_bg.gif); background-repeat:repeat-x; background-position: top;
	border:1px solid #CED4DA; 
	-moz-border-radius-topleft:7px; -khtml-border-radius-topleft:7px;
	-moz-border-radius-topright:7px; -khtml-border-radius-topright:7px;
}

div.detailkasten_topic {
	margin-top: 0px;
	padding: 6px;
	background-image: url(kasten/thema_bg.gif); background-repeat:repeat-x; background-position: bottom;
	border:1px solid #CED4DA; 
	-moz-border-radius-bottomleft:7px; -khtml-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px; -khtml-border-radius-bottomright:7px;
	border-top: 0px;
}

div.detailkasten_veraltet {
	margin-top: 0px;
	padding: 6px;
	background-color: #C31414;
	color: #FFFFFF;
	border:1px solid #CED4DA; 
	border-top: 0px;
}
