@charset "UTF-8";

/*
copyright Tesink & Koenderink webdesign 2011
*/

/*color guide:
Blauw			#2b3758
Oranje			#FF8833
Wit				#FFFFFF

licht grijs (tekst quick)					#cbcbcb
midden grijs (tekst zijbalk)				#666666
donker grijs (tekst ondertitel en menu)		#2a2a2a
*/



body, p, h3, th, td, tr, li, ul {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
}

p, body, tr, td, th {
	color: #2a2a2a;
}
p{
	/* max-width: 950px; */
}

h1{
	color: #2b3758;
	font-size: 24pt;
	margin: 0px;
	padding: 0px 5px 5px 0px;
	text-shadow: 1px 1px 2px #dddddd;
}
h2{
	color: #2b3758;
	font-size: 16pt;
	margin: 0px;
	padding: 0px 5px 5px 0px;
}
h3{
	color: #2a2a2a;
	font-size: 13pt;
	margin: 0px;
	padding: 0px 5px 5px 0px;
}

p{
	color: #2a2a2a;
	font-size: 11pt;
	margin: 0px;
	padding: 0px 5px 5px 5px;
}



a, a:visited, a:link, a:active{
	color: #2b3758;
	text-decoration: underline;
}

a:hover{
	color: #FF8833;
	text-decoration: underline;
}
/* 
a, a:visited, a:link, a:active{
	text-decoration: none;
	border-bottom: 1px #ff8833 dotted;
}
a:hover{
	text-decoration: none;
	border-bottom: 1px #ff8833 solid;
} */