/* created by Emile Blume - 2007 - www.netcreators.nl */

/* -- instellingen voor de twee navigatie balken -- */

#header  ul {
	height: 19px;
}

#nav-top1 {
	width: 200px;
	background-color: #FFCC33;
}

#nav-top1 ul {
	width: 100%;
	line-height: 14px;
}

#header #nav-top1 li {
	float: right;
}

#nav-top1 a {
	border-left: 1px solid #FFCC33;
	color: #990099;
	line-height: 16px;
	height: 13px;
	font-weight: bold;
}

#nav-top1 a:hover, #nav-top1 .active {
	color: #990099;
}

#nav-top2 {
	background: none;
	border-bottom: 5px solid #990099;
	top: 76px;
	z-index: 4;
}

#nav-top2 ul {
	line-height: 19px;
	_line-height: 19px;
	*line-height: 19px;
}

#nav-top2 a {
	background: url(../img/bg-nav-top-right.gif) no-repeat right top;
	color: #990099;
	padding-left: 5px;
}

#nav-top2 a:hover, #nav-top2 a.active {
	background-color: transparent;
	background: url(../img/bg-nav-top-right-act.gif) no-repeat right top;
	color: #FFFFFF;
	padding-left: 5px;
}



/* -- blok voor  broodkruimel navigatie -- */

#bread {
	background: #990099;
	color: #ffffff;
	font-size: 10px;
	width: 530px;
	top: 95px;
	left: 210px;
	position: absolute;
}

#bread a {
	color: #939598;
	padding-right: 6px;
}

#bread span {
	padding: 0 6px 0 0;
}
/* -- blok voor zoeken en lid worden -- */

#bread {
	display: none;
}

#toolbar {
	background: #FFFFFF;
	height: 25px;
	width: 200px;
	top: 50px;
	right: 0;
	position: absolute;
	z-index: 1;
}

#toolbar #zoek, #toolbar a {
	display: block;
	height: 25px;
	padding-left: 10px;
}

#toolbar a {
	color: #000000;
	line-height: 25px;
	padding-left: 20px;
}

.tx-macinasearchbox-pi1 {
	background-color: #ffffff;
}

.tx-macinasearchbox-pi1 input {
	background-color: #CCCCCC;
	border: 1px solid #666666; 
}

#toolbar #lid-worden {
	display: none;
	}

/* -- linker navigatie -- */

#nav-left {
	margin-top: 180px;
}

#nav-left a {
	background: url(../img/arrow.gif) no-repeat left top;
	color: #1c327d;
}

#nav-left a.active {
	background: url(../img/arrow-down.gif) no-repeat left top;	
}

#nav-left a:hover {
	color: #33b1e4;
}

#nav-left ul ul a {
	background: none;
	color: #1c327d;
	font-weight: normal;
	padding-left: 0;
}

#nav-left ul ul a.active {
	background: none;
	color: #33b1e4;
}
