/****************************************************************************/
/************************* CASCADING STYLE SHEET SQUATRA ********************/
/****************************************************************************/

body.focus {
	background:url(images/focus/focus_bg.png) #fcfdfe repeat-x;
}

/****************************************************************************/
/******************************** DROPLINE MENU *****************************/
/****************************************************************************/

body.focus #dropline {
	background:url(images/focus/focus_dropline_kies.png) 0 1px no-repeat;
}

body.focus #dropline li a {
	background:url(images/focus/focus_dropline.png) right top #f7852a no-repeat;
}

body.focus #dropline li a:hover {
	background:url(images/focus/focus_dropline.png) right top #faa139 no-repeat;
}

body.focus #dropline li a:hover b {
	background:url(images/focus/focus_dropline_arrow.png) bottom center no-repeat;
	color:#5a428e;
}

body.focus #dropline li:hover > a {
	background:url(images/focus/focus_dropline.png) right top #faa139 no-repeat;
}

body.focus #dropline li:hover > a b {
	background:url(images/focus/focus_dropline_arrow.png) center 39px no-repeat;
	color:#5a428e;
}

body.focus #dropline ul li a {
	background:url(images/focus/focus_dropline_sub_item.png) right no-repeat;
	color:#843b00;
}

body.focus #dropline ul li a:hover {
	background:url(images/focus/focus_dropline_sub_item.png) right no-repeat;
	color:#5a428e;
}

body.focus #dropline ul li a.last,
body.focus #dropline ul li a:hover.last{
	background:none;
}

/****************************************************************************/
/********************************** SIDEBAR *********************************/
/****************************************************************************/

body.focus #body .sidebar h4 {
	background:url(images/focus/focus_h4.png) 6px 7px #d9e7ed no-repeat;	
	color:#f7852a;
}

/****************************************************************************/
/******************************** BESTEMMINGEN ******************************/
/****************************************************************************/

body.focus #body .sidebar ul.bestemmingen li a {
	background:url(images/focus/focus_sidebar_bestemmingen.png) no-repeat;
	color:#225268;
}

body.focus #body .sidebar ul.bestemmingen li a:hover,
body.focus #body .sidebar ul.bestemmingen li.current a {

	font-weight:bold;
	color:#5a428e;
}

body.focus #body .sidebar ul.bestemmingen li.current ul li a {
	background:url(images/focus/focus_sidebar_bestemmingen_sub.png) no-repeat;
	font-weight:normal;
	color:#225268;
}

/****************************************************************************/
/********************************** CONTENT *********************************/
/****************************************************************************/

body.focus #body .content h1.overzicht {
	background:url(images/focus/focus_h1_overzicht.png) repeat-x;
	color:#fff;
}

body.focus #body .content h1.menu {
	color:#003e59;
}

body.focus #body .content h1.detail {
	color:#5d4491;
}

/****************************************************************************/
/*********************************** RIGHT **********************************/
/****************************************************************************/

body.focus #body .right ul.opties li a {
	background:url(images/focus/focus_right_opties.png) no-repeat;
}

body.focus #body .right ul.opties li a:hover {
	background-position:left bottom;
}

/****************************************************************************/
/******************************** INBEGREPEN ********************************/
/****************************************************************************/

body.focus #body .right ul.inbegrepen li {
	background:url(images/focus/focus_right_inbegrepen.png) 0 6px no-repeat;
}

#body .right .padding ul li {
	background:url(images/focus/focus_right_inbegrepen.png) 0 6px no-repeat;
}

/****************************************************************************/
/*********************************** NIEUWS *********************************/
/****************************************************************************/

body.focus #body .right .nieuws {
	background:url(images/focus/focus_right_nieuws.png) #5996b1 no-repeat;
	color:#fff;
}

body.focus #body .right .nieuws .bottom {
	background:url(images/focus/focus_right_nieuws_bottom.png) no-repeat;
}