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;
	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;
}
