body {
	margin:0px; padding:0px;
	background-image:url('gfx/bg_body.jpg');
	background-repeat:repeat-x;
	background-color:#5B5B5B;
	text-align:center;
}
#page {
	width:1000px;
	margin:auto;
	background-image:url('gfx/bg_page.jpg');
}
	#top {
		width:1000px; height:226px;
		background-image:url('gfx/bg_top.jpg');
		position:relative;
	}
		#logotyp {
			cursor:pointer;
			position:absolute;
			top:50px; left:50px;
			width:167px; height:118px;
			background-image:url('gfx/bg_logotyp.jpg');
		}


	#content {
		width:900px;
		margin:auto;
	}
	
	#l_col {
		width:240px;
		float:left;
		text-align:left;
	}
	#r_col {
		width:660px;
		float:left;
		text-align:left;
	}
	.clear { clear:both; }
		
	#footer {
		width:1000px; height:142px;
		background-image:url('gfx/bg_footer.jpg');
		position:relative;
	}