body {
	margin:0px; paddign:0px;
	background-image:url('gfx/body.jpg');
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:center;
}

#top {
	width:1000px; height:290px; 
	background-image:url('gfx/bg_top.jpg');
	position:relative;
	margin:auto;
}
	#logotyp {
		width:235px; height:110px;
		background-image:url('gfx/logotyp.jpg');
		position:absolute; top:65px; left:30px;
		cursor:pointer;
	}

#content {
	width:1000px;
	margin:auto;
}
	#l_col {
		width:272px; float:left;
		text-align:left;
	}
		#in_l_col {
			width:247px; 
			margin-left:25px;
		}
	#m_col {
		width:470px; float:left;
		text-align:center;
	}
		#in_m_col {
			margin:auto; width:450px;
			text-align:left;
		}
	#r_col {
		width:253px; float:left;
		text-align:left;
	}
	
	.clear {	
		clear:both;
	}

#footer {
	width:1000px; height:253px; 
	background-image:url('gfx/bg_footer.jpg');
	position:relative;
	margin:auto;
}