html, body {
	height: 100%;
}
body {
	background: white url(/fileadmin/gfx/bg.jpg);
	color: #1a1a1a;
}

#global_wrap {
	/* min-height: 100%; */
	padding-left: 46px;
	position:relative;
	left:0;
	top: 0;
	background: url(/fileadmin/gfx/white1030px.gif) repeat-y; 
}

div.inner1 {
	background: url(/fileadmin/gfx/bg-fade.jpg) repeat-y 1030px top;
}
div.inner2 {
	background: url(/fileadmin/gfx/bg_topp.jpg) repeat-x 1030px top;
}
div.inner3 {
	background: url(/fileadmin/gfx/bg-fade-top2.jpg) no-repeat 1030px top;
}

#header {
	padding-left: 12px;
	padding-top: 38px;
	height: 60px;
	line-height: 60px;
	color: #4D739C;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: url(/fileadmin/gfx/white1030px.gif) repeat-y;
}
a.home {
}
a.home img {
	border: none;
	height: 60px;
	width: 275px;
	margin-right: 21px;
	vertical-align: -15%;
}
#content {
	width: 936px;
	padding: 38px 0 29px 0;
	background: white;
}
#col1 {
	width: 452px;
	float: left;
}
#col2 {
	width: 440px;
	float: right;
}
.fix_floats {
	clear: both;
}
#footer {
	width: 937px;
	position: relative; /* needed for Safari */
	bottom: 0px;
/*	height: 90px; */
	background: url(../gfx/footer_bg.png) repeat-x bottom;
}
#footer .inner {
	border-top: 5px solid #4D739C;
	border-bottom: 3px solid #85BA2C;
	background: url(../gfx/footer_logo.gif) no-repeat bottom right;
}
#footer p {
	margin: 35px 48px 13px 14px;
	float: left;
	color: #4861A1;
}
#dump {
	position: absolute;
	left: 20px;
	top: 20px;
}
.expand_left_col #col1 {
	width: 600px;
}
.expand_left_col #col2 {
	width: 292px;
}