/* created by Emile Blume - 2006 - www.netcreators.nl */

/* -- instellingen voor de twee navigatie balken -- */


#header  ul, #bread, #zoek, #lid {
	line-height: 17px;
	*line-height: 25px;
	height: 25px;
}

#header li {
	float: left;
	list-style: none;
}

#header a, #bread a {
	text-decoration: none;
}

#nav-top1 {	
	background: #000000;
	top: 25px;
	right: 0;
	position: absolute;
	width: 560px;
	text-align: right;
}

#nav-top1 ul {
	float: right;
	width: auto;
	margin-top: 5px;
}

#nav-top1 a {
	border-left: 1px solid #FFCC33;
	color: #FFCC33;
	display: block;
	float: left;
	height: 13px;
	line-height: 13px;
	
	padding-left: 10px;
	padding-right: 10px;
}

#nav-top2 {
	background: #333399;
	width: 534px;
	top: 75px;
	left: 200px;
	position: absolute;
}

#nav-top2 a {
	border: 0;
	color: #FFFFFF;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

#nav-top2 a:hover, #nav-top2 .active {
	background: #990099;
}

/* -- blok voor  broodkruimel navigatie -- */

#bread {
	background: #FFFFFF;
	color: #939598;
	font-size: 10px;
	width: 530px;
	top: 50px;
	left: 210px;
	position: absolute;
}

#bread a {
	color: #939598;
}

#bread span {
	padding: 0 6px 0 0;
}
/* -- blok voor zoeken en lid worden -- */

#header #toolbar {
	height: 50px;
	width: 200px;
	top: 50px;
	right: 0;
	position: absolute;
}

#header #toolbar a {
	color: #000000;
	display: block;
	line-height: 25px;
	height: 25px;
	padding-left: 20px;
}

#lid-worden a{
	color: #990099;
	font-size: 12px;
}

/* -- linker navigatie -- */

#nav-left ul {
	left: 15px;
	top: 25px;
	position: relative;
}

#nav-left li {
	line-height: 20px;
	list-style: none;
}

#nav-left a {
	background: url(../img/arrow.gif) no-repeat left;
	color: #333399;
	font-size: 11px;
	padding-left: 14px;
	text-decoration: none;
}

#nav-left a.active {
	background: url(../img/arrow-down.gif) no-repeat left;	
}

#nav-left a:hover {
	color: #990099;
}

#nav-left ul ul a.active {
	background: none;
	color: #990099;
}

#nav-left ul ul {
	top: 0;
}

#nav-left ul ul a {
	background: none;
	color: #939598;
	padding-left: 0;
}




	
	