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

#products h1{
	font-size:110%;
	font-weight:bold;
	margin-top:25px;
}

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

#products .listgreen h1, #products .listred h1, #products .listblue h1{
	font-size:110%;
	font-weight:normal;
	color:#000;
	margin-top:0px;
}
#products .listgreen h1 a, #products .listred h1 a, #products .listblue h1 a{
	color:#000;
	text-decoration:none;
}

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

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