/* LAY-OUT */
.left {
	background:				transparent url(../img/tr_logo.gif) 0px 26px no-repeat;
}
.top {
	background:				transparent url(../img/tr_top.png) 0px 0px no-repeat;
}
.content {
	background:				transparent url(../img/eightyfive.png) 0px 0px repeat;
}
.content.home {
	background:				transparent url(../img/tr_color.png) 0px 0px no-repeat;
	color:						#fff;
}
.zoeken {
	margin-top:				26px;
	background:				transparent url(../img/seventy.png) 0px 0px no-repeat;
}
.nieuws {
	background:				transparent url(../img/seventy.png) 0px 0px no-repeat;
}
.extra {
	background:				transparent url(../img/tr_color_right.png) 0px 0px no-repeat;
}
.adres {
	background:				#00a1e4;
}


/* MENU STYLEN */
#menu_v li ul li a:hover,
#menu_v li.sub ul li a:hover {
	background-color:	#00a1e4;
}
#menu_v li ul li.sub a:hover,
#menu_v li.sub ul li.sub ul li a:hover {
	background-color:	#00a1e4;
}


/* TABEL STYLEN */
.content table tr.head td {
	background-color:	#00a1e4;	
}
.content table tr.row td {
	background-color:	#e5f2f5;
}