body {
	background-color: #666666;
}

td {
	font-size: 12px;
}

div.detailkasten_headline {
	font-weight: bold;
	margin-top: 20px;
	padding: 8px;
	background-image: url(layout/kasten/headline_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border:1px solid #CED4DA; 
}

div.detailkasten_topic {
	margin-top: 0px;
	padding: 6px;
	background-image: url(layout/kasten/thema_bg.gif); background-repeat:repeat-x; background-position: bottom;
	border:1px solid #CED4DA; 
	border-top: 0px;
}

div.detailkasten_veraltet {
	margin-top: 0px;
	padding: 6px;
	background-color: #C31414;
	color: #FFFFFF;
	border:1px solid #CED4DA; 
	border-top: 0px;
}