﻿/* Stylesheet voor hiatus.nl. (c) Speak. Alle rechten voorbehouden. */


/* ---------- Stijlen: Algemeen ---------- */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  color: #696667;
}

#wrapper {
  width: 100%;
  min-width: 930px;
  background: url(/interface/images/body_bg.gif) repeat-x center top;
}

#site {
  width: 930px;
  margin: 0px auto;
  position: relative;
}

img,
a img { border: 0px; }

form {
  margin: 0px;
  padding: 0px;
}

.clearfix {
  clear: both;
  height: 0px;
  overflow: hidden;
  line-height: 0px;
  font-size: 0px;
}


/* ---------- Stijlen: Top ---------- */

#top {
  height: 92px;
  position: relative;
  z-index: 2;
  background: url(/interface/images/lijn.gif) repeat-x left 66px;
}

#top .logo {
  position: absolute;
  left: 0px;
  top: 22px;
  display: block;
  width: 207px;
  height: 45px;
}

#top .logoSubtitel {
  position: absolute;
  left: 0px;
  top: 67px;
  display: block;
  width: 207px;
  height: 30px;
}

#top .taalkeuze {
  position: absolute;
  right: 0px;
  top: 2px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
}

#top .taalkeuze div {
  float: left;
}

#top .taalkeuze a {
  float: left;
  margin: 1px 0px 0px 5px;
  padding: 1px;
  border: 1px solid #ffffff;
  width: 16px;
  height: 11px;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
  text-indent: -999px;
  background-repeat: no-repeat;
  background-position: center center;
}

#top .taalkeuze a.active {
  border: 1px solid #c2c2c2;
}

#top .taalkeuze a.en { background-image: url(/interface/images/taal_en.gif); }
#top .taalkeuze a.nl { background-image: url(/interface/images/taal_nl.gif); }

#top #nav {
  position: absolute;
  right: 0px;
  top: 48px;
  margin: 0px -10px 0px 0px;
  padding: 0px;
  color: #6a6969;
  line-height: 18px;
}

#top #nav li {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#top #nav li a {
  display: block;
  height: 15px;
  overflow: hidden;
  text-indent: -9001px;
  padding: 0px 10px;
  background-position: 10px top;
  background-repeat: no-repeat;
}

#top #nav li:hover a {
  background-position: 10px -15px;
}

#top #nav li.active a {
  background-position: 10px -30px;
}

#top #nav #nav_item1 a { width: 37px; background-image: url(/interface/images/nav_item1.gif); }
#top #nav #nav_item2 a { width: 84px; background-image: url(/interface/images/nav_item2.gif); }
#top #nav #nav_item3 a { width: 124px; background-image: url(/interface/images/nav_item3.gif); }
#top #nav #nav_item4 a { width: 60px; background-image: url(/interface/images/nav_item4.gif); }

#top #nav li ul {
  position: absolute;
  left: -9001px;
  top: 15px;
  height: 18px;
  width: 700px;
  margin: 0px;
  padding: 8px 0px 3px 0px;
  text-align: right;
  z-index: 2;
  background: #ffffff url(/interface/images/subnav_bg.gif) repeat-x;
}

#top #nav li:hover ul,
#top #nav li.active ul {
  left: auto;
  right: 0px;
}

#top #nav li.active ul {
  z-index: 1;
}

#top #nav li li {
  float: none;
  display: inline;
}

#top #nav li li a,
#top #nav #nav_item1 li a,
#top #nav #nav_item2 li a,
#top #nav #nav_item3 li a,
#top #nav #nav_item4 li a {
  display: inline;
  height: 16px;
  text-indent: 0px;
  padding: 0px 10px;
  background: none;
  color: #6a6969;
  text-decoration: none;
}

#top #nav li li a:hover,
#top #nav #nav_item1 li a:hover,
#top #nav #nav_item2 li a:hover,
#top #nav #nav_item3 li a:hover,
#top #nav #nav_item4 li a:hover {
  color: #000000;
  text-decoration: underline;
}


/* ---------- Stijlen: Main ---------- */

#main {
  width: 100%;
  min-height: 520px;
  margin-bottom: 25px;
  position: relative;
  z-index: 3;
}

#main .box {
  position: absolute;
  display: block; 
  overflow: hidden;
}

#main .box img {
  width: 100%;
  height: 100%;
}

#main #box_home {
  left: 68px;
  top: 236px;
  width: 203px;
  height: 200px;
  background: url(/interface/images/box_home_bg.jpg);
}

#main #box_home:hover {
  background-position: left bottom;
}

#main #box_hiatus {
  left: 260px;
  top: 169px;
  width: 177px;
  height: 182px;
  background: url(/interface/images/box_hiatus_bg.jpg);
}

#main #box_cases {
  left: 464px;
  top: 139px;
  width: 176px;
  height: 206px;
  background: url(/interface/images/box_cases_bg.jpg);
}

#main #box_contact {
  left: 594px;
  top: 327px;
  width: 236px;
  height: 145px;
  background: url(/interface/images/box_contact_bg.jpg);
}


/* ---------- Stijlen: Content ---------- */

.scrollingContent{
	height: 510px;
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical;
	padding-right: 10px;
	scrollbar-arrow-color: #000000;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #cfcfcf;
scrollbar-shadow-color: #ffffff;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;

}
#main #content {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 535px;
  min-height: 200px;
  padding: 25px 30px;
  background: #000000;
  color: #ffffff;
  line-height: 17px;
}

#content #btn_sluiten {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 60px;
  height: 16px;
  background: url(/interface/images/btn_sluiten.gif);
}

#content #btn_sluiten:hover {
  background-position: left bottom;
}

#content h1 {
  margin: 0px 0px 12px 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}

#content h2 {
  margin: 0px 0px 4px 0px;
  padding: 0px;
  font-size: 14px;
}

#content h3,
#content h4,
#content h5,
#content h6 {
  margin: 0px 0px 2px 0px;
  padding: 0px;
  font-size: 14px;
  text-transform: uppercase;
}

#content p {
  margin: 0px 0px 16px 0px;
  padding: 0px;
}

#content a {
  color: #f01f26;
}

#content ul {
  margin: 0px 0px 16px 0px;
  padding: 0px;
}

#content li {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 14px;
  list-style: none;
  background: url(/interface/images/bullet.gif) no-repeat left 7px;
}

#content li ul {
  margin-top: 5px;
}

#content .afbeelding_links {
  float: left;
  clear: left;
  margin: 0px 10px 10px 0px;
}

#content .afbeelding_rechts {
  float: right;
  clear: right;
  margin: 0px 0px 10px 10px;
}

#content #afbeeldingen_onder {
  width: 545px;
  margin: 18px -10px 0px 0px;
}

#content #afbeeldingen_onder a {
  float: left;
  margin: 0px 10px 10px 0px;
}

#content .afbeelding_links img,
#content .afbeelding_rechts img
#content #afbeeldingen_onder a img {
  display: block;
}

#content .content_tabel {
  width: 100%;
}

#content .content_tabel td {
  vertical-align: top;
}

/* ---------- Stijlen: Cases ---------- */

#content .case_item {
  width: 100%;
  clear: both;
  overflow: hidden;
}

/* ---------- Stijlen: Contactpagina ---------- */

#content .melding {
  margin-bottom: 20px;
  padding: 6px 14px 6px 54px;
  font-size: 12px;
  font-weight: bold;
  border: 2px solid #e4bc00;
  background: #f2eab2 url(/interface/images/pic_melding_waarschuwing.gif) no-repeat 12px center;
  color: #c69000;
}

#content .rood {
  color: #f01f26;
}

#content .form_blok {
  float: left;
  width: 250px;
}

#content .form_blok_rechts {
  float: right;
}

#content .regel {
  clear: both;
  margin-bottom: 10px;
}

#content .regel label {
  display: block;
  margin-bottom: 3px;
}

#content .regel_textbox input,
#content textarea {
  border: 2px solid #aaaaaa;
  padding: 2px 5px;
  width: 521px;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #333333;
}

#content .form_blok .regel_textbox input {
  width: 236px;
}

#content textarea {
  height: 84px;
}

#content .regel_checkbox input {
  float: left;
  width: 13px;
  height: 13px;
  margin: 3px 7px 0px 0px;
}

#content .regel_checkbox label {
  float: left;
  width: 500px;
}

#content .regel_fout input {
  border-color: #f01f26;
}

#content .regel_buttons {
  height: 26px;
}

#content .btn {
  float: right;
  padding: 4px 10px;
  background: #e00d14;
  color: #ffffff;
  text-decoration: none;
}

#content .btn:hover {
  text-decoration: underline;
}



/* ---------- Stijlen: Footer ---------- */

#footer {
  width: 100%;
  padding-bottom: 5px;
  position: relative;
  z-index: 1;
}

#footer .footertekst {
  min-height: 80px;
  float: left;
  width: 757px;
  font-size: 11px;
  color: #afafaf;
  line-height: 15px;
}

#footer .footertekst .titel {
  font-weight: bold;
  color: #000000;
}

#footer .footertekst p {
  width: 739px;
  padding: 0px 17px 0px 0px;
  border-right: 1px solid #787878;
  margin: 0px;
}

#footer .footerlogo {
  float: right;
  margin-top: 13px;
}

#footer .speak {
  clear: both;
  display: block;
  margin: 0px auto;
  width: 53px;
  height: 14px;
  overflow: hidden;
  line-height: 0px;
  font-size: 0px;
}
