/******************************************************************
 *** algemeen
 ******************************************************************/
body {
  margin: 0;
  padding: 0;
  background: #EFF0F0;
  position: relative;
}

body, input, table, textarea, select, pre {
  font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
  color: #003F5B;
}

/******************************************************************
 *** pagina
 ******************************************************************/
#page {
  margin: 16px auto 0;
  width: 990px;
  border: 1px solid #b1b1b1;
  background: white;
  position: relative;
}

/******************************************************************
 *** header 
 ******************************************************************/
#header {
  height: 246px;
}

/*** adres naast logo ***/
#header address {
  position: absolute;
  left: 247px;
  top: 1px;
  font-style: normal;
  font-size: 10px;
  border-left: 1px solid #00577E;
  padding: 26px 0 0 26px;
  line-height: 1.2em;
}
#header address a {
  color: #003F5B;
  text-decoration: none;
}
#header address a:hover {
  text-decoration: underline;
}

/*** banners rechtsboven ***/
#banners {
  position: absolute;
  left: 682px;
  top: 10px;
  width: 298px;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  color: #EDC132;
  text-transform: uppercase;
}
#banners img {
  border: 1px solid #EDC132;
}
#banners img.right {
  margin-left: 8px;
}

/*** menu ***/
#menu {
  background: url(gfx/menu-bg.gif) 0 0 repeat-x;
  width: 990px;
}
#menu ul, #menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu li {
  float: left;
  background: url(gfx/li-bg.gif) 50% 0 no-repeat;
}
#menu li:hover,
#menu li.li-current {
  background-image: url(gfx/li-bg-current.gif);
}
/*
#menu li a {
  display: block;
  background: url(gfx/topmenu-bg.gif) 0 0 no-repeat;
  width: 198px;
  height: 29px;
  padding: 4px 0 0;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.1em;
}
*/
#menu li a {
  display: block;
  background: url(gfx/span-bg.gif) 0 0 no-repeat;
  height: 33px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.1em;
}
#menu li a span {
  display: block;
  padding: 4px 8px 0;
  background: url(gfx/span-line.gif) 100% 0 no-repeat;
  height: 29px;
  cursor: pointer;
}
#menu ul ul {
  display: none;
}

/******************************************************************
 *** linkerkolom
 ******************************************************************/
#left {
  float: left;
  width: 246px;
  border-right: 1px solid #00577E;
}

.nav1title {
  margin: 0;
  color: #EAB813;
  font-weight: bold;
  text-transform: uppercase;
  background: url(gfx/nav1title-bg.gif) 6px 100% no-repeat;
  padding: 0 0 7px 32px;
}
#home .nav1title {
  background-image: url(gfx/nav1title-bg-home.gif);
}

/*** submenu's ***/
#nextlevel {
  padding: 0 27px 20px 6px;
}
#nextlevel li.first {
  display: none;
}
#nextlevel ul, #nextlevel li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#nextlevel li {
  border-bottom: 1px solid #DDE0E2;
  background: url(gfx/sub-arrow.gif) 203px 12px no-repeat;
  line-height: 29px;
}
#nextlevel li.li-current {
  background-image: url(gfx/sub-arrow-current.gif);
}
#nextlevel a {
  display: block;
  width: 186px;
  font-size: 10px;
  color: #003F5B;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 17px 0 10px;
}
#nextlevel a.current {
  font-weight: bold;
}

/*** subsubmenu's ***/
#nextlevel ul ul li {
  border-top: 1px solid #DDE0E2;
  border-bottom: 0;
}
#nextlevel ul ul a {
  text-transform: none;
  width: 170px;
  padding-left: 26px;
}

/*** overzichten op homepage ***/
#left .list, #left .list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#left .list {
  padding: 10px 8px 0 32px;
}
#left .list li {
  padding: 0 0 10px 10px;
  background: url(gfx/sub-arrow-current.gif) 0 6px no-repeat;
}
#left .list li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #003F5B;
  padding: 0 0 0 8px;
  background: url(gfx/sub-arrow-current.gif) 0 6px no-repeat;
}
#left .list li a:hover {
  text-decoration: underline;
}
#left a.listmore {
  color: #AFB6B2;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 0 0 20px 32px;
}
#left a.listmore strong {
  color: #EAB813;
}
#left a.listmore:hover {
  text-decoration: underline;
}

/*** selectie opdrachtgevers ***/
#selectie a {
  display: block;
  border-bottom: 1px solid #DDE0E2;
  margin: 0 27px 0 6px;
  width: 213px;
  text-align: center;
  padding: 10px 0;
}

/*** download-button ***/
#download-button {
  display: block;
  width: 214px;
  padding: 0 0 0 32px;
  margin-top: 30px;
  line-height: 29px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 11px;
  background: url(gfx/download.gif) 0 100% no-repeat;
}
#home #download-button {
  margin-top: 10px;
}

/******************************************************************
 *** footer
 ******************************************************************/
#footer {
  margin: 0 auto;
  width: 990px;
}
#footer ul, #footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer li {
  float: right;
  padding: 0 0 0 14px;
  background: url(gfx/sub-arrow-current.gif) 8px 7px no-repeat;
}
#footer a {
  color: #003F5B;
  font-size: 10px;
  text-decoration: none;
  text-transform: lowercase;
}
#footer a:hover {
  text-decoration: underline;
}


#clearer {
  clear: both;
}
* html #clearer {
  display: none;
}

/******************************************************************
 *** tekst-vlak
 ******************************************************************/
#tekst {
  float: left;
  width: 482px;
  padding: 0 235px 20px 26px;
  border-left: 1px solid #00577E;
  margin-left: -1px;
  background: url(/gfx/trans.gif) 100% 100% no-repeat;
  min-height: 350px;
}
* html #tekst {
  height: 350px;
}

#tekst h1 {
  color: #EAB813;
  font-size: 16px;
}
#tekst h2 {
  color: #EAB813;
  font-size: 14px;
  margin-bottom: 0;
}
#tekst h3 {
  font-size: 11px;
  margin-bottom: 0;
}
#tekst p {
  margin-top: 0;
}
#tekst a {
  color: #003F5B;
}

/*** opdrachtgevers ***/
#tekst h2.bgp1 {
  margin-left: 15px;
  margin-bottom: 10px;
  padding: 0 0 10px 26px;
  background: url(gfx/h2-bg.gif) 0 4px no-repeat;
  font-weight: normal;
}
#tekst p.bgp1 {
  margin-left: 15px;
  font-style: italic;
  color: #8F9592;
}
* html #tekst p.bgp1 {
  width: 465px; /* fix ie6 italic bug */
}

/******************************************************************
 *** algemene zaken...
 ******************************************************************/
/*** 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;
}
