/* algemeen */
body {
	background-color: #eef2fb;
	margin : 0 0 0 0px;
}
table {
	border : 0px;
	border-collapse : collapse;
}
td {
	padding : 0 0 0 0px;
	text-align : left;
	vertical-align : top;
			font-family : Arial;
			font-size : 12px;
			color : #3d005d;
}

/* onderste tabel */
table.table_endless {
	width : 1004px;
	height : 100%;
	min-height : 100%;
}
td.td_endless {
	width : 1004px;
	height : 100%;
	vertical-align : middle;

}

/* achtergrondfoto of achtergrond */
table.table_back_image {
	height : 598px;
	border : 1px solid #5f92c0;
}

td.nieuws {
	width : 249px;
	height : 598px;
	background-image: url(../images/backnieuws.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

td.rechts {
	width : 753px;
	height : 598px;
	background-image: url(../images/backrechts.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/* tabellen met opmaak */
table.form {
	border: 1px;
	border-style : solid;
	border-color : #d8d8d8;
}

td.formtitel 	{
	font-weight : bold;
	background-color : #e0e0e0;
	padding : 3 3 3 4px;
}

td.formlabel 	{
	background-color : #f7f7f7;
	padding : 3 3 3 4px;
}

td.formdata 	{
	padding : 3 1 3 4px;
}


/* overige style-elementen */

img.img_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

img.img_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}



span.paginatitel {
	font-size: 13px;
	font-weight: bold;
	color : #000000;
}

span.alineatitel {
	font-size: 12px;
	font-weight: bold;
	color : #000000;
}

span.attentie {
	font-size: 12px;
	font-weight: bold;
	color : #000000;
}

#sitemap {
	color : White;
	padding-left : 4px;
}

div.nieuwsdiv {
	background-image: url(../images/reddot.gif);
	background-repeat: no-repeat;
	background-position: 4px 10px;
	border : 1px solid #009cda;
	color : #3e005e;
	font-family : Arial;
	font-size : 12px;
	padding : 4px;
	margin-top : 7px;
	padding-left : 12px;
}
div.NewsSummary a, A:Visited, A:Active, A:Hover  {
	color : #6997c1;
}
A, A:Visited, A:Active  {
	font-family : Arial;
	font-size: 12px;
	text-decoration : underline;
	color: #6997c1;
}

A:Hover    {
	font-family : Arial;
	font-size: 12px;
	text-decoration : underline;
	color: #d0003e;
}
#contentouter  {
			position:relative;
			overflow : auto;
			padding : 0px;
			width:753px;
			height:463px;
			top : 0px;
			left : 0px;
			z-index: 1;
			font-family : Arial;
			font-size : 12px;
			color : #3d005d;
		}

#contentinner {
			padding : 14 230 10 22px;
		}


h1 {
	font-size : 16px;
}
div.NewsSummary P {
	padding : 0px;
	margin : 0px;
}


