html { overflow: -moz-scrollbars-vertical !important; }body {	margin: 0 0 0 0;	padding: 0 0 0 0;	background-color:white;}#fakebody {	min-width:700px;	padding-bottom:50px;}#openwengo_mainbild {	margin-left:14px;	margin-right:268px;}#openwengo_main {	margin-left:14px;	margin-right:268px;}#openwengo_rightcol {	width:258px;	position:absolute;	right:0;	top:70px;	z-index:100;}#openwengo_footer {	text-align:right;	border-top:1px solid #004D79;	z-index:333;	width:100%;	left: 0;	background-color:white;}#openwengo_footer { /* for IE */	filter:Alpha(opacity=90);	position: absolute;	top: expression( ( 0 - openwengo_footer.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}div[id=openwengo_footer] { /* for mozilla */	opacity:.9;	position: fixed !important;	bottom:0;}#openwengo_footer div {	font-size:10px;	padding:4px 13px 4px 13px;}.half_left {	width:48%;	float:left;	position: relative;	padding-bottom:50px;}.half_right{	width:48%;	float:right;	position: relative;	padding-bottom:50px;}/** * Form style  */div.row  { 	clear: both;	/*height:20px;*/	padding: 0px 5px;}div.row label {	margin-right:10px; 	float: left; 	width: 140px; 	text-align: right;}div.row span.formc {	float: right; 	width: 285px; 	text-align: left;}