body, td {
	margin: 0px;
	padding: 0px;
	font-family:verdana;
	font-size: 11px;
}

#main_container {
	position: relative;
	width: 100%;
	height: 500px;
	margin: auto;
	top: 0px;
	left: 0px;
	font-size: 13px;
	/*background-color: #FF0000;*/
}

#main_left {
	position: absolute;
	width: 192px;
	height: 450px;
	margin: auto;
	top: 0px;
	left: 0px;
}

#main_center {
	position: absolute;
	height: 500px;
	top: 0px;
	left: 192px;
	right: 210px;
	padding: 10px;
	/*background-color: yellow;*/
}

#main_right {
	position: absolute;
	width: 210px;
	height: 500px;
	margin: auto;
	top: 0px;
	right: 0px;
	/*background-color: green;*/
}

H1{
	color: #36052e;
	font-size: 16px;
	font-weight: bold;
}

H2{
	color: #36052e;
	font-size: 12px;
	font-weight: bold;
}
/*	Alle links paars	*/
A {	color: purple;	}


/*	---------------------	*/
												
/*	Balk met breadcrum	*/
	.separator {
		height:20px;
   	    /*background-color: #54054C; paars */
		background-color:#8cc73a ; /*groen */
		border-top: solid 1px #ffffff;
		border-bottom: solid 1px #ffffff;
		color: #ffffff;
	}

	A.Breadcrum:link
	{
		color: #ffffff;
	}
	A.Breadcrum:visited
	{
		color: #ffffff;
	}
	A.Breadcrum:hover
	{
		color: #ffffff;
		text-decoration: underline
	}

	A.Breadcrum:active
	{
		color: #ffffff;
		text-decoration: underline
	}
/*	---------------------	*/


/*	PrivacyBalk onderaan	*/
	.bottomseparator {
		background-color: #F1F1F1;
		height: 20px;
		width: 100%;
		border-top: solid 1px #54054C;
		border-color: #111111;
	}

	A.PrivacyLink:link, A.PrivacyLink:visited, A.PrivacyLink:active, A.PrivacyLink:hover
	{
		Font-family: Verdana; 
		Font-size: 11px; 
		Color: #54054C; 
	}
/*	---------------------	*/


/*	Het Didoc logo linksbovenaan de pagina	*/
	.Logo1Div{
		color: #81b07c;
		white-space: nowrap;
		font-size: 30px;
		font-weight: bold;
		width: 240px;
		text-align: left;
		letter-spacing: 1px;
		vertical-align:middle;
	}

/*	De tekst naast het logo linksboven	*/
	.Logo2Div{
		color: #81b07c;
		white-space:nowrap;
		font-size:13px;
		width: 240px;
		text-align: left;
		vertical-align:middle;
	}
/*	---------------------	*/


/*	Foto's aan linkerkant van website	*/
.LeftImage {
	vertical-align:text-top;
	padding-top:63px;
	text-align:center;
	width: 188px;
	background-color: #f1f1f1;
}
/*	---------------------------------	*/


.rightImagesTD, .rightImagesTD A {
	width: 120px;
	padding: 10px;
	vertical-align: top;
	text-align: center;
	font-size: 10px;
}

.subjectImgTD {
	padding: 10px;
	vertical-align: top;
}

.subjectIMG {
	border: 1px solid gray;
}

.TopBarTD {
	background-color:#6d3264;	
}
.TopImageTD {
	background-color:#91ce44;
	text-align: center;
}

.fieldDiv {
	padding-left: 75px;
}
.fieldDiv table{
	text-align: left;
	margin: 6px;
}	
.style1 {margin: 14px; text-align:left; vertical-align:top;}
.style2 {text-align:center; vertical-align:top;}


.tab 
{
	padding-left:20px;
    font-size: 13px;
	}

.tabtab
{
	padding-left:40px;
    font-size: 13px;
	}	
.tabtabtab 
{
	padding-left:60px;
    font-size: 13px;
	}