body {
	margin:0px;	padding:0px;
	background-color:#A0B5C5;
	background-image:url('gfx/bg_body.jpg');
	background-repeat:repeat-x;
	text-align:center;
}

#page {
	width:1000px;
	margin:auto;
	position:relative;
	background-image:url('gfx/bg_page.jpg');
}
	#page #top {
		width:1000px; height:300px;
		position:relative;
		background-image:url('gfx/bg_top.jpg');
	}
		#page #top #logotyp {
			width:476px; height:88px;
			background-image:url('gfx/bg_logotyp.jpg');
			position:absolute; top:63px; left:0px;
			cursor:pointer;
		}
		
		
	#page #l_col {
		width:300px;
		float:left;
		text-align:left;
	}
		#page #l_col #main_menu {
			width:235px;
			margin-left:30px;
		}
	#page #r_col {
		width:700px;
		float:left;
		text-align:left;
	}
		#page #r_col #content {
			width:540px;
			text-align:justify;
			margin-left:50px;
		}
		
	#page #footer {
		width:1000px; height:227px;
		background-image:url('gfx/bg_footer.jpg');
		background-repeat:no-repeat;
		position:relative;
	}
	
.clear { clear:both; }
