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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*----------------------------------------------------------------------*/
body {
	background: url(../img/layout/bg.jpg) repeat-x top center;
}

#wrapper {
	position: relative;
	width: 960px;
	height: 580px;
	margin: 0px auto;
	top:0px;
}

#left_wrap {
	position: relative;
	width: 470px;
	height: 580px;
	float: left;
}

	#book_left { 
		position: relative;
		width: 470px;
		height: 395px;
		float: left;
	
	}
	
		#postit {
	position:absolute;
	z-index:99;
	background:url(../img/layout/postit.png);
	font-family:Arial, Helvetica, sans-serif;
	height:187px;
	width:183px;
	top:0px;
	left:220px;
	float:left;
	font-size:11px;
	text-align:center;
	color: #000000;
	padding:10px 30px 10px 30px;
	}
	
/*-----------------------------------------googlemaps items-----------------------------*/

	#maps_wrap {
		position: relative;
		width: 960px;
		float: left;
	}

	#maps_frame {
		position: relative;
		background: #fff;
		width: 960px;
		height: 395px;
	}
	
	#lists {
		margin-top: 29px;
		margin-left: 20px; 
		width: 450px;
		float: left;
	}
	
		#column_1{
			margin-top: 5px;
			float: left;
		}		
			#column_1 ul {
				padding-top: 5px; 
				display: block;
				width: 440px;
			}
				#column_1 ul li {
					float: left;
					width: 210px;
					padding-right: 10px;
					padding-bottom: 3px;
				}
	
/*-----------------------------------------tabs divs-----------------------------*/
			#tab_groen {
				position: relative;
				top: 85px;
				left: 60px;
				width: 34px;
				height: 123px;
			}
			#tab_paars {
				position: relative;
				top: 117px;
				left: 66px;
				width: 34px;
				height: 124px;
			}
/*-----------------------------------------content area div-----------------------------*/
			#textcontainer {
				position: absolute;
				top: 80px;
				left: 160px;
				width: 285px;
				height: 295px;
			}
/*-----------------------------------------content area left text divs-----------------------------*/
				#kop {
					width: 285px;
					height: 45px;
				}
				#text {
					width: 285px;
					height: 200px;
				}
/*-----------------------------------------left page nav settings-----------------------------*/
				#pagenav {
					width: 285px;
					height: 45px;
				}
					#pagenav ul li{
						list-style-type: none;
						display: inline;
						border-right-width: 1px;
						border-right-style: solid;
					}
						#pagenav ul li.last {
							border: none;
						}
/*-----------------------------------------white nav bar div-----------------------------*/
	#nav_bar { 
		position: relative;
		width: 470px;
		height: 35px;
		float: left;
		background: #fff;
	}
/*-----------------------------------------white nav settings-----------------------------*/
		#top_nav {
			position: relative;
			top: 8px;
			left: -20px;
			* + left: -50px;
			height: 19px;
			width: 540px;
			_width:470px;
		}
			#top_nav ul li {
				list-style-type: none;
				display: inline;
				border-right: 1px solid #999;
				border-collapse: collapse;
				height: 1em;
				line-height: 1;
			}
				#top_nav ul li.deactive {
					border-right: 1px solid #999;
					border-collapse: collapse;
				} 
				#top_nav ul li.last {
					border: none;
				}
/*-----------------------------------------colorbar div-----------------------------*/
	#color_bar {
		clear: both;
		position: relative;
		width: 470px;
		height: 150px;
		float: left;
		background: #fff;
	}
/*-----------------------------------------logo div-----------------------------*/
		#button {
			width:20px;
			height:10px;
			margin-left:-45px;
			margin-top:-10px;
			}
		
		#logo {
			position: relative;
			width: 337px;
			height: 150px;
			top: 22px;
			left: 65px;
		}
/*-----------------------------------------sub nav settings----------------------------*/
		#bottom_nav {
			position: relative;
			top: 40px;
			left:15px;
			height: 19px;
			width: 461x;
		}
			#bottom_nav ul li {
				list-style-type: none;
				display: inline;
				border-right: 1px solid #fff;
			}
				#bottom_nav ul li.last {
					border: none;
				}
				
/*-----------------------------------------right side divs----------------------------*/
#right_wrap {
	position: relative;
	width: 490px;
	height: 580px;
	float: left;
	background:url(../img/layout/right_noflash_bg.jpg) top left no-repeat;
}

	#right_wrap.home { background:url(../img/layout/right_noflash_bg_home.jpg) top left no-repeat; }
	
/*-----------------------------------------noflash div----------------------------*/
	#noflash, .noflash {
		position: relative;
		width: 300px;
		height: 75px;
		float: left;
		top: 170px;
		left:80px;
	}

/*-----------------------------------------copyright div---------------------------*/
	#copyright {
		width: 960px;
		margin: 0 auto;
		text-align:center;
		margin-top:90px;
	}

