@charset "utf-8";
/* CSS styles dieplap.nl */

/*	kleuren: 
blauwe tekst: #008fd0
grijze tekst: #666
randgroen: #aeceb2
roze: #fed6e3
*/
body,html{
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10pt;
}
h1, h2, h3, h4, h5, h6, p{
	/* magines etc weghalen	*/
	padding:0px;
	margin:0px;
}
p{
	margin-bottom: 10pt;
	margin-top: 10pt;
}
h1{
	font-size: 15pt;
	margin-bottom: 10px;
}
h2{
	font-size: 10pt;
	color: #008fd0;
	font-weight: normal;
}
h3{
	font-size: 12pt;
}
p,ul,ol,td{
	font-size: 10pt;
}
td{
	vertical-align:top;
}
.nobreak{
	white-space:nowrap;
}
li{
	margin: 5px;
}
a{
	color: #666;
	text-decoration: none;
}
a:hover{
	color: #008fd0;
}
.thin{
	font-weight: lighter;
}
.blue{
	color: #008fd0;
}
.selectedPage{
	color: #008fd0;
	font-weight: bold;
}
.pink{
	color:#fed6e3;
}
.koptitelDun, .koptitelVet{
	font-size: 27pt;
	color: #008fd0;
	margin-left: 30px;
	line-height: 120%;
}
.koptitelDun{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
}
.koptitelVet{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
}
.imageLeft{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#menuRechts p{
	margin: 0pt;
}
#faqMenu ul{
	padding-top: 10pt;
}
/* de forms	*/
input, select, textarea{
	border: 1px solid #008fd0;
	background-color: #e7f5e8;
}
select{
	
}
textarea{
	
}
form{
	border: 1px dashed #008fd0;
}
.button{
	border: 2px solid #008fd0;;
	font-weight: bold;
}