/*
 *******************************************
 *                                         *
 * 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;
}
#centercolumn, #centertop{
	position:relative;
	float:left;
	width:505px;
	overflow:hidden;
	height:auto;
}
#centertop{
	clear:both !Important;
	margin-bottom:25px;
}

#centertop .listgreen, #centertop .listred, #centertop .listblue, #centertop .listorange{
	float:left;
	width:150px;
	height:auto;
	overflow:hidden;
	margin-right:25px;
	text-align:left;
}

#centertop .listgreen h1, #centertop .listred h1, #centertop .listblue h1, #centertop .listorange h1{
	font-size:110%;
	font-weight:normal;
	color:#000;
}
#centertop .listgreen h1 a, #centertop .listred h1 a, #centertop .listblue h1 a, #centertop .listorange h1 a{
	color:#000;
	text-decoration:none;
}

#centertop .listgreen span{
	color:#7bb13a;
}

#centertop .listred span{
	color:#cc5a58;
	text-decoration:none;
}
#centertop .listblue span{
	color:#43a7bd;
	text-decoration:none;
}
#centertop .listorange span{
	color:#F39928;
	text-decoration:none;
}