/*
*	Coding by Gryx Webdesign - www.gryx.be
*	Do not copy the code nor the graphics.
*/
* {
	margin: 0;
	padding: 0;
}
/********************/
/***** OPMAAK *****/
/*******************/
ul {
/*	list-style: none;*/
}
h3 {
/*	font-size: 1.3em;*/
	font-size:13px;
/*	text-transform: uppercase;*/
	padding: 0;
/*	margin-bottom: 5px;*/
/*	background: url(../images/pink/contentMiddleSpacer.jpg) bottom no-repeat;*/
	font-weight:bold;
}
h3 strong {
	font-weight: bold;
}
/*******************/
/***** PRIJZEN *****/
/*******************/
.prijzen {
	position: relative;
	margin: 0 0 15px 10px;
	width: 585px;
	height: 228px;
	color: #fff;
	background: url(../sub/prijzen.jpg);
}
.prijzen h3 {
	width: 100%;
	font-size: 1.8em;
	background: 0;
	text-align: center;
	padding: 5px 0 0 0;
	height: 23px;
	line-height: 1em;
}
.prijzen ul {
	width: 585px;
}
.prijzen ul li {
	position: relative;
	width: 158px;
	margin: 0 5px 0 25px;
	float: left;
	display: inline;
}
.prijzen ul li .imgcontainer  {
	position: relative;
	width: 144px;
	height: 142px;
	padding: 7px;
	text-align: center;
}
.prijzen p {
	text-align: center;
	padding-top: 5px;
}
.prijzen span {
	position: absolute;
	display: block;
	width: 44px;
	height: 34px;
	text-align: center;
	padding: 12px 0 0 2px;
	font-weight: bold;
	font-size: 0.8em;
}
/***** PRIJS1 *****/
.prijs1 span {
	left: -19px;
	top: -13px;
	background: url(../sub/twv1.jpg);
}
.prijs1 img {
	padding-top: 20px;
}
/***** PRIJS2 *****/
.prijs2 span {
	left: -21px;
	top: 118px;
	background: url(../sub/twv2.jpg);
}
.prijs2 img {
	padding-top: 5px;
}
/***** PRIJS3 *****/
.prijs3 span {
	left: 126px;
	top: -12px;
	background: url(../sub/twv3.jpg);
}
.prijs3 img {
	padding-top: 20px;
}
/*****************/
/***** KOLOM *****/
/*****************/
.kolom {
	float: left;
	padding-left: 10px;
	width: 188px;
}
.kolom h4 {
	font-size: 1em;
	background: url(../sub/geel_top.jpg);
	line-height: 25px;
	padding-left: 10px;
	font-weight: bold;
}
/*
.kolom a {
	color: #3d001e;
}
*/
.kolom .selected {
	/*color: #3d001e;*/
	color: #3d001e;
}
.kolom .selected {
	color: #CCCCCC;
	font-weight:bold; 
	font-style:italic;
}

.kolom ul {
	line-height: 1.5em;
	padding-left: 10px;
}
/***** GEEL *****/
.boxgeel, .boxgroen, .boxroos, .boxblauw {
	margin-bottom: 10px;
	width: 188px;
	background: url(../sub/geel_bg.jpg);
}
.boxgeel_bottom {
	background: url(../sub/geel_bottom.jpg) bottom no-repeat;
	padding-bottom: 5px;
}
/***** GROEN *****/
.boxgroen {
	background: url(../sub/groen_bg.jpg);
}
.boxgroen h4 {
	background: url(../sub/groen_top.jpg);
}
.boxgroen_bottom {
	background: url(../sub/groen_bottom.jpg) bottom no-repeat;
	padding-bottom: 5px;
}
/***** GROEN *****/
.boxroos {
	background: url(../sub/roos_bg.jpg);
}
.boxroos h4 {
	background: url(../sub/roos_top.jpg);
}
.boxroos_bottom {
	background: url(../sub/roos_bottom.jpg) bottom no-repeat;
	padding-bottom: 5px;
}
/***** BLAUW *****/
.boxblauw {
	background: url(../sub/blauw_bg.jpg);
}
.boxblauw h4 {
	background: url(../sub/blauw_top.jpg);
}
.boxblauw_bottom {
	background: url(../sub/blauw_bottom.jpg) bottom no-repeat;
	padding-bottom: 5px;
}
