@charset "utf-8";
/* CSS Document */


/* Begin welkom */
#welkom{
	width:520px;
	height:185px;
	margin:0 0 0 12px;
}
#welkom .titel{
	width:300px;
	height:21px;
	float:left;
	margin:0 0 19px 0;
}
#welkom .tekst{
	width:300px;
	height:145px;
	float:left;
	margin:0 0 0 0;
	line-height:15px;
	font-size:12px;
	color:#e4e4e4;
}
#welkom .foto{
	width:198px;
	height:128px;
	/*background:url(../img/bg_welk_foto.png) right top no-repeat;*/
	float:right;
	padding:6px 6px 16px 16px;
	margin:0 0 0 0;
}
/* Einde welkom */

/* Begin aanbiedingen */
#aktie{
	width:536px;
	height:251px;
	margin:18px 0 0 0;
	padding:0 0 0 6px;
	overflow:hidden;
}
#aktie .aktie_prod_hld{
	width:177px;
	height:251px;
	float:left;
	background:url(../img/bg_aktie_prod.png) left top no-repeat;
}
#aktie .aktie_prod_hld .aktiefoto{
	width:132px;
	height:132px;
	margin:20px 0 0 23px;
}
#aktie .aktie_prod_hld .aktietitel{
	width:154px;
	height:17px;
	margin:6px 0 0 12px;
	overflow:hidden;
}
#aktie .aktie_prod_hld .aktietitel h1{
	font-size:15px;
	font-weight:normal;
	color:#d5fa09;
}
#aktie .aktie_prod_hld .aktietekst{
	width:154px;
	height:25px;
	margin:3px 0 0 12px;
	overflow:hidden;
	font-size:12px;
	color:#2c2c2c;
	line-height:13px;
}
#aktie .aktie_prod_hld .aktieprijs{
	width:145px;
	height:22px;
	margin:13px 0 0 17px;
	overflow:hidden;
}
#aktie .aktie_prod_hld .aktieprijs h2{
	width:70px;
	height:19px;
	float:left;
	font-family:"trebuchet MS", Geneva, arial;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	text-decoration:line-through;
}
#aktie .aktie_prod_hld .aktieprijs h1{
	width:75px;
	height:22px;
	float:right;
	font-family:"trebuchet MS", Geneva, arial;
	font-size:19px;
	font-weight:normal;
	color:#FFFFFF;
}
/* Einde aanbiedingen */
