/*algemene settings*/
html {
	margin: 		0;
}

body {
	margin: 		0;
	font-size: 		12pt;
	font-family: 	verdana, arial, sans-serif;
	color:			black;
	width: 			100%;
}

h1 {
	font-size:		18px;
	color:			#cc6500;
}

h2 {
	font-size:		14px;
	color:			#cc6500;
	margin-bottom:	2px;
	padding-bottom:	2px;
}

ul {
	margin:			5px 0px 0px 0px;
}


div#container {
	width: 			210mm;
	margin-left:	5px;
	margin-bottom:	100px;
}

div#header {
	text-align:		center;
}

div#product {
	position:		relative;
	top: 			10px;
}

#wonderbalk
{
	background-image:		url('/design/wonderbalk.png'); 
	height:					91px; 
	width: 					521px; 
	display: 				block; 
	z-index:				1;
	margin-left:			10px;
}
#wonderbal
{
	background-image:		url('/design/wonderbalk_bal.png'); 
	background-repeat: 		none; 
	position: 				relative; 
	top: 					20px; 
	left: 					0px; 
	width: 					48px; 
	height: 				48px; 
	display: 				block; 
	z-index: 				2;
}



div.subsection {
	position:				relative;
	margin-top: 			30px;
}

ul.doelgroepen{
	list-style-type:		none;
	margin-left:			0px;
	padding-left:			0px;
}

td.left {
	width:					400px;
	height:					25px;
}

td.right {

}

img.left {
	position:				relative;
	float:					left;
	top:					0px;
}

img.right {
	position:				relative;
	float:					right;
	top:					0px;
}








