@charset "utf-8";
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

h1 {
	margin: 0px;
	font: normal 20px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

img {
	border: none;
}

p {
	margin: 0px 0px 15px 0px;
}

a {
	color: #000000;
}

strong {
	color: #666666;
}

input {
	font: 10px Arial, Helvetica, sans-serif;
}

#geheel {
	position: relative;
	margin: 0px auto;
	width: 991px;
	height: 735px;
	background: #4BB6C2 url(../images/adres_bg.gif) 854px 580px no-repeat;
	z-index: 1;
}

#container {
	position: relative;
	top: 54px;
	width: 100%;
	height: 501px;
	background: #FFFFFF;
}

#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 991px;
	height: 118px;
	z-index: 1;
	background: url(../images/bg_boven.jpg) left top repeat-x;
}

#logo {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#tekst_logo {
	position: absolute;
	left: 713px;
	top: 18px;
	width: 251px;
	font-size: 11px;
	color: #FFFFFF;
	z-index: 1;
	word-spacing: 6px;
		
}

#header_tekst {
	position: absolute;
	left: 20px;
	top: 8px;

}

#header_menu{
	position: relative;
	left: 30px;
	height: 40px;
	width: 400px;
}


.btn_header{
	position: relative;
	left: 30px;
	top: 15px;
	padding-right:20px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bolder;
}

.btn_header:hover{
	position: relative;
	left: 30px;
	top: 15px;
	color: #EAEAEA;
	text-decoration:none;
	font-weight:bolder;
}

#site {
	width: 960px;
	height: 470px;
	margin: 0px auto;
	padding-left: 30px;
	overflow: hidden;
}

#keuze_tekst {
	position: relative;
	margin-top: 13px;
	font-size: 15px;
}

#volgende_mappen {
	position: absolute;
	right: 0px;
	top: 100px;
	display: block;
}

#vorige_mappen {
	position: absolute;
	left: 0px;
	top: 100px;
	display: none;
}

#volgende_mappen a, #vorige_mappen a {
	cursor: pointer;
}

#mappenbalk_1 {
	width: 950px;
	margin-top: 70px;
	display: block;
}

#mappenbalk_2 {
	width: 950px;
	margin-top: 70px;
	display: none;
}

#mappenbalk_1 a, #mappenbalk_2  a {
	margin-right: 15px;
	font-size: 10px;
	float: left;
	color: #000000;
	text-align: center;
	text-decoration: none;
}

#inhoud {
	clear: left;
	padding-top: 15px;
	height: 320px;
	font-size: 11px;
	
}

#inhoud h1 {
	font-weight: bold;
	font-size: 13px;
	margin: 0px 0px 15px 0px; 
	color: #666666;
}

#adresbalk {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 25px;
	background: #4BB6C2;
}

#adrestekst {
	width: 991px;
	margin: 0px auto;
	height: 21px;
	padding: 4px 0px 0px 0px;
	font-size: 10px;
	text-align: center;
	background: #FFFFFF;
}

#amsterdam_map {
	position: absolute;
	right: 25px;
	bottom: 144px;
	z-index: 1;
}

/* Inhoud opmaak */

#breadcrumble {
	margin: 0px 0px 25px 0px;
}

#presentatiemap_afbeelding_links {
	float: left;
	width: 270px;
}

#presentatiemap_tekstvak {
	float: left;
	display: inline;
	width: 603px;
	height:430px;
	line-height: 18px;
}

#presentatiemap_tekst {
	float: left;
	width: 390px;
}

#presentatiemap_tekst2 {
	float: left;
	width: 550px;
}

#presentatiemap_afbeelding_rechts {
	float: right;
	width: 89px;
	margin-left: 15px;
	display: none;
}

#buttons {
	width: 100%;
	padding-top: 15px;
	clear: both;
}

#offerte_button {
	float: left;
}

#referenties_button {
	float: right;
	display: none;
}

#clear {
	clear: both;
}

/* Einde inhoud opmaak */

/* Opmaak scrollbar */

#wn	{ 
    width: 930px;
	display: block;
	overflow: hidden;
	height: 140px;
	margin-top: 50px;
	position: relative;
	font-size: 10px;
	}

#wn a {
	text-decoration: none;
}

#scrollbar { 
    position:absolute; 
    width:930px; height:11px;
    display:block; /* display:none initially */
    font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
	top: 175px;
	left: 30px;
  }

#track { 
    position:absolute; left:12px; top:0;
    width:906px; height:11px; 
    background: #4bb6c2;
  }
#dragBar {
    position:absolute; left:1px; top:1px;
    width:20px; height:9px; 
    background-color:#ceced6;
  }  
#left { position:absolute; left:0; top:0; }  
#right { position:absolute; right:0; top:0;  }

/* for safari, to prevent selection problem  */
#scrollbar, div#track, div#dragBar, div#left, div#right {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
#scrollbar img {
    display:block; 
    } 

