@charset "utf-8";
/* CSS Document */

#header {
	float:left;
	width:999px;
	height:179px;
}

#header-top {
	height:80px;
	float:left;
}

#header-bottom {
	float:left;
	height:100px;
	width:999px;
}

#logo {
	margin-top:15px;
	margin-left:2px;
	float:left;
	width:663px;
	height:65px;
}


/**** Aanmelden ****/

#aanmelden {
	float:left;
	height:65px;
	margin-top:15px;	
}

span.aanmelden {
	display:block;
	margin-top:10px;
	width:58px;
	margin-right:13px;
	float:left;
	text-align:right;
	color:#9a9999;
	font-weight:bold;
}

#aanmelden-soort {
	float:left;
	width:263px;
	height:65px;

}

a.aanmelden-werknemer:link, a.aanmelden-werknemer:visited, a.aanmelden-werknemer:active,
a.aanmelden-werkgever:link, a.aanmelden-werkgever:visited, a.aanmelden-werkgever:active {
	display:block;
	width:131px;
	height:32px;
	float:left;
}

a.aanmelden-werknemer:link, a.aanmelden-werknemer:visited, a.aanmelden-werknemer:active {
	background:url(../images/header/aanmelden-werknemer-a.png) no-repeat left top;	
	margin-right:1px;
}
a.aanmelden-werknemer:hover {
	background:url(../images/header/aanmelden-werknemer-ahover.png) no-repeat left top;
}
a.aanmelden-werkgever:link, a.aanmelden-werkgever:visited, a.aanmelden-werkgever:active {
	background:url(../images/header/aanmelden-werkgever-a.png) no-repeat left top;	
}
a.aanmelden-werkgever:hover {
	background:url(../images/header/aanmelden-werkgever-ahover.png) no-repeat left top;
}

a.aanmelden-werknemer span {
	display:none;
}

a.aanmelden-werkgever span {
	display:none;
}


/**** Hoofd menu ****/

#header-left {
	width:721px;
	float:left;
	height:100px;
}

ul.hoofdmenuul {
	float:left;
	display:block;
	height:29px;
	width:721px;
	margin-left:1px;
}
ul.hoofdmenuul li {
	display:block;
	height:29px;
	float:left;
}

ul.hoofdmenuul li a:link, ul.hoofdmenuul li a:visited, ul.hoofdmenuul li a:active {
	width:auto;
	height:29px;
	float:left;
	line-height:24px;
	color:#fff;
	text-decoration:none;

	background:url(../images/header/hoofdmenuul-a-bg.png) left top no-repeat;
	padding-left:10px;
	margin-right:3px;
}

ul.hoofdmenuul li a:hover {
	background:url(../images/header/hoofdmenuul-a-hover-bg.png) left top no-repeat;
}

ul.hoofdmenuul li a:link span, ul.hoofdmenuul li a:visited span, ul.hoofdmenuul li a:active span {
	width:auto;
	background:url(../images/header/hoofdmenuul-a-span.png) right top no-repeat;
	padding-right:10px;
	height:29px;
	cursor:pointer;
	font-size:12px;
	display:block;
	line-height:24px;
	letter-spacing:1.1px;
}

ul.hoofdmenuul li a:hover span {
	background:url(../images/header/hoofdmenuul-a-hover-span.png) right top no-repeat;	
}

ul.hoofdmenuul li.hoofdmenuulactive a:link, ul.hoofdmenuul li.hoofdmenuulactive a:active, ul.hoofdmenuul li.hoofdmenuulactive a:visited {
	background:url(../images/header/hoofdmenuul-a-hover-bg.png) left top no-repeat;		
}

ul.hoofdmenuul li.hoofdmenuulactive a:link span, ul.hoofdmenuul li.hoofdmenuulactive a:active span, ul.hoofdmenuul li.hoofdmenuulactive a:visited span {
	background:url(../images/header/hoofdmenuul-a-hover-span.png) right top no-repeat;	
}


/**** De snelzoeker ****/

#snelzoeken {
	float:left;
	margin-top:34px;
	width:721px;
	margin-left:4px;
	height:20px;
}

#directzoeken {
	float:left;
	margin-top:-25px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

#snelzoeken img {
	float:left;
	margin-right:9px;
	margin-top:-17px;
}

#snelzoekeninner {
	float:left;	
}

#snelzoeken form {
	float:left;	
	margin-top:-2px;

}

#snelzoeken form input, #snelzoeken form select {
	font-size:10px;
	/*width:120px;*/
}

#snelzoeken form input[type="text"] {
	float:left;
	margin-right:3px;
	padding-left:2px;
	width:100px;
	height:13px;
}

#snelzoeken form input:focus, #snelzoeken form select:focus {
	background:#b9f7ff;	
}

button.snelzoekbutton {
	float:left;
	height:19px;
	display:block;
	width:50px;
	border:none;
	background:url(../images/header/zoekbutton.png) left bottom no-repeat;
	cursor:pointer;
	margin-left:5px;
}

button.snelzoekbutton:hover {
	background:url(../images/header/zoekbuttonhover.png) left bottom no-repeat;
}



/**** inloggen velden ****/

img.inloggentab {
	margin-left:14px;	
	margin-top:-4px;
	float:left;
}

#header-right {
	float:left;	
	width:270px;
}

#header-right a {
	text-decoration:none;
}

#header-right a .wachtwoordvergeten {
	float:left;
	margin-top:-6px;
	margin-left:80px;
	font-size:10px;
	color:#ffffff;
	text-decoration:underline;
}

#header-right a:hover .wachtwoordvergeten {
	text-decoration:none;
}

#header-right form {
	float:left;	
	margin-left:78px;
	margin-top:10px;
}

#header-right form input[type="text"] {
	border:none;
	font-size:10px;
	height:17px;
	padding-top:0px;
	display:block;
	color:#fff;
	padding-left:2px;
	width:144px;
	float:left;
	margin-top:-10px;
	background:url(../images/header/inlogveld-bg.gif) left top no-repeat;
	margin-bottom:10px;
}

#header-right form input[type="password"] {
	border:none;
	font-size:10px;
	height:17px;
	padding-top:0px;
	display:block;
	color:#fff;
	padding-left:2px;
	width:144px;
	float:left;
	margin-top:-1px;
	background:url(../images/header/inlogveld-bg.gif) left top no-repeat;
	margin-bottom:10px;
}

button.inloggengobutton {
	display:block;
	height:17px;
	width:35px;
	float:left;
	cursor:pointer;
	border:none;
	margin-left:5px;
	background:url(../images/header/inloggengo.png) left bottom no-repeat;
}
button.inloggengobutton:hover {
	background:url(../images/header/inloggengohover.png) left bottom no-repeat;	
}

button.button-uitloggen {
  display:block;
  margin-top:4px;
  float:left;
  width:67px;
  height:13px;
  cursor:pointer;
  border:none;
  background: url('../images/header/log-uit.png') left bottom no-repeat;

}

button.button-uitloggen:hover {
  background: url('../images/header/log-uit-hover.png') left bottom no-repeat;
}

/* Onder de header staan de breadcrums en tekstlinks */
#breadcrums-tekstlinks {
	float:left;
	width:100%;
	margin-top:10px;
	font-size:11px;
}


#breadcrums {
	width:738px;
	float:left;
	color:#000;
}

#breadcrums a:link, #breadcrums a:visited, #breadcrums a:active {
	text-decoration:none;
	color:#000;
}

#breadcrums a:hover {
	color:#e22326;
	text-decoration:underline;
}

/* aktieve breadcrum */
#breadcrums a.breadcrumsactive:link, #breadcrums a.breadcrumsactive:visited, #breadcrums a.breadcrumsactive:active {
	color:#e22326;
	text-decoration:underline;}

#breadcrums a.breadcrumsactive:hover {
	color:#e22326;
	text-decoration:underline;
}

#tekstlinks {
	float:left;
	font-size:11px;
	color:#646464;
}

#tekstlinks a:link, #tekstlinks a:active, #tekstlinks a:visited {
	color:#646464;
	text-decoration:underline;
}

#tekstlinks a:hover {
	color:#e22326;
	text-decoration:none;	
}


/* -- ingelogd --- */

#ingelogd-tekst {
	float:left;
	margin-top:15px;
	margin-left:-20px;
	width:170px;
	height:70px;
	line-height:16px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
}


#ingelogd-tekst a {
	line-height:16px;
	color:#ffffff;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

#ingelogd-tekst a:hover {
	text-decoration:none;
}

button.button-uitloggen {
	float:left;
	margin-top:-29px;
	margin-left:90px;
}

#inlogmelding {
	float:right;
	margin-right:40px;
	color:#ff9002;
	font-size:11px;
	font-weight:normal;
}

option.hoofdgroep {
  font-weight:bold;
}