body {
	margin:0px; padding:0px;
	background-color:#FA5F6F;
	background-image:url('gfx/top.jpg');
	background-repeat:no-repeat;
	background-position:top center;
}
#top {
	margin:auto;
	width:1000px;
	height:331px;
	position:relative;
}	
	#top #logotyp {
		width:580px; height:122px;
		background-image:url('gfx/bg_logotyp.jpg');
		position:absolute; 
		top:58px; left:220px;
		cursor:pointer;
	}
	#top #menu {
		width:220px;
		height:222px;
		position:absolute; 
		top:16px; left:0px;
	}
#content {
	margin:auto;
	width:1000px;
	margin-bottom:50px;
}
	#l_col {
		width:220px;
		float:left;
	}
	#r_col {
		width:780px;
		float:left;
	}
	.clear {
		clear:both;
	}
#footer {
	height:161px;
	background-image:url('gfx/footer.jpg');
	background-repeat:repeat-x;
}
	#footer .in {
		width:1000px;
		height:161px;
		margin:auto;
		background-image:url('gfx/in_footer.jpg');
		position:relative;
	}
		#footer .in a {
			color:#BD515B;
			font-size:11px;
			text-decoration:none;
		}
		#footer .in a:hover {
			color:#FFFFFF;
		}

