/* Div Backgrounds and Colors */
#top {
	background: #fff url(/img/top_bg.png) no-repeat 0 0px;
	border-bottom: 1px solid #000;
}

#bot {
	background: #fff url(/img/bot_bg.png) no-repeat 0 0px;
	border-top: 1px solid #000;
}

#bot img {
	vertical-align:top;
	display:inline;
	float:right;
}

#content {
	background: #fff;
	}

#navigation {
	background: #acde1a url(/img/nav_bg.jpg) no-repeat 50% 168px;
	}

#adspace {
	border-top: 1px solid #000;
}

.plaatje_menu {
	height:168px;
	background:#fff;
	background: #acde1a url(/img/zzp-glued.png) repeat-y 50% 0px;
	border: 0px solid #000;
}

.navigation_menu ul {
	padding:0;
	text-align:left;
	list-style: none;
	width:190px;
	margin:0 auto;
	margin-bottom:10px;
}

.navigation_menu li ul {
	list-style: none;
	padding-left:15px;
	margin:0;
	margin-bottom:10px;
}

.content_head {
	clear:both;
	text-align:right;
}

.content_head ul {
	padding:0;
	margin:10px 0;
}

.content_head ul li{
	list-style:square;
	display:inline;
	padding-left:20px;
}

.content_banner {
	text-align:center;
	margin:20px 0;
}

.search {
	position:absolute;
	top:10px;
	left:0;
	width:230px;
}

#livesearch {
	border:1px solid green;
	border-left:3px solid green;
	width:200px;
}

ul.linklist {
	list-style:none;
	margin:0;
	padding:15px;
}

ul.linklist li {
	list-style:none;
	width:200px;
	margin:0;
	float:left;
	margin:2px 15px;
	border:1px solid #c4ccba;
}

ul.linklist li ul {
	list-style:none;
	margin:0;
	padding:0 2px;
}

ul.linklist li ul li {
	list-style:none;
	margin:0;
	padding:0;
	border:none;
}

ul.linklist li strong {
	background:#c4ccba;
	display:block;
	color: #000;
}

ul.linklist a {
	color:#000;
	text-decoration:none;
	background:#fff;
}

.linklist a {position:relative;background: #fff;}
.linklist a span {display:none;}
.linklist a:hover {background:#fff;}
.linklist a:hover span {
	display:block;
	position:absolute;
	top: 10px;
	left: 30px;
	width:200px;
	background: lightyellow;
	color:#000;
	text-align:left;
	padding:0 4px;
	border:1px solid #c4ccba;
	z-index: 110;
	text-decoration:none;}
/*S042*/
.leftlinks, .rightlinks {
 position:relative;
}
/*S043*/
.leftlinks a, .rightlinks a {
	font-weight:normal;
	background:#fff;
	position:relative;
	color: #000;
}
/*S044*/
.leftlinks a:hover, .rightlinks a:hover {
	background:#f0cd43;
}

/*
	tags
*/

ul.tags {
	background: url('/images/tags.gif') no-repeat 0 1px;	
	line-height:20px;
	padding-left:23px;
	clear:both;
	list-style:none;
	overflow:hidden;
}

ul.tags li {
	float:left;
}
