/* -- instellingen voor de twee navigatie balken -- */
#header li {
	float: left;
	list-style: none;
}

#header a, #bread a {
	text-decoration: none;
}

#header  ul, #bread, #zoek, #lid {
	line-height: 24px;
	height: 24px;
}

#nav-top1 {	
	top: 75px;
	right: 0;
	position: absolute;
	width: 381px;
	padding-top: 0px !important; 
	padding-top: 6px;
	text-align: right;
}

#nav-top1 ul {
	float: right;
}

#nav-top1 li {
	float: left;
	text-align: right;
}

#nav-top1 a {
	border-left: 1px solid #fff;
	color: #fff;
	line-height: 12px;
	height: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

#nav-top1 li a img {
	top: 3px !important;
	top: 0;
	position: relative;
}

#nav-top2 {
	width: 730px;
	height:26px;
	top: 108px;
	left: 200px;
	position: absolute;
}

#nav-top2 a {
	border:0;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 10px;
	text-transform: normal;
}

#nav-top2 a:hover, #nav-top2 .active {
}

/* -- blok voor  broodkruimel navigatie -- */

#bread {
	background: none;
	color: #939598;
	font-size: 10px;
	width: 516px;
	top: 135px;
	left: 200px;
	position: absolute;
}

#bread a {
	color: #939598;
}

#bread span {
	padding: 0 6px 0 0;
}
/* -- blok voor zoeken-- */

#toolbar {
	background:none;
	height: 20px;
	width: 250px;
	top: 135px;
	right: 0px;
	position: absolute;
}

#toolbar #zoek, #toolbar a {
	display: block;
	height: 24px;
	background: none;
}

#toolbar a {
	color: #000000;
	line-height: 24px;
	padding-left: 20px;
}

a#zoek {
	color: #000000;
	background: none;
}

/* -- linker navigatie -- */
#nav-left {
	width: 190px;
	border: 0px solid #000;
}

#nav-left ul {
	left: 0px;
	top: 0px;
	position: relative;
}

#nav-left li {
	list-style: none;
	margin-bottom: 8px;
}

#nav-left a {
	/*background: url(../img/arrow.gif) no-repeat top left;*/
	color: #00529C;
	display: block;
	font-size: 11px;
	font-weight:bold;
	line-height:14px;
	padding-left: 0px;
	text-decoration: none;
}

#nav-left a.active {
	/*background: url(../img/arrow-down.gif) no-repeat left;	*/
}

#nav-left a:hover {
	color: #FAA61A;
}

#nav-left ul ul a.active {
	background: none;
}

#nav-left ul ul {
	top: 4px;
}

#nav-left ul ul a {
	background: none;
	padding-left: 0;
	font-weight:normal;
}










