
/* = = = RESETTING BROWSER DEFAULTS - based upon http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ = = = */

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 16px;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

em {
	font-style: italic;
}

/* = = = SITE DEFAULTS = = = */

html {
	overflow-y: scroll;	/* toont in FF altijd een scrollbar zodat gecentreerde site niet steeds verspringt. CSS3 */
}

body, html {
	height: 100%;
}

body, p, td, h1, h2, h3, h4, h5, h6, input, textarea, select {
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 0.8em;
	background: url(../images/bg_site.gif) #ECEDF3 repeat-x top left;
}

h1, h2, h3{
	clear: both;
	color: #EF3A32;
}

h1{
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	padding-top: 0;
	padding-bottom: 12px;
	letter-spacing: 1px;
}
h2{
	font-size: 1.2em; 
	font-weight: bold;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 3px;
	letter-spacing: 1px;
}
h3 {
	font-weight: bold;
	padding-bottom: 2px;
}

a {
	color: #EF3A32;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}

a img, :link img, :visited img {
	border: 0;
}

strong, b{
	font-weight: bold;
	color: #EF3A32;
	font-style: italic;
}

.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
.alignCenter {
	margin: 0 auto;
}
img.alignLeft {
	margin: 4px 15px 15px 0;
}
img.alignRight {
	margin: 4px 0 15px 15px;
}
div.alignLeft {
	margin: 4px 15px 0 0;
}

.offScreen {
	position: absolute;
	left: -9999px;
}


/* = = = = = = = de site = = = = = = = */

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/bg_container.gif) transparent repeat-y top left;
}

#shadow {
	width: 780px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(../images/bg_shadow.gif) #E4E6EE no-repeat 0 0;
}


/* = = = siteTop = = = */
#siteTop{
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 204px;
	margin: 0;
	background: url(../images/bg_sitetop.gif) transparent repeat-x top left;
	overflow: hidden;
	z-index: 1;
}

html>body #siteTop{
	height: auto;
	min-height: 204px;
}

	#logo {
		position: absolute;
		width: 150px;
		height: 92px;
		top: 63px;
		left: 46px;
		z-index: 2;
		overflow: hidden;
	}
	
	/* = = = serviceMenu = = = */
	#serviceMenu {
		float: right;
		margin-right: 56px;
		margin-top: 5px;
	}
	
	* html #serviceMenu {
		margin-right: 28px;
	}
	
		#serviceMenu li {
			display: inline;
			color: #DC130B;
			font-weight: bold;
		}
		
		* html #serviceMenu li {
			padding: 0 1px 0 0;
		}
		
			#serviceMenu ul li a {
				padding-right: 1px;
				color: #DC130B;
				font-weight: bold;
				font-style: italic;
				text-decoration: none;
				text-transform: uppercase;
				letter-spacing: -1px;
			}
			
			* html #serviceMenu ul li a {
				padding-left: 1px;
			}
									
			#serviceMenu li a:hover, #serviceMenu li a:focus, #serviceMenu li a:active {
				color: #51566C;
			}
					
			#serviceMenu li.active a {
				color: #51566C;
			}


	/* = = = mainMenu = = = */
	#mainMenu {
		float: right;
		clear: both;
		height: 21px;
		margin-top: 130px;
		margin-right: 36px;
	}
	
	* html #mainMenu {
		margin-right: 18px;
	}
		
		#mainMenu ul {
		}
			
			#mainMenu li {
				display: inline;
				padding: 0;
			}
				
					
	/* = = = fotos = = = */
	#fotos {
		position: absolute;
		width: 255px;
		height: 198px;
		top: 6px;
		left: 476px;
		z-index: -1;
		overflow: hidden;
	}
	

/* = = = siteBody = = = */
#siteBody {
	width: 100%;
	height: 400px;
	clear: both;
	background: url(../images/bg_sitebody.gif) #ffffff repeat-y top left;
}

html>body #siteBody {
	height: auto;
	min-height: 400px;
}

	#contentTop {
		float: left;
		clear: both;
		width: 100%; /*  */
		height: 84px;
		background: url(../images/bg_contenttop.gif) #ffffff no-repeat;
	}
	
		/* = = = subMenu = = = */
		
		#subMenu {
			float: left;
			width: 195px;
			height: 280px;
			background: url(../images/bg_submenu.gif) transparent no-repeat 36px 0;
		}
		
			#subMenu ul {
				margin: 26px 0 0 53px;
			}
	
				#subMenu li {
									
				}
					
					#subMenu li a {
						display: block;
						width: 129px;
						padding: 0 10px 11px 0;
						letter-spacing: 1px;
						color: #DC130B;
						font-style: italic;
						text-decoration: none;
						line-height: 1.1em;
					}
					
					*:first-child+html #subMenu li a {
						padding: 0 10px 10px 0;
					}
					
					* html #subMenu li a {
						padding: 0 10px 10px 0;
					}
						
					#subMenu li a:hover, #subMenu li a:focus, #subMenu li a:active {
						color: #51566C;
					}
					
						#subMenu li.active a {
							color: #51566C;
						}
	
	/* = = = Content = = = */
	#contentMain {
		float: left;
		width: 519px; /*  */
		padding: 0 0 20px;
	}
	
	#contentMain ul {
		list-style-type: none;
		margin-bottom: 0;
	}
	
		#contentMain ul li {
			padding: 0 0 0 12px;
			background: url(../images/dot.gif) transparent no-repeat 0 0.5em;
		}

		
	#contentMain ol {
		list-style-type: decimal;
	}
	
		#contentMain ol li {
			margin: 0 0 0 23px;
		}
	
		html>body #contentMain ol li {
			margin: 0 0 0 21px;
		}
	
		*:first-child+html #contentMain ol li {
			margin: 0 0 0 23px;
		}
		
	.news {
		width: 350px;
		background-color: #ECEDF3;
		padding: 10px;
		margin-bottom: 10px;
	}
	
	.fotoStrip {
		float: left;
		height: auto;;
		width: 100%;
		padding: 0;
		margin: 0;
		clear: both;
	}
	
		.bijSchrift {
			text-decoration: none;
			font-style: italic;
			padding-bottom: 10px;
		}
		
		.meer {
			padding-bottom: 10px;
		}
	
	
	/* = = = Formulier = = = */
	
	label{
		float: left;
		width: 120px;
		vertical-align: middle;
		margin-right: 2px;
	}
	
	input, select, textarea {
		font-size: 1em;
		width: 190px;
		border: 1px solid #C5C6C8;
		margin: 2px 0;
	}
	
	textarea {
	    height: 110px;
	}
	
	input.button{
		width: 90px;
		cursor: pointer;
		background-color: #f5f5f5;
		padding: 1px 0;
		border: 1px solid #EF3A32;
	}


/* = = = Footer = = = */
#footer {
	clear: both;
	width: 800px; /* 800px */
	height: 65px;
	background: url(../images/bg_footer.gif) #ffffff no-repeat;
}
	div#colofon {
		text-align: right;
		padding: 22px 56px 0 0;
	}
		#colofon a {
			color: #ffffff;
			font-weight: bold;
			font-style: italic;
			text-decoration: none;
		}
		#colofon a:hover, #colofon a:active {
			color: #51566C; 
			text-decoration: none;
		}


