/*colors.css Samson*/
/*Huisstijl kleur: #007FB2
50%: 7FBEDA
25%: BFDEEC
10%: E5F2F7
*/


body{
	background-color : #E5F2F7;
	color: #333333;
}
#wrap{
	background-color : White;
}
#menu{
	background-color: #333333;
}
#footer{
	border-bottom : 1px solid #007FB2;
	border-top : 1px solid #007FB2;
}
td.contentheading, div.componentheading, h1.componentheading{
	color: #007FB2;
}
a:link, a:visited{
	color: #007FB2;
}
a:hover{
	color: #7FBEDA;
}

/*form*/
#Contact input#verzenden{
	color: white;
}
