body {
	position: relative; 

	min-height:100%;         /* IE min-height hack */
	height:auto !important;  /* IE min-height hack */
	height:100%;             /* IE min-height hack */
	
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	border:0px solid blue;
	background-image:url(../templates/img/bg_balken.jpg);
	background-repeat:repeat-x;
}

#header {
	position: absolute;
	top:115px;
	left:0px;
	width:980px;
	height: 241px;
	background-image:url("../templates/img/header_bg.jpg");
	background-repeat:no-repeat;
}

#headertxt {
	float:left;
	width:520px;
	height:241px;
	padding-top:30px;
}

#title, #subnav {
	display:none;	
}

#prodicons {
	float:left;
	margin-top:50px;
	width:430px;
	border:0px solid blue;
}

#content {
	position:absolute;
	top:380px;
	left:0px;
	margin-top:0px;
	margin-left:0px;
	border:0px solid blue;
	width:620px;
}

#footer {
	position:absolute;
	top:640px;
	left:0px;
	width:100%;
	height:25px; 
	text-align:center;
	color: #666666;
	border:0px solid red;
	font-size: 10px;
}

