/*
 *******************************************
 *                                         *
 * CSS FOR SPRUNK-JANSEN                   *
 * frontpage template_layput               *
 *                                         *
 * By Rasmus Frey <frey@verk.dk>           *
 *                                         *
 *******************************************
**/
#leftcolumn{
	position:relative;
	float:left;
	width:240px;
	overflow:hidden;
	height:auto;
	margin-right:25px;
}
	#leftcolumn div{
		padding:10px;
	}
#centercolumn, #centertop{
	position:relative;
	float:left;
	width:505px;
	overflow:hidden;
	height:auto;
}
#centertop{
	clear:both !Important;
	margin-bottom:25px;
}

#centertop .herblist{
	float:left;
	width:150px;
	height:auto;
	overflow:hidden;
	margin-right:25px;
	text-align:left;
}

#centertop .herblist h1{
	font-size:110%;
	font-weight:normal;
	color:#000;
}
#centertop .herblist h1 a{
	color:#000;
	text-decoration:none;
}