html, body { height: 100%; }
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #e6e7e9;

  scrollbar-base-color: #fff;
  scrollbar-arrow-color: #015eab;
  scrollbar-3dlight-color: #fff;
  scrollbar-darkshadow-color: #ccc;
  scrollbar-face-color: #e5eef6;
  scrollbar-highlight-color: #fff;
}
#vertical {
  height: 100%;
  padding: 0;
  margin: 0 auto;
  width: 920px;
}
#vertical tr td {
  padding: 0;
}
#container {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  background-color: #fff;
}

#header {
  margin: 0;
  height: 88px;
  position: relative;
  z-index: 10;
  background: transparent url(../images/layout/header_bg.gif) 236px 0 no-repeat;
}

#header h1 {
  position: absolute;
  top: 6px;
  left: 22px;
}
#header h1 a {
  width: 200px;
  height: 67px;
  padding: 0;
}

#header #subnav {
  height: 18px;
  line-height: 18px;
  position: absolute;
  top: 20px;
  right: 300px;
}
#header #subnav a {
  color: #fb463c;
  font-size: 11px;
  margin: 0 0 0 20px;
}

#buttons {
    right:10px;
    top:15px;
    position:absolute;
    width:285px;
}

#buttons a {
    display:block;
    float:right;
    height:30px;
    margin-left:5px;
}

#buttons #klant {
    background: transparent url(../images/layout/klant_button.gif) no-repeat;
    width:81px;
}

#buttons #recruiter {
    background: transparent url(../images/layout/recruiter_button.gif) no-repeat;
    width:99px;

}

#buttons #coach {
    background: transparent url(../images/layout/coach_button.gif) no-repeat;
    width:86px;

}

#buttons #iro {
    background: transparent url(../images/layout/iro_button.gif) no-repeat;
    width:108px;

}

#buttons #coach-search {
    background: transparent url(../images/layout/coach_search.png) no-repeat;
    width:115px;
}

#irobutton {
    top:13px;
    position:absolute;
    right:5px;
   border:none;
}

#header .loginbox {
  position: absolute;
  left: 112px;
  top: 4px;
  width: 270px;
}

/*** recruiter search ***/
.search_col {
    width:300px;
    float:left;
}

.smallform {
    padding:0px;
}

#benaderen {
    background: transparent url(../images/layout/kandidaat_benaderen.gif) no-repeat;
    width:57px;
    height:42px;
    display:block;
    float:right;
}

#inzichtelijk {
    background: transparent url(../images/layout/cv_inzichtelijk.gif) no-repeat;
    width:57px;
    height:42px;
    display:block;
    float:right;
}


/*** sidebar ***/

#sidebar {
  width: 249px;
  height: 499px;
  float: left;
  position: relative;
}
#sidebar a:link, #sidebar a:visited {
  color: #005dab;
  position: absolute;
  text-align: center;
  text-decoration: none;
}
#sidebar a:hover {
  color: #ef3e36;
}
#sidebar a.iro {
  top: 99px;
  left: 119px;
}
#sidebar a.outplacement {
  top: 250px;
  left: 85px;
}
#sidebar a.coach {
  top: 396px;
  left: 122px;
}

#sidebar a.reint_bol1 {
  top: 105px;
  left: 117px;
}
#sidebar a.reint_bol2 {
  top: 245px;
  left: 108px;
}
#sidebar a.reint_bol3 {
  top: 403px;
  left: 116px;
}


/*** content ***/

#content {
  margin: 50px 0 0 34px;
  width: 622px;
  height: 405px;
  overflow: auto;
  float: left;
  padding-right: 10px;
  position: relative;
  /* z-index: -1; */
}

#sidebar_right {
  float: right;
  margin: 0 10px 10px 10px;
  width: 250px;
  padding: 0;
}
#sidebar_right h2 {
  margin-top: 0;
  font-size: 12px;
}

#sidebar_right img {
  display: block;
  margin: 10px 0 0 0;
}
#sidebar_right img.first {

}

#content #news {
  float: right;
  margin: 10px 0 10px 10px;
  width: 240px;
  padding: 5px;
  background-color: #e5eef7;
}
#content #news h2 {
  margin: 0 0 15px 0;
  color: #fff;
}
#content #news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content #news ul li {
  margin: 5px 0 0 0;
  padding: 2px 0;
  border-top: 1px solid #fff;
  color: #005dab;
  font-size: 11px;
  font-weight: bold;
}
#content #news ul li.first {
  border: none;
}
#content #news ul li a {
  display: block;
  font-size: 10px;
}
#content #news ul li img {
  float: right;
}

#content #contact_list {
  width: 330px;
  float: left;
  margin-bottom: 50px;
}

#content #contact_right {
  width: 270px;
  float: right;
}

#content #add_contact {
  border: 1px solid #1d1a7d;
  padding: 0px;
}


/*** footer ***/

#footer {
  margin: 470px 0 0 278px;
  padding: 0;
  font-weight: bold;
  color: #0060a8;
  height: 29px;
}


.attend_list li {
  font-size:10px;
  left:0px;
  margin:0px;
}
