/* special case for LW can be deleted on other pages */
#right_side {
	display: none;
}
#content {
	float: left;
	width: 740px;
	min-height: 500px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 500px;
	background-color: inherit;
	padding: 0px 25px;
	font-size: 92.31%;      /* 12px */
}
#content_strict {
	float: left;
	width: 1195px;
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;           /* dumme Browser */
}


