/* --- djz.css - Laat je raken - De Jeugdzorg --- */

/*
light:				#fff0d9;
normal:				#ffcc80;
dark:					#ff9900;
mainNav selected:	#ff7a00;
*/

/*
#mainNav li {
	margin-left: 15px;
}*/

h1, h2, h3, legend,
a,
.date,
#breadcrumb a:hover, #breadcrumb a:focus, #breadcrumb a:active, 
#breadcrumb span,
#siteSearch label,
#notify button,
#notify .button,
#notifyVac button,
#notifyVac .button,

/* content: */
.cnt a.more,
.cntPrintHeader p.printPage a,
.cntSearch button,
.cntPagination .selected a,
.cntSearchResults h2,
.cntSearchResults ul.crumbPath,
.cntOplSearchResults a.more,
.cntVacSummary p a.more,
.cntVacSummary p.printPage a,
.cntVacSearch button,
.cntVacSearch em,
/* sideBar: */
.sbrTextVisual a.more,
.sbrText a.more,
.sbrEmployers p span,			
.sbrEmployers li p a,
.takeaction a,
/* navBar: */
.nbrSubNav ul.nav li.selected a {
	color: #ff9900;
}

#breadcrumb a {
	color: #ffcc80;
}

/*
#mainNav .selected a img,
#mainNav a:hover img, #mainNav a:focus img, #mainNav a:active img,
#mainNav li.jsHover img,
#mainNav li:hover img, #mainNav li:focus img, #mainNav li:active img,
#mainNav li li a:hover, #mainNav li li a:focus, #mainNav li li a:active,
#mainNav li.selected li a:hover, #mainNav li.selected li a:focus, #mainNav li.selected li a:active,
#mainNav li li.selected a {
	background-color: #ff7a00;
}

#mainNav a img,
#mainNav ul ul,
#mainNav li li a,
#mainNav li.selected li a {
	background-color: #ff9900;
}

.frame,		
#mainNav .selected a,
#mainNav .selected a:hover, #mainNav .selected a:focus, #mainNav .selected a:active,
*/
#notify .popup,
#notifyVac .popup,
/* content: */
.cntVacSearch .frame {
	background-color: #ffcc80;
}
	
/*#mainNav a:hover, #mainNav a:focus, #mainNav a:active,*/
.frameBase,
/* content: */
.cntHome,
.cntActueel,
.cntActOverviews .news ul li.odd,
#content .cntTeasers,
.cntOplSearch,
.cntVacSearch .frameBase,
.cntVacSearch .resultFilter {
	background-color: #fff0d9;
}
	
/*#siteSearch input,*/
#notify input,
#notifyVac input,
/* content: */
.cntSearch input,
.cntOplSearch select,
.cntVacSearch input,
.cntVacSearch select,
/* navBar: */
.nbrVacSearch input,
.nbrVacSearch select {
	border-color: #ff9900;
}



/* content: */
.cntTextImageRight_wide,
.cntTextImageLeft_wide,	
.cntSearch,
.cntPagination,
.cntSearchResults ol li,
.cntOplSearchResults ol li,
.cntVacSummary,
.cntVacSearchResults ol li {
	border-color: #fff0d9;
}

#siteLogo a:focus
/*,#mainNav a:focus*/ {
	outline-color: #ffcc80;
}

#breadcrumb li li a {
	background-image: url(../../Images/Campaign/divider_djz_breadcrumb.gif);
}
		
#breadcrumb li li a:hover, #breadcrumb li li a:focus, #breadcrumb li li a:active,
#breadcrumb li li span {
	background-image: url(../../Images/Campaign/divider_djz_breadcrumb_curr.gif);
}

/*
#mainNav {
	background-image: url(/Images/Campaign/bg_djz_mainnav.gif);
}
*/
					
#notify button,
#notify .button,
#notifyVac button,
#notifyVac .button,
/* content: */
.cnt a.more,
.cntPrintHeader p.printPage a,
.cntSearch button,
.cntSearchResults ul.crumbPath li li,
.cntOplSearchResults a.more,
.cntVacSummary p.printPage a,
.sbrTextVisual a.more,
.sbrText a.more,
.nbrSubNav ul.nav li.selected a {
	background-image: url(../../Images/Campaign/ico_djz_submit.gif);
}

.cntVacSearch button {
	background-image: url(../../Images/Campaign/button_djz_submit_color.gif);
}

.cntActOverviews .agenda a.prev {
	background-image: url(../../Images/Campaign/ico_djz_back.gif);
}

.cntPrintHeader p.printPage,
.cntVacSummary p.printPage {
	background-image: url(../../Images/Campaign/ico_djz_printpage.gif);
}

a.highlighted {	
	background:url(../../images/laatjeraken/layout/icon_highlighted_jeugdzorg.png) bottom left no-repeat;
}	

a.newsletterImageLink {	
	background:url(/images/laatjeraken/layout/newsletter_jeugdzorg.gif) bottom left no-repeat;
}


/** MENU **/

.menu {
	width:770px; 
	height:32px; 
	position:relative; 
	/*top:-16px;*/
	top:-14px;
	/*left:61px;*/
	left:47px;
	float:left;
	z-index:1000; 
	font-family:arial, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:770px;
	left:104px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	z-index:100;
}

.menu ul ul {
	width:149px;
	z-index:1000;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:auto;
	position:relative;
	margin:0;
}
*:first-child+html .menu li {
	margin-left:0;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#fff; 
	width:92px; 
	height:30px; 
	border-right:1px solid #FFE0B2;
	border-width:1px 1px 1px 1px;
	border-color: #FFE0b2; 
	background:#ff9900; 
	/*padding-left:10px;*/
	padding-left:6px;
	padding-right:6px;
	/* padding-top:4px; */
	line-height:29px; 
	font-weight:bold;
	text-align:center;	
}
.menu a.active {
	border-bottom:11px solid #FFE0B2;
	background-color:#ffae33;
	z-index:10;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:92px; 
}
.menu a.last {
	border-right:0;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	/*top:34px;*/
	top:30px;
	left:0; 
	z-index:1000;
}



/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#ff9900; 
	color:#FFF; 
	height:auto; 
	line-height:1em; 
	padding:8px 10px; 
	width:128px;
	border-width:1px 1px 1px 1px;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #FFE0B2;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:128px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#fff; 
	background:#ffae33;	
	border-bottom:11px solid #FFE0B2;
}
	.menu ul ul a:hover {
		border-bottom:0;
	}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff; 
	background:#ffae33;
	border-bottom:1px solid #FFE0B2;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul { 
	visibility:visible;
}
