/* CSS Document van www.dataherstelnederland.nl */

/* De achtergrond */

	
body, html	{
	margin-left: 0;
	margin-top: 0;
	font-weight:normal;
	background-color: #FFF;
    scrollbar-track-color: #FFF; 
	scrollbar-face-color: #FFF; 
	scrollbar-arrow-color: #333; 
	scrollbar-3dlight-color: #C0C0C0; 
	scrollbar-darkshadow-color: #C0C0C0;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-shadow-color: #C0C0C0; 
	scrollbar-base-color: #FFF; 
} 
	


#container {
	width:1000px;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	margin:0px auto 50px auto;
	padding:0px 0px 50px 0px;
	position: relative;
	line-height: 130%;
	color: #3C426F;
}

#headerlogo {
	width: 960px;
	height: 90px;
	position: absolute;
	left: 25px;
	background-color: #FFF;
	padding-top: 15px;
}


/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	top: 225px;
	left: 25px;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
	background:#FFF;
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#FFF;		/* center column background colour */
	}
	.threecol .colleft {
	right:60%;			/* width of the middle column */
	background:#FFF;
	}
	.threecol .col1 {
	width:56%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
	background-color: #FFF;
	padding-top: 25px;
	padding-right: 10px;
	}
	.threecol .col2 {
	width:21%;			/* Width of left column content (column width minus padding on either side) */
	left:30%;
	padding-top: 25px;
	}
	.threecol .col3 {
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	background-color: #FFF;
	padding-top: 25px;
	}


#footer {
	width: 1000px;
	position: relative;
	border-top: 3px solid #00b0e9;
	height: 50px;
	left: 25px;
	clear: both;
	background-color: #FFF;
	float: left;
	top: 225px;
}


#footer p{
	text-align:right;
}

h1{
	font-size:16px;
	font-weight:bold;
	color: #3C426F;
}

h2{
	font-size:12px;
	font-weight:bold;
	color: #3C426F;
}


h5 {
	font-size: 9px; 
	font-weight: bold;
	color: #3C426F; 
	}

a {
	outline: none;
}


p{	
	text-align:justify;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
    font-size: 9.5pt;
    font-style: normal; font-weight: normal;
	color: #3C426F;
	letter-spacing: 0.3;
	line-height: 150%; 
	padding-left: 3 px;
}



ul{
	list-style-type:square;
}

li{
	text-align: left;
	font-size: 9.5pt;
}


img{
	border: 0px;
}

a:active {
	text-decoration: none;
	color: #0b6dd2;
}


a:link { 
	text-decoration: none; 
	color: #0b6dd2; 
	font-weight: normal 
}

a:hover { 
	text-decoration: none; 
	color: #0c42f5; 
	font-weight: normal 
}

a:visited { 
	text-decoration: none; 
	color: #0c42f5; 
	font-weight: normal 
}

.broodtekst { 
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 9.5pt;
	font-style: normal; font-weight: normal;
	color: #3C426F;
	letter-spacing: 0.3;
	line-height: 150%; padding-left: 3 px;
	text-align: left;
} 

.small{
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 7.5pt;
	font-style: normal; font-weight: normal;
	color: #3C426F;
	letter-spacing: 0.3;
	line-height: 150%; padding-left: 3 px;
	text-align: left;
}

input{
	background-color:#E9E9E9;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 9.5pt;
	font-style: normal; font-weight: normal;
	color: #3C426F;
	letter-spacing: 0.3;
	text-align: left;
	}

submitinput{
	margin-left:155px;
	background-color:#f37e0a;
	border: 4px outset #f37e0a;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 9.5pt;
	font-style: normal; font-weight: normal;
	color: #3C426F;
	letter-spacing: 0.3;
	text-align: center;
}


select{
	background-color:#E9E9E9;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 9.5pt;
	font-style: normal; font-weight: normal;
	color: #3C426F;
	text-align: center;
}	


textarea{
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 9.5pt;
	font-style: normal; font-weight: normal;
	color: #3C426F;
	letter-spacing: 0.3;
	padding-left: 3 px;
	text-align: left;
	background-color:#E9E9E9;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
}
