/* Start of CMSMS style sheet 'Positionierung mit Sidebar' */
#contentContainer {	
	background: url(images/bodybg.png) repeat-y;
	width: 850px;
	padding: 0;
}

#contentContainer #content {
	float: left;
	margin: 0;
	width: 525px;
	margin-left: 55px;
	margin-bottom: 20px;
        min-height: 400px;

}

#sidebar {
	float: right;
	width: 180px;
	height: 100%;
	min-height: 400px;
	margin-right: 55px;
	font-size: 0.9em;
}

#sidebar .kasten {
	border-top: 1px solid #ccc;
	width: 100%;
	float: right;
	margin-bottom: 2em;
}
/* End of 'Positionierung mit Sidebar' */

