/*** algemeen ***/
img#bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1024px) {
	img#bg {
		left: 50%;
		margin-left: -512px; }
}

div#page {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 
	background: url(gfx/page-bg-2.png) 50% 0 no-repeat;
}
#home div#page {
	background: url(gfx/page-bg.png) 50% 0 no-repeat;
}
#header {
  width: 1020px;
  margin: 0 auto;
  background: url(gfx/header-bg.png) 0 0 no-repeat;
  height: 252px;
  position: relative;
}
#content {
  width: 936px;
  padding: 20px 28px 20px 56px;
  margin: 0 auto;
  background: url(gfx/content-bg.png) 0 0 repeat;
}
#home #content {
  padding: 0 28px 0 56px;
}
#footer {
  height: 150px;
  background: url(gfx/footer.png) 50% 0 no-repeat;
}

body {
  margin: 0;
  padding: 0;
}

body, input, table, textarea, select, pre {
  font: 12px/1.5em Arial, Helvetica, sans-serif;
  color: #363636;
}

#menu {
  position: absolute;
  right: 0px;
  top: 5px;
  z-index: 100;
}
#menu ul, #menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu ul {
  height: 27px;
}
#menu li {
  float: left;
  padding: 0 33px 0 0;
  position: relative;
}
#menu li.li-last {
  padding: 0;
}
#menu a {
  display: block;
  height: 27px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0 0 6px 0;
}
#menu a:hover, #menu li:hover a, #menu a.current {
  background-position: 0 -27px;
}
/*
.edit #menu a {
  width: 120px;
}
*/
#menu a span {
  display: none;
}
/*
.edit #menu span {
  display: inline;
}
*/

#menu ul ul {
  display: none;
  height: auto;
  position: absolute;
  left: 0;
  top: 28px;
}
#menu ul li:hover ul {
  display: block;
}
#menu ul ul li {
  float: none;
  margin: 0 0 1px 0;
  padding: 2px 5px;
  background: #e68a00;
  border: 1px solid white;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity:80);
  width: 170px;
}
* html #menu ul ul li {
  height: 1%;
}
#menu ul ul a {
  display: block;
  color: black;
  width: 170px;
  padding: 0;
  margin: 0;
}
#menu ul ul a span {
  display: inline;
}
#page #menu ul ul ul {
  display: none;
}

#header form {
  margin: 0;
  padding: 0;
}
#header select,
#header input {
  color: #666666;
}
/*
#header select:focus,
#header input.wbfocus {
  color: black;
}
*/
#header #zoekbtn {
  position: absolute;
  left: 853px;
  top: 200px;
  width: 100px;
  height: 32px;
}
#header input.wbblur {
  color: #aaa;
}

#trefwoord {
  position: absolute;
  left: 55px;
  top: 209px;
  font-size: 10px;
  margin: 0;
  padding: 1px 0;
  width: 210px;
}

#beroepscategorie {
  position: absolute;
  left: 276px;
  top: 209px;
  font-size: 10px;
  margin: 0;
  padding: 1px 0;
  width: 250px;
}

#locatie {
  position: absolute;
  left: 590px;
  top: 209px;
  font-size: 10px;
  margin: 0;
  padding: 1px 0;
  width: 210px;
  /*
  filter: alpha(opacity:80);
  background: red;
  */
}

/*** div tekst ***/
#tekst {
}
#home #tekst,
#home #tekst table {
  font-size: 13px;
  
}

#tekst h1 {
  font-size: 140%;
  margin-bottom: 0;
}
#tekst h2 {
  font-size: 120%;
  margin-bottom: 0;
}
#userlogin h1, #userlogin h2 {
  font-size: 160%;
}
#userlogin form {
  background: url(gfx/grijze-balk.png) 0 100% no-repeat;
  height: 200px;
  margin: 0 -28px 0 -56px;
  padding: 0 28px 0 56px;
  width: 936px;
}
#userlogin form#loginform {
  height: 295px;
}
#userlogin form#loginform div {
  width: 460px;
  height: 160px;
  padding: 20px;
  background: url(/banen/images/banen/home_wit_vlak_linksboven.png) 0 0 no-repeat;
  /*
  background: white;
  filter:alpha(opacity:80);
  opacity: .8;
  padding: 4px;
  */
}
#userlogin form#loginform div p {
  margin: 1em 0;
}
#userlogin form#loginform div h1 {
  margin-top: 0;
}

#tekst h3 {
  font-size: 100%;
  margin-bottom: 0;
}
#tekst p {
  margin-top: 0;
}
#tekst a {
  color: #F09113;
}

#home #tekst h2 {
  background: url(gfx/grijze-balk.png) 0 0 no-repeat;
  margin: 0 -28px 0 -56px;
  padding: 0 28px 0 56px;
  line-height: 36px;
  color: white;
  font-size: 28px;
  width: 936px;
}
#home #tekst a {
  text-decoration: none;
  font-weight: bold;
}
#home #tekst a:hover {
  text-decoration: underline;
}

#tekst form p {
  margin-bottom: 0;
}

/*** search pages ***/
#sq {
  text-align: center;
}

.searchquery {
  width: 420px;
  margin-left: auto;
  margin-right: auto;
}
.google {
  width: 260px;
}
.searchquery label, .searchquery input, .searchquery select {
  width: auto;
  display: block;
  vertical-align: middle;
}
.searchquery label {
  padding: 6px 0 0;
  margin:0;
}

.searchmode {
  display: none;
}

.searchheader {
}

.searchrow {
  padding-bottom: 1em;
}

.searchinfo {
  font-size: 80%;
}
.searchinfo a {
  font-size: 125%;
}

/*** forms ***/
form {
  padding-bottom: 10px;
}

label, .input {
  width: 12em;
  margin: 6px 0;
  vertical-align: top;
}

label, input, .input, textarea, select {
  display: block;
  float: left;
  margin-bottom: 6px;
}
input, textarea, select {
  margin-top: 4px;
  width: 250px;
}
select, .input {
  width: auto;
}

/*** newsletters/news ***/
.more {
}
.more:hover {
}
.more img {
  vertical-align: middle;
  margin: 0!important;
  border: 0!important;
}

/*** print ***/
.printonly {
  display: none;
}

.button {
  width: auto;
}

.aw {
  width: auto;
}


p.error, p.message {
  border: 2px solid #ff9900;
  background: #ffdddd;
  color: red;
  padding: 4px;
}
p.message {
  background: white;
  color: black;
}

#tekst .wlsearch ul, #tekst .wluser ul {
  padding: 0px 0 20px 0;
  margin: 0;
  list-style: none;
  clear: both;
}
#tekst .wlsearch a.current, #tekst .wluser a.current {
  text-decoration: underline;
}
#tekst .wlsearch ul.sibling, #tekst .wluser ul.sibling {
  padding: 0;
  margin: 0;
}
#tekst .wlsearch ul.bottom, #tekst .wluser ul.bottom {
  padding-top: 20px;
}
#tekst .wlsearch li, #tekst .wluser li {
  float: left;
  background: url(gfx/bullet.png) 0 0 no-repeat;
  padding: 0 10px 0 15px;
  white-space: nowrap;
}

#top_progress, #bottom_progress {
  margin: 25px 15px 10px;
  padding: 4px;
  display: none;
}
#bottom_progress {
  margin: 1em 0 0;
}
#top_progress img, #bottom_progress img {
  vertical-align: middle;
  margin: 0.5em;
}

#tekst table.wltable {
  border-collapse: collapse;
  background: #efefef;
  width: 100%;
}
#tekst table.wltable th, 
#tekst table.wltable td {
  border: 1px solid #ccc;
  text-align: left;
  vertical-align: middle;
  padding: 4px;
}
#tekst table.wltable thead th {
  background: #dedede;
}
#tekst table.wltable tbody th {
  font-weight: normal;
}
#tekst table.wltable tbody td {
  width: 1%;
}
#tekst table.wltable td img {
  margin: 0;
}
#usermatchagents .hr,
#uservacancies .hr {
  margin: 1em 0;
}
#usermatchagents ul.add,
#uservacancies ul.add {
  padding: 10px 0 0 0;
}

#googleads {
  padding: 10px 30px 0;
}

#vacancyform input, #vacancyform textarea, #vacancyform select.fw {
  width: 358px;
}
#vacancyform select.fw {
  width: 363px;
}
#page #vacancyform .aw, #page #vacancyform .radio {
  width: auto;
}
#tekst .hr {
  width: 936px;
  height: 0;
  border-top: 1px dashed #363636;
}

#searchresults thead th {
  background: white;
  padding: 4px;
  text-align: left;
}
#searchresults tbody td {
  background: white;
  filter:alpha(opacity:90);
  opacity: .9;
  padding: 4px;
}
#searchresults tbody td a {
  display: block;
}
#tekst #searchresults p {
  margin-top: 1em;
}

#searchresults tbody .odd td {
  background: white;
  filter:alpha(opacity:80);
  opacity: .8;
}

#location_fields {
  padding-left: 12em;
}

#searchdetails h1 {
  margin-bottom: 1em;
}

#searchdetails th {
  text-align: left;
  white-space: nowrap;
}
#searchdetails .wlhi {
  background: #ff9900;
}
#searchdetails table {
  margin: 0;
  padding: 0;
}

#searchdetails td {
  padding: 4px;
  background: white;
  filter:alpha(opacity:70);
  opacity: .7;
  color: black;
}
#searchdetails td.label {
  filter:alpha(opacity:90);
  opacity: .9;
  font-weight: bold;
}

