html, body {
    margin:0; padding:0;
    height:100%;
}

body {
    background: #001833;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 21px;
    color: #666666;
    text-align: justify;
}

/********************************************/
/**          DIV PlACEMENTS                **/
/********************************************/

#siteContainer {
    position:relative;
    clear:left;
    width:950px;
    margin:0 auto;
    background: #fff;
}

#logo {
  background: #fff url('/templates/templates/front_images/logo.jpg') no-repeat;
  float: right;
  width: 203px;
  height: 56px;
  margin-top: 10px;
}

#payoffNL {		
    width: 209px;
    height: 37px;
    background: #fff url('/templates/templates/front_images/payoff_NL.jpg') no-repeat;
    float: left;
    margin-left: 70px;
    margin-top: 15px;
}

#payoffPL {
    width: 313px; /* SC: aangepast van 295px naar 313px */
    height: 37px;
    background: #fff url('/templates/templates/front_images/payoff_PL.jpg') no-repeat;
    float: left;
    margin-left: 70px;
    margin-top: 15px;
}


#headerPhoto {
  background: #fff;
  width: 765px;
  height: 219px;
  clear: both;
  float: right;
  margin-right: 3px;
  *margin-left: -260px;

}

#headerPhoto img {
	border: none;
}

#certificates {
  width: 243px;
  height: 85px;
  clear: right;
  float: right;
  margin-top: 30px;
  margin-bottom: 20px;
}

#content {
  clear: both;
  padding: 20px;
}

#pageContent {
  width: 615px;
  margin-left: 20px;
}

#brochure {
    float: right;
}

#contactBlock {
  clear: right;
  float: right;
  border: 1px solid #d5d5d5;
  width: 250px;
  text-align: left;
  margin-top: 15px;
}

#contactBlock .bread {

    color: #001833;
    margin-left: 15px;
    display: block;
}

#contactBlock a {
    color: #001833 !important;
}

#contactBlock .bread .orange {
    color: #f25021;
}

#referenceBlock {
  clear: right;
  float: right;
  border: 1px solid #d5d5d5;
  width: 250px;
  text-align: right;
  margin-top: 15px;
}

.clientName {
  font-size: 15px;
  color: #f25021;
  padding-right: 5px;
  font-weight: bold;
  text-align: right;
  line-height: 30px;
}

#referenceBlock .clientName { margin-bottom: -6px;}

.interviewee {
  font-size: 13px;
  color: #787878;
  padding-right: 5px;
}

#referenceBlock h2 {
  color: #001833;
  text-align: center;
}

#btnReferencesNL {
  background: #fff url('/templates/templates/front_images/btnReferences.jpg') no-repeat;
  width: 99px;
  height: 7px;
  float: right;
  clear: right;
  margin-top: 5px;
}


#btnReferencesPL {
  background: #fff url('/templates/templates/front_images/btnReferencesPL.jpg') no-repeat;
  width: 45px;
  height: 10px;
  float: right;
  clear: right;
  margin-top: 5px;
}

#btnEmployees {
  background: #fff url('/templates/templates/front_images/btnEmployees.jpg') no-repeat;
  width: 116px;
  height: 21px;
  float: right;
  margin-top: 20px;
  margin-right: 15px;
}

#btnEmployees:hover {
  background: #fff url('/templates/templates/front_images/btnEmployees_hover.jpg') no-repeat;
}

#btnClients {
  background: #fff url('/templates/templates/front_images/btnKlanten.jpg') no-repeat;
  width: 63px;
  height: 21px;
  float: right;
  margin-top: 20px;
  margin-right: 15px;
}

#btnClients:hover {
  background: #fff url('/templates/templates/front_images/btnKlanten_hover.jpg') no-repeat;
}

#footer {
  clear: both;
  height: 23px;
  background: #f7f7f7;
  text-align: center;
  color: #b2b2b2;
  border-top: 1px solid #efefef;
}

/********************************************/
/**         MENU PlACEMENTS                **/
/********************************************/
#menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  clear: left;
  width: 162px;

  _margin-left: -78px;
}

#menu li {  
  border-bottom: 1px solid #d5d5d5;
  background: #fff url('/templates/templates/front_images/pijltje.jpg') no-repeat 4% 50% ;
  padding-left: 15px;
}

#menu li:first-child {
  border-top: 1px solid #d5d5d5;
}

#menu li a {
  text-decoration: none;
  line-height: 27px;
  padding-left: 5px;
  text-transform: uppercase;
  display: block;
  font-size: 10px !important;
  color: #808080;
}


#menu li:hover {
    background: #fff url('/templates/templates/front_images/menu_hoover.jpg') no-repeat 5% 50%;
    color: #f25021;
}


#menu li.selected { 
	  background: #fff url('/templates/templates/front_images/menu_hoover.jpg') no-repeat 5% 50%;
}

#menu li a.selected{
  color: #f25021;
}

#menu li ul {
  left:-999em;
  list-style-type:none;
  margin:0;
  padding:0;
  position:absolute;
  width:225px;
  z-index:500;
  background: #fff;
}

#menu li:hover ul, #menu li.sfhover ul {
  left: auto;
  margin-left: 147px;
  margin-top: -28px;
  background: #fff;
}

#menu li:hover ul li { background: #fff; }

#menu li ul li, #menu li ul li a {
  height: 30px;
  line-height: 30px;
  border: none;
  font-size: 10px;
  display: block;
  padding-left: 15px;
  background: none;
}

#menu li ul li {
    padding-left: 25px;
    background: #fff;
}

#menu li ul li a {
    padding-left: 20px;
}

#menu li ul li a:hover {
  background: #fff url('/templates/templates/front_images/recht-pijltje.jpg') no-repeat left center;
}

/********************************************/
/**          language menu                 **/
/********************************************/
#language {
  list-style-type: none;
  background: #f5f5f5;

  margin: 0;
  border: 1px solid #ebebeb;
  width: 75px;
  margin-top: 15px;
  float: left;
  *text-align: center;
  *margin-bottom: 10px;
}

#language li {
  display: inline;
  color: #c2c2c2;
}

#language li a {
  color: #c2c2c2;
}

#language li a.selected {
  color: #f25021;
}


/********************************************/
/**         font styling                   **/
/********************************************/


h1 {
  color: #f25021;
  *font-size: 22px;
}

a {
  color: #f25021;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#paginationNumbers {
text-align:center;
width:100%;
font-size: 12px;
}
#paginationNumbers a {
padding:0 2px;
text-decoration: none;
color: #333;
}
#paginationNext {
width:75px;
position: absolute;
margin-top: -25px;
margin-left: 450px;
}
#paginationPrevious {
width:75px;
position: absolute;
}
.stripe {
background-color:#f25021;
border:medium none;
color:#f25021;
height:1px;
margin:5px 0 10px;
padding:0;
}
.selectedNumber {
color:#f25021;
}

h2 {
  color: #001833;
  *font-size: 18px;
}

ul.folders { float: left; width: 420px; display: block; border: 1px solid #ccc; background: #f9f9f9; margin-left: 20px; padding-top: 10px;}
ul.folders li { float: left; display: block; width: 80px;  padding: 3px; text-align: center; }
ul.folders li.folder { background: url('../images/file_tree/file_icons/folder.png') top center no-repeat;  }
ul.folders li .name { padding-top: 50px; display: block; }

ul.files { float: left; width: 420px; border: 1px solid #ccc; background: #f9f9f9; margin-left: 20px; padding-top: 10px; margin-top: 10px;  }
ul.files li { float: left; display: block; width: 80px; padding: 3px; text-align: center;  }
ul.files li .name { padding-top: 50px; display: block; }
ul.files li.word { background: url('../images/file_tree/file_icons/doc.jpg') top center no-repeat;  }
ul.files li.excel { background: url('../images/file_tree/file_icons/xls.jpg') top center no-repeat;  }
ul.files li.pdf { background: url('../images/file_tree/file_icons/pdf.jpg') top center no-repeat;  }

ul.login { list-style: none; }

ul.login li label { width: 100px; display: block; font-weight: bold;   }
ul.login li input { margin-bottom: 20px;  }

.newsDate { font-weight: bold; font-size: 10px; }
.articleImage { width: 120px; margin: 5px; margin-right: 15px; float: left; }
.intro { margin-left: 15px;   margin-bottom: 15px;}
.articles { float: left; margin-top: -350px; width: 615px; }
.articles.PL { margin-top: -725px; }
.articles .vacancytitle { margin-bottom: 10px; }
.articleHolder { clear: left; }
a.nextArticle { float: right; }

