/* typography */
html, body {
	color: #22476c;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 34px;
	font-style: italic;
	font-weight: 100;
	color: #f58026;
	margin: 20px 0;
}
h2,h3,h4,h5,h6 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #f58026;
	margin-top: 20px;
	margin-bottom: 15px;
	display: block;
	border-bottom: 2px solid #f58026;
}
a {
	color: #22476c;
	text-decoration: underline;
}
a:hover {
	color: #f58026;
	text-decoration: underline;
}
a img {
	border: 0;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.5;
}

#navbar ul, #navbar li, #navbar li a { 
	font-family: helvetica, arial, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}
#navbar li a:hover {
	color: #5e5e5e;
}

#subnav, #subnav a {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
} 
#subnav a:hover {
	background: #eb6e1f;
	color: #FFF;
	text-decoration: none;
}

#left p {
	font-size: 13px;
}

#toplink a {
	text-decoration: none;
}

#emailadres_nieuwsbrief {
	font-size: 11px;
}

#footer, #toplink a {
	font-size: 9px;
	font-family: Helvetica, Arial, sans-serif;
	color: #9b9b9b;
}
#footer a {
	color: #9b9b9b;
	text-decoration: none;
}
#footer a:hover {
	color: #eb6e1f;
	text-decoration: none;
}

form p.notvalid {
color: #ff0000;
}
form span.error {
display: block;
color: #ff0000;
font-weight: bold;
}


