html {

	scrollbar-arrow-color: #369B36; 
	scrollbar-base-color: #D7EBD7; 
	scrollbar-track-color: #FDF9DB; 
	scrollbar-face-color: #6ddacb; 
	scrollbar-shadow-color: #FDF9DB;
	scrollbar-darkshadow-color: #FDF9DB; 
	scrollbar-highlight-color: #FDF9DB; 
	scrollbar-3dlight-color: #FDF9DB;

}

html, body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
}

td 
{
	align: left;
	vertical-align: top;
}

.vraag
{
	width: 200px;
}

body { overflow: hidden; }

img{ border: 0px none; }            /* Default image border: 0px (for images) */

a, div{ -moz-outline-style: none; } /* Prevent Mozilla from outline links and divs */

/* Link kleur */
a{
	color: #1b3f6c;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

div#menu ul{
    margin: 0 auto;
    padding: 0px;
    list-style: none;
    vertical-align: middle;
}

div#menu ul li{
    padding-right: 15px;
  
}

div#menu a{
    text-decoration: none;
    color: #085350;
}

div#menu a:hover{
    color: #FFFFFF;
}

div#menu a.active{
    color: #FFFFFF;
}

div#container
{

	height: 100%;
	max-width: 990px;
	/*?width: expression(document.body.clientWidth > 990 ? "990px": '100%' );*/

}

div#logo
{
	position: relative;
	margin-left: 400px;
	
	/*margin-left: auto;*/
	/*margin-right: 0px;*/
	/*float: right;*/
	width: 413px;
}

div#adres
{
	z-index: 1;
	
	position: relative;
	/*	
	margin-left: auto;
	margin-right: 0px;
	*/
	margin-left: 577px;
		
	width: 413px;
	
	margin-top: 15px;
	
	color: #085350;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 1.2em;
}

a.adres
{

	color: #085350;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 1.7em;
	text-decoration: none;

}

a.adres:hover
{
	color: #085350;
	text-decoration: underline;
}

div#content
{
	z-index: 1;
	
	position: relative;
	margin-left: 275px;
	/*
	margin-left: 275px;
	margin-right: 0px;	
	*/
	/*float: right;*/
	top: 20px;
	
	height: 360px;
	
	overflow: auto;
	
	/*max-width: 710px;*/
	width: 710px;
	
	color: #1b3f6c;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 1.5em;
}

legend
{
	color: #1b3f6c;
}

div#titel
{

	z-index: 1;
	position: absolute;
	left: 275px;
	top: 97px;

}

div#menu
{

	position: absolute;
	left: 30px;
	top: 150px;

	width: 245px;
	
	font-weight: bold;
	
	font-size: 12px;
	font-family: Tahoma;
	line-height: 2.0em;	

}

div#onder
{

	position: absolute;
	left: 0px;
	bottom: 0px;
	top: 520px;
	
	width: 100%;
	max-width: 990px;
	
	
	/*height: expression(document.body.clientHeight-449);*/
		
	background-color: #FDF9DB;

}

div#mainBG{
    position: absolute;
    top: 123px;
    left: 0px;
    width: 990px;
    height: 400px;
    background-color: red;
    background: url('../siteimg/mainBG.png') repeat-y;
}

/* contact formulier */
.brd 
{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.mg 
{
	margin: 5px;
}

#returned_value
{
	text-align:center;
	font-size:12px;
	color:#000000;
}

#go, input
{
	border:1px solid #CCCCCC;
	background:#FFF;
	font-size: 11px;
	font-family: Tahoma;
	width: 200px;	
	
}

input.intake
{
	/*width: 350px;*/
}

input.cb
{
	width: 20px;
}

textarea
{
	border:1px solid #CCCCCC;
	background:#FFF;
	font-size: 11px;
	font-family: Tahoma;
	height: 100px;
	width: 400px;
	
}

div#confirmation
{

    position: absolute;
    top: 59px;
    left: 275px;
    width: 194px;
    height: 57px;
    border:1px solid #CCCCCC;

}
