/* ------ calendar ------- */
div.jwcalendar_month {
	width: 1182px;
}

#content_area {
	float: left;
	font-size: 100%;
	min-width: 1652px;       /* gute Browser */
	width: 100%;
	width:expression(document.body.clientWidth > 1655? "auto": "1652px" );
	padding: 0px;
	margin-bottom: 25px;
	height: auto;
	background: url(../images/menuBg.gif) top left repeat-y;
/*	background: url(../images/keil_bg.gif) top left repeat-y;*/
}
