/* RESET */
body, html, table, tr, td, a:active, a:focus, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0; padding: 0; border: 0; outline: none; -moz-outline-style: none;
}
/* --/ RESET */

/* 1px center alignment bug fix */
html {
	margin-left: -1px;
	overflow-Y: scroll;
} 
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
	head~body *{ margin-left: 0px;}
}
/* --/ 1px center alignment bug fix */

body {
	background: #025e7d url(/SiteFiles/Layout/bg.png) center top repeat-y;
	font: normal 11px/20px Verdana, sans-serif;
	color: #07214c;
}

#MainPageDiv {
	margin: 0 auto;
	width: 980px;
}

table, tr, td {
	font: normal 11px/20px Verdana, sans-serif;
}

#header {
	position: absolute;
	left: 50%;
	margin-left: -508px;
	top: 0px;
	z-index: 99;
	width: 1017px;
	height: 340px;
	background: url(/SiteFiles/Layout/header.png) left top no-repeat;	
}

/* Static HTML Blocks: */
a#logo {
	width: 155px;
	height: 85px;
	margin: 0 0 0 22px;
	text-indent: -9999px;
	position: absolute;
	z-index: 999;
}
#introductie {
	width: 205px;
	height: 160px;
	margin: 100px 0px 0px -305px;
	text-align: center;
	font: normal 11px/24px Verdana, sans-serif;	
	position: absolute;
	z-index: 999;
}
#call-to-action {
	width: 240px;
	height: 39px;
	font: bold 14px/37px Verdana, sans-serif;	
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url(/SiteFiles/Layout/button.png) left top no-repeat;	
	display: block;
	margin: 0 -2px 0 2px;
	text-shadow: 1px 1px 1px #eb8d00;		
}
	#call-to-action:hover {
		background-position: left bottom;	
		color: #ffe9c7;
		font: bold 14px/39px Verdana, sans-serif;		
		text-shadow: 1px -1px 1px #f90;		
	}
.footer {
	color: #fff;
	font-size: 11px;
	padding: 10px 0 30px 0;
}
.footer a, .footer a:visited, .footer a:link {
	color: #fff;
	text-decoration: underline;
}
.footer a:hover {
	color: #fff;
	text-decoration: none;
}

/*== Contactmogelijkheden menu ==*/
ul.contactmogelijkheden {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.contactmogelijkheden li a, .contactmogelijkheden li a:visited {
	font: bold 12px/35px Verdana, sans-serif;		
	width: 100%;
	height: 35px;
	text-align: center;
	color: #f90;
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
	background: #fff;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;	
}
.contactmogelijkheden li a:hover {
	color: #fff;
	text-decoration: none;
	background: #fcb040;
}
	.contactmogelijkheden li a:active {
		margin-bottom: 10px;
	}
/*== END Contactmogelijkheden menu ==*/

a.pdf, a.pdf:active {
	padding: 9px 0px 12px 38px;
	background: url(/SiteFiles/Layout/PDF.png) left top no-repeat;
	display: block;
}


/*== NAW MENU MET ICOONTJES ==*/
ul.naw {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	list-style: none;
}
li.telefoon {
	padding-left: 20px;
	background: url(/Sitefiles/afbeeldingen/telephone.png) no-repeat left 2px;
	display: block;
}
li.fax {
	padding-left: 20px;
	background: url(/Sitefiles/afbeeldingen/telephone-fax.png) no-repeat left 2px;
	display: block;
}
li.email {
	padding-left: 20px;
	background: url(/Sitefiles/afbeeldingen/mail.png) no-repeat left 2px;
	display: block;
}
/*== END MENU ICOONTJES ==*/


ul.tick {
	margin:0px;
	padding-left:15px;
	margin-bottom:20px;
}
.tick li {
	background: url(/Sitefiles/afbeeldingen/icon_tick.png) no-repeat left 5px;
	list-style: none;
	padding-left:25px;
	line-height:20px;
}

/*== HEADING STYLES ==*/
h1 {
	font: normal 24px/40px Verdana, sans-serif;	
	color: #017baa;	
}
h2 {
	font: normal 20px/40px Verdana, sans-serif;		
	color: #07214c;	
}
h3 {
	font: bold 16px/40px Verdana, sans-serif;	
	color: #017baa;
}
h4 {
	font: normal 16px/26px Verdana, sans-serif;
	color: #5C7990;
}
h5, h6 {
	font: bold 14px/40px Verdana, sans-serif;
	color: #07214c;
}
/*== END HEADING STYLES ==*/
/*== STANDARD STYLES ==*/

a, a:link, a:visited {
	text-decoration: underline;
	color: #008ebe;
}
a:hover {
	text-decoration: underline;
	color: #f26522;	
}
p {
	margin-bottom: 15px;
}
hr {
	margin: 15px 0 15px 0;
	display: block;
	background: #c8c8c8;
	height: 1px;
	border: none;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 10px 0 10px 15px;
	font-style: italic;
}
address {
	font-style: normal;
}

/*== END STANDARD STYLES ==*/
/*== LIST STYLES ==*/
ul, ol, dl {
	margin: 10px 0;
	padding-left: 30px
}
dl {
	margin: 10px 0;
}
dd {
	padding-left: 40px;
}
li {
	display:list-item;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
/*== END LIST STYLES ==*/

/*== IMAGE STYLES ==*/
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right:10px;
	margin-bottom:10px;
}
.alignright {
	float: right;
	margin-left:10px;
	margin-bottom:10px;
}
/*== END IMAGE STYLES ==*/

