/*
 *******************************************
 *                                         *
 * CSS FOR SPRUNK-JANSEN                   *
 * frontpage template_layput               *
 *                                         *
 * By Rasmus Frey <frey@verk.dk>           *
 *                                         *
 *******************************************
**/

#focus{
	position:relative;
	clear:both;
	width:770px;
	overflow:hidden;
	margin-bottom:25px;
}
	#leftcolumn, #centercolumn, #rightcolumn, #leftfocus, #centerfocus, #rightfocus{
		position:relative;
		float:left;
		width:240px;
		overflow:hidden;
		height:auto;
	}
	#leftcolumn, #centercolumn, #leftfocus, #centerfocus{
		position:relative;
		margin-right:25px;
	}
	
	#lefttop, #centertop, #righttop{
		position:relative;
		clear:both;
		overflow:hidden;
		height:auto;
	}
	
	#centertop div{
		padding:10px;
	}