html,body {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #cce9f7;
	font-family: Arial, Verdana, sans-serif;
	
}
h1 {
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 0px;
}
p {
	font-size: 11px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 14px;
}
a {
	text-decoration: none;
	color: #f33501;
}
a:hover {
	text-decoration: underline;
}
img {
	border-width: 0px;
	vertical-align: bottom; /* anders 'reserveert' Firefox nog wat witruimte beneden de afbeelding */
}


/*** positionering ****************************************/
#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -278px;
	text-align: center;
	min-width: 852px; 
}
#wrapper {
	background-color: #fff;
	background-image: url(../../shared/img/bg2.gif);
	position: relative;
	text-align: left;
	width: 852px;
	height: 556px;
	margin: 0px auto;
	}

#taalkeuze {
	position: absolute;
	width: 90px;
	height: 60px;
	right: 0px;
	top: 0px;
	
}


/*** menu *************************************************/
#menu {
	height: 56px;	
}


/*** submenu **********************************************/
#submenu {
	position: relative;
	height: 42px;
	padding-left: 14px;
}
#submenu .bullet {
	margin: 16px 12px 16px 0px;
}


/*** reference-submenu ************************************/
#reference-submenu {
	position: relative;
	height: 42px;
}
#reference-submenu img {
	margin-top: 16px;	
}


/*** content kolom 1 **************************************/
#content-col-1 {
	position: relative;
	float: left;
	width: 219px;
	height: 420px;
	padding-left: 14px;
	padding-right: 23px;
	overflow: hidden;
}


/*** content kolom 2 **************************************/
#content-col-2 {
	position: relative;
	float: left;
	width: 219px;
	height: 420px;
	padding-left: 32px;
	padding-right: 23px;
	overflow: hidden;
}


/*** content kolom 3 **************************************/
#content-col-3 {
	position: relative;
	float: left;
	width: 219px;
	height: 420px;
	padding-left: 32px;
	padding-right: 23px;
	overflow: hidden;
}


/*** content 2 kolommen samen *****************************/
#content-2cols {
	position: relative;
	float: left;
	width: 596px;
	height: 458px;
}

#content-2cols #imgmenu {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#content-2cols #imgmenu .bullet {
	margin: 16px 12px 16px 0px;
}

#content-2cols #image {
	position: absolute;
	z-index: 100; /* om boven de video te plaatsen */
}



/*** video placeholder ************************************/
#horizon #wrapper #video-placeholder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 553px;
	height: 415px;	
	z-index: 99;
}



/*** stijlen voor paging functie **************************/
.artCol {
	position: absolute;
	width: 219px;
	font-size: 11px; 
	line-height: 14px;
}
#articleBody {
	position: absolute; 
	width: 219px;
	top: -10000px;
	left: -10000px;
	font-size: 11px; 
	line-height: 14px; 
}
	

/*** contact **********************************************/
#contact .inp {
		background-color: #cce9f7;
		color: #000;
		border: 1px solid #a3d6f1;
		width: 155px;
		height: 14px;
		margin-bottom: 7px;
		line-height: 14px;
}


/*** debug venster ****************************************/
#debug {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 30px;
	z-index: 10000;
	background: #fff;
}

.nieuwsbrief td {line-height: 0px;}
.nieuwsbrief input {vertical-align: bottom;}