
/* = = = 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: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 0.8em;
	background:  url(../images/bg_footer.gif) #ffffff repeat-y top left;
}

h1, h2, h3{
	clear: both;
	color: #000000;
}

h1{
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
}
h2{
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 3px;
	letter-spacing: 1px;
}
h3 {
	font-weight: bold;
	padding-bottom: 2px;
}

a {
	color: #111111;
	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;
}

.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
.alignCenter {
	margin: 0 auto;
}
img.alignLeft {
	margin: 4px 10px 10px 0;
}
img.alignRight {
	margin: 4px 0 10px 10px;
}
div.alignLeft {
	margin: 4px 15px 0 0;
}

.offScreen {
	position: absolute;
	left: -9999px;
}


/* = = = = = = = de site = = = = = = = */

#container {
	width: 780px;
	margin: 0;
	padding: 0;
	background:  url(../images/bg_footer.gif) transparent repeat top left;
}


/* = = = siteTop = = = */
.siteTop{
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	overflow: hidden;
	z-index: 1;
}

.topA{
	height: 142px;
	background:  url(../images/bg_siteTopA.gif) #ffffff no-repeat top left;
}

.topB{
	height: 74px;
	background:  url(../images/dot_roze.gif) #ffffff repeat top left;
}

	#logo {
		position: absolute;
		width: 161px;
		height: 75px;
		top: 56px;
		left: 61px;
		z-index: 2;
		overflow: hidden;
	}
	
	/* = = = mainMenu = = = */
	#mainMenu {
		float: right;
		clear: right;
		clear: both;
		height: 105px;
		margin-top: 25px;
		margin-right: 0;
		background-color: #ffffff
	}
	
		.main2 {
			margin-top: 13px;
		}
		
		#on1, #on2, #on3, #on4, #on5, #on6 {
			visibility:hidden;
			background:  url(../images/b_hMenu_a.gif) #ffffff no-repeat top left;
		} 

		
	/* = = = serviceMenu = = = */
	#serviceMenu {
		float: left;
		width: 218px;
		margin-left: 45px;
	}
	
	* html #serviceMenu {
		margin-left: 22px;
	}
	
		#serviceMenu li {
			display: inline;
			padding: 0;
		}
		
			
	/* = = = fotos = = = */
	#fotos {
		width: 480px;
		height: 74px;
		float: right;
		background: url(../images/random/02.jpg) transparent repeat top left;
		overflow: hidden;
	}
	

/* = = = siteBody = = = */
#siteBody {
	width: 100%;
	height: 384px;
	clear: both;
}

html>body #siteBody{
	height: auto;
	min-height: 384px;
}

	#kolomRechts {
		float: left;
		width: 264px;
		height: 384px;
		background:  url(../images/bg_kolomRechts.gif) transparent no-repeat top left;
	}
	

		/* = = = subMenu = = = */
		
		#subMenu {
			float: right;
			width: 160px;
			margin-right: 30px;
			margin-top: 10px;
		}
		* html #subMenu {
			margin-right: 15px;
		}
		
			#subMenu ul {
				width: 160px;
				margin: 0;
			}
	
				#subMenu li {
				}
					
					#subMenu li a {
						display: block;
						width: 100%;
						padding: 20px 0 0;
						letter-spacing: 1px;
						color: #999999;
						text-decoration: none;
						/*line-height: 1.1em; */
						text-align: right;
					}
					
					#subMenu li a:hover, #subMenu li a:focus, #subMenu li a:active {
						color: #333333;
					}
					
						#subMenu li.active a {
							color: #333333;
						}
	
	/* = = = Content = = = */
	#contentMain {
		float: left;
		clear: right;
		width: 440px; /* 516px */
		height: 280px; /* 300px */
		padding: 0 40px 20px 36px;
		margin-bottom: 40px;
		background:  url(../images/dot_lichtroze.gif) transparent repeat top left;
	}
	
	html>body #contentMain {
		height: auto;
		min-height: 280px;
	}

	
	#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;
		}
		

		.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 #C5C6C8;
	}


/* = = = Footer = = = */
#footer {
	clear: both;
	width: 780px; /* 780px */
	height: 25px;
	background:  url(../images/bg_footer.gif) #ffffff repeat top left;
}
	#footer ul {
			float: left;
			margin-left: 16px;
		}
		
	* html #footer ul {
		margin-left: 8px;
	}
		
		#footer li {
			display: inline;
			padding: 0;
		}
