body	{
	font-family:Arial,Tahoma,Helvetica,Sans-Serif;
	font-size: 0.8em;
	color:Black;
	background: url(/images/backgrounds/body.gif) repeat left top;
	margin:0;
	padding:0;

}
table, tr, td {
	font-size:100%;
	border-collapse: collapse;
	border:0;
	margin:0;
	padding:0;
}
a	{
	color:#006C8F;
	text-decoration: underline;
}
a:hover	{
	text-decoration:underline;
}
div.bodyPlaceholder	{
	padding:0;
	margin:0 auto;
	width:770px;
	height:auto;
	background-color:#fff;
	border: 2px solid #008AB7;
}
div#logo	{
	width: 770px;
	height:78px;
	background: url('/images/backgrounds/pageTop.gif') no-repeat right top;
}
div#logo img	{
	margin-top:10px;
	margin-bottom:0;
}
div#menu	{
	margin:0;
	padding:0;
	width: 770px;
	height: 25px;
	padding:0;
	margin:0;
	background-color: #008ab7;
}
div#menu div#greyline	{
	width:170px;
	position:absolute;
	height:21px;
	display:inline;
	background-color: #fff;
	border-style:solid; border-color:#C2B9AB; border-width: 0 0 4px 0;
	}
div#header	{
	height:160px;
	border-style:solid;
	border-color:White;
	border-width:0 0 1px 0;
}
div#content	{
	width:770px;
	float:right;
	background-image: url('/images/contentRight.png');
	background-position: right top;
	background-repeat: repeat-y;
	}
div#right	{
	float:right;
	display:inline;
	width:250px;
	height:auto;
	}
div#left	{
	float:left;
	display:inline;
	width:517px;
	}

a.aanbodLink	{
	position:absolute;
	background-color:#DC3C33;
	text-align:center;
	vertical-align:center;
	border-style:solid;
	border-color:White;
	border-width:1px 0 1px 0;
	font-size:110%;
	margin-left:3px;
	padding-left:33px;
	padding-right:32px;
	padding-top:4px;
	padding-bottom:4px;
	height:20px;
	color:White;
	font-weight:800;
	text-decoration:none;
	}

/* start right kolumn table markup */
	table#rightTable			{ width:250px; font-size:12px;}
	#rightTable td				{ color:Black;}
	#rightTable td.bodySubTop	{ padding:10px; height:90px; color:White; font-weight:800; letter-spacing:1px; vertical-align:center; line-height:220%; font-size:13px;}
	#rightTable td.subscribeTop	{ font-weight:800; color:White; background-color:#F57506; text-align:center; padding:4px; font-size:13px;}

	#rightTable td.colLeft,
	#rightTable td.colRight		{ background-color:#008AB7; padding:4px;}
	#rightTable td.colLeft		{ width:40%; color:White; padding-left:10px;}
	#rightTable td.colRight		{ width:60%;}
	#rightTable td.colBlank		{ background-color:#008AB7; padding-top:10px;}
	#rightTable td.succesText	{ background-color:#008AB7; color:White; line-height:160%; padding:5px;}
	#rightTable a.verzend		{ text-decoration:none; width:250px; height:20px; border:0; background-color:#C6BEB1; color:Black; border-style:solid; border-color:White; border-width:1px 0 0 0; padding-top:2px; text-align:center;}
	#rightTable td.error		{ padding:5px; padding-left:10px; background-color:#008AB7; color:White;}
	#rightTable input			{ width:90%;}
/* end right kolumn table markup */

/* start input type markup */
	input,
	select,
	textarea {
		font-family:Arial;
		border-width:1px;
		border-style:solid;
		border-color:#24473A;
	    background:White;
		margin:1px;
		font-size:12px;
		color:Black;
		scrollbar-arrow-color:Black;
		scrollbar-darkshadow-color:#DCDCDC;
		scrollbar-base-color:#DCDCDC;
	}
.required	{ font-size:110%; color:Red}
/* end input type markup */
ul.dropMenu	{
	display:inline;
	margin-left:10px;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	padding:0;
	float:right;
	height:25px;
	width: 600px;
	position:relative;
}

ul.dropMenu li	{
	float: left;
	display:inline;
	list-style:none;
	position:relative;
	background-color: #008ab7;
	width:105px;
	margin:0;
	padding:0;
}
ul.dropMenu li#arrow	{
	width:30px;
	margin:0;
	padding-top:5px;
	padding-bottom:0;
	padding-left:5px;
	padding-right:0;
	}
ul.dropMenu li a 	{
	display:block;
	margin:0;
	height:21px;
	padding-top:4px;
	padding-bottom:0;
	padding-left:34px;
	padding-right:24px;
	font-weight:bold;
	text-decoration:none;
	color: #fff;
	font-size: 13px;
}
ul.dropMenu li a.itemOn	{
	color:#fff;
	text-decoration:none;
}
ul.dropMenu li a:hover	{
	color:#fff;
	text-decoration:none;

}

ul.dropMenu li ul {
	display: none;
	width: 170px;

}

ul.dropMenu li ul.show {
	display: block;
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	position:absolute;
	float:left;
}
ul.dropMenu li.hasChildren ul.show	li	{
	text-align:left;

	}
ul.dropMenu li.hasChildren ul.show li.hasChildren	 {
	background-image: url(/images/flyoutArrow.gif);
	background-repeat:no-repeat;
	background-position: right center;
	background-color: #008ab7;
	}
ul.dropMenu li.hasChildren ul.show li a	{
	width:164px;
	padding:3px;
	font-size: 13px;
	margin:0;
	background-color: #008ab7;
	}
ul.dropMenu li.hasChildren ul.show li.hasChildren a:hover	{
	width:164px;
	color: #fff;
	background-color: #027ca4;
	background-image: url(/images/flyoutArrow.gif);
	background-repeat:no-repeat;
	background-position: right center;
	}
ul.dropMenu li.hasChildren ul.show li a:hover	{
	width:164px;
	color: #fff;
	background-color: #027ca4;

	}
ul.dropMenu li.hasChildren ul.show li.hasChildren ul li a:hover	{
	background-image:none;
	}
ul.dropMenu li.hasChildren ul.show li a:hover	{
	background-image:none;
	}
ul.dropMenu li ul li {
	float: left;
	display:block;
	list-style:none;
	width: 170px;
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color: #008ab7;
}

ul.dropMenu li ul li ul	{
	width: 170px;
	margin:0;
	padding:0;
	left:170px;
	background-color: #008ab7;
	top:0;
	}

ul.dropMenu li ul li ul	li a{
	width:170px;
	}

ul.dropMenu li ul.show li a	{

	white-space: nowrap;
	display: block;
	width: 170px;
	height:18px;
	margin:0;
	float:left;
	color: #fff;
	font-size: 11px;
	font-weight:normal;
}
ul.dropMenu li ul.show li a:hover	{
	background-color: #39a3ca;
	color: #fff;
	font-weight:normal;

	color: #fff;
	float:left;
	display: block;
}
