html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

/* ------- TEKST OPMAAK ----------*/	
body	{
		font: 12px Helvetica, Arial, Verdana, sans-serif;
		color: #333333;
		line-height:130%;
		background:#E9E9E9;
		}
	
a:link	{
		color: #17589B;
		text-decoration: underline;
		}
a:visited	{
			color: #17589B;
			text-decoration: underline;
			}
a:hover	{
		color: #123C66;
		text-decoration: underline;
		}
a:active	{
			color: #123C66;
			text-decoration: underline;
			}
			
			
h1 	{
	font: 17px Helvetica, Arial, Verdana, sans-serif;
	line-height:130%;
	color: #17589B;
	font-weight: bold;
	}
h2 	{
	font: 17px Helvetica, Arial, Verdana, sans-serif;
	line-height:130%;
	color: #333333;
	font-weight: bold;
	}
h3 	{
	font: 16px Helvetica, Arial, Verdana, sans-serif;
	line-height:140%;
	color: #17589B;
	font-weight: bold;
	}
h4 	{
	font: 15px Helvetica, Arial, Verdana, sans-serif;
	line-height:140%;
	color: #17589B;
	font-weight: bold;
	}
h5 	{
	font: 14px Helvetica, Arial, Verdana, sans-serif;
	line-height:140%;
	color: #17589B;
	font-weight: bold;
	}
h6 	{
	font: 13px Helvetica, Arial, Verdana, sans-serif;
	line-height:140%;
	color: #17589B;
	font-weight: bold;
	}
img	{
	border: none;
	}
ul, ol	{
		padding-left: 26px;
		}

input[type=text]	{
					border:1px solid #17589B;
					width:250px;
					padding:1px;
					}
	
	
	
	

.goed	{
		color:#009900;
		font-weight:bold;
		}
.fout	{
		color:#FF0000;
		font-weight:bold;
		}
.formleft	{
			width:130px;
			text-align:right;
			vertical-align:top;
			padding-top:5px;
			color:#17699B;
			}
.left	{
		width:130px;
		color:#17699B;
		}
.invulmis	{
			background-color:#FFCCCC;
			}
.opmerking	{
			color:#999999;
			font-size:10px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			}
			
			
.fotorechts	{
			float:right;
			margin-left:15px;
			margin-bottom:15px;
			}
.blauw	{
		color: #17589B;
		}



/* OPBOUW */
#wrap	{
		margin:auto;
		width:972px;
		background:url(/images/deelnemer/bg.jpg) left top repeat-y;
		}
#header	{
		width:470px;
		height:62px;
		padding:29px 34px 29px 468px;
		background:url(/images/deelnemer/header2012.jpg);
		}
#banner	{
		width:468px;
		height:60px;
		/*border:1px solid #CCCCCC;*/
		}
#content	{
			width:902px;
			min-height:440px;
			height:auto !important;
			height:440px;
			padding:30px 34px 20px 34px;
			}
#left	{
		width:180px;
		padding-right:30px;
		float:left;
		clear:none;
		}
		.lefteerst	{
					border-top:1px solid #CCCCCC;
					}
#right	{
		width:692px;
		float:left;
		clear:none;
		}
		
#homeleft	{
			width:494px;
			padding-right:20px;
			float:left;
			clear:none;
			}
#homeright	{
			width:178px;
			float:right;
			clear:none;
			}
			
#footer	{
		height:25px;
		width:972px;
		background:url(/images/deelnemer/footer.jpg) left top no-repeat;
		}
