/*#######################################################*/
/*                     home                              */
/*#######################################################*/	
#home .wrapper
	{
	float: left;
	margin: 20px 0 0 80px;
	}



/*#######################################################*/
/*                     boxen homepagina                  */
/*#######################################################*/	
ul.boxen
	{
	list-style-type: none;
	}

ul.boxen li
	{
	display: block;
	position: relative;
	float: left;
	width: 264px;
	height: 209px;
	margin: 0 5px 5px 0;
	padding: 0;
	}
	
ul.boxen li.box .masker
	{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 160px;
	width: 264px;
	display: block;
	background: url(../images/bg/masker24_sm.png) 0 0 no-repeat; 
	}
	
ul.boxen li.box .foto
	{
	position: absolute;
	top: 3px;
	left: 5px;
	z-index: 1;
	}
	
ul.boxen li.box .tekst
	{
	position: absolute;
	top: 105px;
	left: 15px;
	width: 244px;
	font-size: 14px;
	color: #c1c1c1;
	line-height: 24px;
	}
	
a.verder
	{
	position: absolute;
	z-index: 3;
	display: block;
	width: 75px;
	height: 20px;
	background: url(../images/bg/bg_verder.gif) 0 0 no-repeat;
	text-indent: -9000px;
	bottom: 58px;
	right: 15px;
	}
	
a.verder:hover
	{
	background-position: 0 -20px;
	}