* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #fff url('../images/background.gif') top left repeat-x;
	background-position: 0px 24px;
	font-size: .7em;
 	width: 100%;
}

h1 {
	margin-top: 20px;
	float: left;
}

#pagewrap {
	width: 800px;
	margin: auto;
}

/* and more ...*/
#container {
	position: absolute;
	top: 165px;
	width: 800px;
}

#contactlink {
	float: left;
	text-decoration: none;
	font-weight: bold;
}

#logo {
	height: 21px;/* 16+5 */
	display: block;
	margin-left: 40px;
}

#imagecontainer {
	width: 800px;
	border-bottom: 2px solid #2ba0e6;
	height: 200px;
	overflow: hidden;
}

#content {
	background: #fff url('../images/contentbackground.gif') top left no-repeat;
	height: 20px;
	width: 800px;
	line-height: 1.5em;	
}

.clear {
	clear: both;
}

.column {
	width: 370px;
	float: left;
	margin-right: 20px;
/*	padding-right: 2em;/*padding is evil, em is hell*/
}

/* menu */

/* main menu base*/
#navigation {
	position: absolute;
	top: 18px;
	width: 800px;
	height: 26px;
	background-color: black;
	color: white;
	font-weight: bold;
	letter-spacing: 0.1em;
	vertical-align: bottom;
}
#navlist, #navlist ul {
/*	padding: 6px 0 0 0;/*padding is evil, em is hell*/
 	list-style: none;
}

#navlist li {
	background: black;
	text-transform: capitalize;
	text-indent: .5em;
 	float: left;
 	position: relative;
	width: 152px;/* 160 - li a padding-left*/
	height: 20px;
	font-size: 11px;
	display: block;
}

/*background submenu items*/
#navlist ul li {
	background: transparent;
	top: 8px;
}

/*main menu items*/
#navlist li a {
	color: white;
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: block;
	padding-top: 6px;
	padding-left: 8px;
}

#navlist ul .normal a {
	vertical-align: middle;
	padding-top: 2px;
	display: block;
	color: #eb7305;/*orange*/ 
	height: 18px;/*20-padding-top*/
	width: 100%;
}

#navlist ul .normal a:hover,
#navlist ul .activesub a { 
/*	background-color: #2ba0e6;*/
	color: #2ba0e6;/*blue*/
	background: transparent url('/images/pijltje_blauw.png') top left no-repeat;
	background-position: 0px 6px;
	padding-top: 2px;
	z-index: 99;
}
/*#nav li a:hover { color: #eb7305; }*/

#navlist li ul li {
	text-transform: capitalize;
	font-weight: normal;
}

#navlist li ul {
	/*_display: none;*/
  	position: absolute; 
  	top: 1.8em;
  	left: 0;
}

#navlist li:hover ul, #navlist li.over ul{ display: block; }

#navlist ul ul {
	/*_display: none;*/
}

/*Background image arrow for pointing at the current main-item*/
#navlist .treenode .treeclosed .parent,
#navlist .treenode .treeclosed,
#navlist .treenode .parent {
	background: transparent url('/images/pijltje_wit_gesloten.gif') top left no-repeat;
	background-position: 0px 8px;
}
#navlist .treenode .treeopen .parent,
#navlist .treenode .treeopen,
#navlist #active {
	cursor: default;
	background: transparent url('/images/pijltje_wit_open.gif') top left no-repeat;
	background-position: 0px 9px;
}
