/* LAY-OUT */
.top {
	background:				transparent url(../img/hom_top.png) 0px 0px no-repeat;
}
.left {
	background:				transparent url(../img/hom_logo.gif) 0px 26px no-repeat;
}
.adres {
	background:				#c0722f;
}
.right {
	background:				transparent url(../img/gp_rbg.png) 0px 0px no-repeat;
}
.zoeken {
	margin-top:				86px;
	background:				transparent url(../img/seventy.png) 0px 0px no-repeat;
}
.nieuws {
	background:				transparent url(../img/seventy.png) 0px 0px no-repeat;
}
.content {
	background:				transparent url(../img/eightyfive.png) 0px 0px repeat;
}
.content.home {
	/* background:				transparent url(../img/hom_color_copy.png) 0px 0px no-repeat; */
	background:				transparent url(../img/hom_color.png) 0px 0px no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 23px; */
}
.content.home a {
	color :#fff;
}
.extra {
	background:				transparent url(../img/hom_color_right.png) 0px 0px no-repeat;
}


/* MENU STYLEN */
#menu_v li ul li a:hover,
#menu_v li.sub ul li a:hover {
	background-color:	#c0722f;
}
#menu_v li ul li.sub a:hover,
#menu_v li.sub ul li.sub ul li a:hover {
	background-color:	#c0722f;
}


/* TABEL STYLEN */
.content table tr.head td {
	background-color:	#c0722f;	
}
.content table tr.row td {
	background-color:	#fef2de;
}
