/*
 *******************************************
 *                                         *
 * CSS FOR SPRUNK-JANSEN                   *
 * frontpage template_layput               *
 *                                         *
 * By Rasmus Frey <frey@verk.dk>           *
 *                                         *
 *******************************************
**/
#centercolumn, #centertop{
float:left;
height:auto;
overflow:hidden;
position:relative;
width:505px;
margin-right:0px;
}
#centertop #producttext{
	width:325px;
	margin-right:25px;
	float:left;
}
#lefttop, #centertop, #righttop{
	height:auto;
}
	
#centertop div{
	height:auto;
	padding:0px;
}

#centertop a{
	/*color:#fff;*/
	font-weight:normal;
}


/* HERBS */
#herbs{
	width:155px;
	height:auto;
	overflow:hidden;
	float:left;
	padding:0px;
}
#herbs .herblist{
	overflow:hidden;
	margin-bottom:5px;
}

#herbs h1{
	font-size:110%;
	font-weight:normal;
}

#herbs img{
	width:60px;
	height:60px;
	float:left;
}

#herbs .herblist h1{
	float:left;
	font-size:110%;
	font-weight:normal;
	color:#000;
	background-color:#f5f3f1;
	margin:0px;
	padding:5px;
	width:85px;
	height:50px;
}

#herbs .herblist h1 a{
	color:#000;
	text-decoration:none;
	padding:0px;
}
#herbs .herblist h1 a:hover{
	background-color:#f5f3f1;
}
/* *********** */