/*

	Developed By U-lab 2008.
	
	Blauw	- #02B5DD
	Groen	- #59AC26
	Geel	- #FFE141
	Roze	- #E3057C
	
	Origineel font: Courier - 9px.
	
*/

	html, body 
	{
		color:                  #000000;
		font-family:            Arial, Helvetica, sans-serif;
		font-size:              13px;
		line-height:			16px;
		margin:					0px;
		cursor:					default;
		background-image:		url(../Afbeeldingen/patroon.gif);
		background-color:		#68696d;
		height:					100%;
	}
	
	a:link {
		color: #000000;
		text-decoration: none;
	}
	a:visited {
		color: #000000;
		text-decoration: none;
	}
	a:hover {
		color: #000000;
		text-decoration: none;
	}
	a:active {
		color: #333333;
		text-decoration: none;
	}
	
	a.vacature:link, a.vacature:visited
	{
		color:#000000;
		text-decoration none;
	}
	a.vacature:hover, a.vacature:active
	{
		color:#000000;
		text-decoration:underline;
	}
	
	h2
	{
		color:					#666666;
		font-family:            Courier, Arial, Helvetica, sans-serif;
		font-size:              18px;	
		font-weight:			bold;
		letter-spacing: 		1px;
		margin:					0px;
		border-bottom:			1px solid #999999;
		width: 					95%;
		margin-bottom:			5px;
		padding-bottom: 		5px;
	}
	
	h3
	{
		color:					#FFFFFF;
		font-family:            Courier, Arial, Helvetica, sans-serif;
		font-size:              18px;	
		font-weight:			normal;
		letter-spacing: 		1px;
		margin:					0px;
	}
	
	hr
	{
		width: 90%;
	}
	
	#container
	{
		width: 988px;
		margin: 0px auto;
		background-color: #FFFFFF;
		padding: 0px;
		min-height: 100%; !important
		height: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#Logo
	{
		width: 943px;
		padding-right: 28px;
		padding-top: 20px;
		text-align: right;
		margin-bottom: 15px;
	}
	
	.placeHolder
	{
		width: 988px;
		margin-bottom: 0px;
	}
	
	.menuBlock
	{
		height: 155px;
		width: 228px;
		background-color: #59AC26;
		margin-right: 1px;
		float: left;
		padding-left: 18px;
		padding-top: 17px;
		color:                  #000000;
	}
	
	.contentBlock
	{
		width: 222px;
		color:                  #000000;
		font-family:            Arial, Helvetica, sans-serif;
		font-size:              14px;
		line-height:			18px;
		margin-right: 1px;
		float: left;
		padding: 12px;
		text-align: left;
		font-weight: normal;
	}

	.contentBlock2
	{
		width: 457px;
		color: #000000;
		margin-right: 1px;
		float: left;
		padding: 12px;
		text-align: left;
		font-family:            Arial, Helvetica, sans-serif;
		font-size:              14px;
		line-height:			18px;
		font-weight: normal;
	}
	
	.menuImg
	{
		margin-right: 5px;
		margin-bottom: 2px;
	}
	
	#contactTable td
	{
		height: 30px;
	}
	
	.inputField
	{
		border: 1px solid #A7A6AA;
		width: 320px;
		height: 15px;
		padding: 1px;
		font-family:            Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
	}
