/* defaults, globals, and miscellaneous
==============================================================================*/
* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}
body {
	font-size: 62.5%; /* sets the stage for using ems */
	text-align: center;
	}
hr {
	display: none;
	}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	}
.skipLink {
	display: none;
	}
.links {
	float: left;
}
.rechts {
	float: right;
	}

/* layout setup
==============================================================================*/
#container,
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 768px;
	}
#container,
#wrapper {
	text-align: left;
	background-color: #fff;
	}

/* site id and utility links
==============================================================================*/
h1 {
	}
	h1 a {
		display: block;
		width: 310px;
		height: 145px;
		text-indent: -5000px;
		overflow: hidden;
		background: url(../images/h1-logo.jpg) no-repeat;
		}
h1.titelbalk {
	margin-left: 230px;
	}

h2 {
	margin: 10px 0;
	}

#navUtilities {
	position: absolute;
	top: 10px;
	right: 10px;
	height:10px;
	/*margin-left: 150px;*/
	font: normal 1.0em/1.0em 'lucida grande',tahoma,sans-serif;
	color: #796f65;
	}
	#navUtilities a {
		text-decoration: none;
		color: #001546;
		padding-left: 14px;
		margin-left: 5px;
		}
		#navUtilities a.home {
			background: url(../images/nav-home.gif) 4px 2px no-repeat;
			}
	#navUtilities a:hover {
		color: #3a5491;
		}

/* styles for IE 5 Mac */
#centerwrap {
	width: 720px;
	height: 420px;
	margin: 10px auto;
	position: relative;
}

#content {
	position: absolute;
	top: 14px;
	left: -78px;
	height: 380px;
	width: 670px;
	padding: 10px 20px 10px 10px;
	overflow: auto;
}
/* commented backslash hack  - invisible to IE 5 \*/
#centerwrap {
	position: absolute;
	margin: -210px 0 0 -360px;
	left: 50%;
	top: 50%;
}
h1 {
	margin-left: 270px;
	}
/* end hack */

#wrap_menu {
	font: normal 1.5em/1.5em 'lucida grande',tahoma,sans-serif;
	margin-left: 330px;
	text-align: left;
	}
	#wrap_menu a {
		color:#0000FF;
		}
	#wrap_menu ul {
		list-style: none;
		}

#wrap_catalogus {
	margin: 0 auto;
	width: 590px;
	}
#wrap_navigatie {
	margin: 5px 0 10px 0;
	font: normal 1.4em/0.8em 'lucida grande',tahoma,sans-serif;
	text-align: center;
	}
	#wrap_navigatie a {
		border: 1px solid #999999;
		background-color:#CCCCCC;
		color: #0000FF;
		}

#wrap_afbeelding img {
	height: 800px;
	}

#wrap_glitters ul {
	list-style: none;
	}
	#wrap_glitters li {
		float: left;
		margin: 0 10px 10px 0;
		padding: 10px;
		width: 125px;
		height: 160px;
		border: 1px solid #666666;
		text-align: center;
		}
		#wrap_glitters li h3 {
			font: bold 1.4em/1.4em 'lucida grande',tahoma,sans-serif;
			text-transform: capitalize;
			}
	#wrap_glitters dl {
		font: normal 1.1em/0.8em 'lucida grande',tahoma,sans-serif;
		}
		#wrap_glitters dl dt {
			font-weight: bold;
			display: inline;
			}
		#wrap_glitters dl dd {
			display: inline;
			}

#wrap_taalkeuze {
	text-align: center;
	margin: 50px 0;
	font: normal 1em/1em 'lucida grande',tahoma,sans-serif;
	}
	#wrap_taalkeuze h3 {
		font: bold 1.5em/1em 'lucida grande',tahoma,sans-serif;
		margin: 20px 0;
		}
	#wrap_taalkeuze a:hover {
		text-decoration: none;
		}
	#wrap_taalkeuze_landen {
		position: relative;
		text-align: left;
		margin: 0 auto;
		width: 310px;
		}
		#wrap_taalkeuze_landen img {
			border: none;
			margin: 0 10px 0 0;
			}
		#wrap_taalkeuze_landen ul {
			list-style-type: none;
			}
			#wrap_taalkeuze_landen ul li {
				margin: 10px 0;
				}
#wrap_brochure {
	text-align: center;
	}

#wrap_brochure_img {
	margin: 0;
	}
	#wrap_brochure_img img {
		border: 1px solid #000;
		height: 660px;
		}

#wrap_img_menu {
	border: 1px solid #666666;
	margin: 0 0 20px 0;
	padding: 10px;
	}
	#wrap_img_menu ul {
		list-style: none;
		}
		#wrap_img_menu ul li {
			display: inline;
			}
			#wrap_img_menu ul li a {

				}
				#wrap_img_menu ul li a img {
					margin: 0;
					padding: 1px;
					border: 3px solid #ccc;
					width: 60px;
					height: 45px;
					}
					#wrap_img_menu ul li a:hover img {
						background: #ffc;
						border: 3px solid #006699;
						}

#wrap_footer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font: normal 0.8em/1.4em 'lucida grande',tahoma,sans-serif;
	color: #999999;
	}
	#wrap_footer a {
		color: #999999;
		}
