#inhalt {
	float: left;
	width: 582px;
	min-height: 1200px;
	padding: 15px 10px 10px 20px;
	background: #FFFFCC url(../../img/inhalt_ecke.gif) no-repeat right top;
}

#inhalt #leftcol {
	float: left;
	width: 215px;
	margin-top: 20px;
}

#inhalt #rightcol {
	float: left;
	width: 320px;
	margin-top: 20px;
}	

#inhalt .text {
	line-height: 1.4em;
}
.collapse {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-weight: bold;
	margin-top: 15px;
	padding-left: 15px;
	background: url(../../img/arrow_down.gif) no-repeat left center;
}
#inhalt dl {
	margin-top: 5px;
	font-size: 11px;
}
#inhalt dl dt {
	font-weight: bold;
	color: #0066CC; 
}