html {
	
	margin:0px;
	padding:0px;
}

body {
	font-family: FontinSans-Regular, Arial;
	font-size: 12px;
	background-image: url(/img/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#fff;
	margin:0px;
	padding:0px;
}

a {	color: #0995D6; text-decoration: underline; }
a:link {	color: #0995D6; text-decoration: underline; }
a:visited {	color: #0995D6; text-decoration: underline; }
a:hover {	color: #0995D6; text-decoration: underline; }
a:active {	color: #0995D6; text-decoration: underline; }

#container {
	width:900px;
	margin:0 auto;
	background-color:#FFF;
	padding: 0 20px 20px 20px;
	
}

#header {
	width:900px;
	height:109px;
	margin: 0;
	padding:0px;
	background-image: url(/img/bg_top.gif);
	background-repeat:no-repeat;
	background-position: 551px bottom;
	
}

#header h1 {
	
	height: 89px;
	margin: 10px 0 0 10px;
	padding: 0;
	background-image: url(/img/logo.gif);
	background-repeat:no-repeat;
	float: left;
}
#header a.home {
	width: 158px;
	height: 89px;
	background: none;
	display: block;
	margin: 0;
	padding: 0;
	outline: 0;
	text-indent: -999999px;
}

h2 { 
	font-family: FontinSans-Regular, Arial; 
	color: #0995D6; 
	font-size: 18px; 
	font-weight:normal; 
	margin: 0;
	line-height: 19px;
}

h3 { 
	font-family: FontinSans-Regular, Arial; 
	font-size: 16px; 
	font-weight:normal; 
	margin: 0;
	padding: 0;
	
}

.header_image
{
	height: 288px;
}

.header_image span
{
	line-height: 20px;
	float: right;
	width: 193px;
	padding: 15px;
}

.header_image span h2 { font-weight: normal; line-height: 22px; font-size: 18px; color: #404040; padding: 6px 0; }
.header_image span h3 { font-weight: normal; line-height: 22px; font-size: 18px; color: #fff; padding: 6px 0;  }
.header_image span h4 { font-weight: normal; line-height: 22px; font-size: 15px; color: #404040; padding: 7px 0 0 0; margin: 0; }
	
	
.clear { clear: both; }



.content {
	color: #404040;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	background-color: #fff;
	line-height: 23px;
	background-image: url(/img/bg_bottom.gif);
	background-repeat:no-repeat;
	background-position: right top;
	
}

.content .left {
	margin: 0;
	padding: 0;
	width: 677px;
	float: left;
}

.content .left .box 
{
	float: left;
	width: 195px;
	
	margin: 21px 0 10px 0;
	padding: 0 15px 0 15px;
	border-right: 1px solid #a9a9a9;
}

.content  p
{
	font-size: 12px;
	margin: 5px 0;
	line-height: 20px;
}

.content .left .page
{
	margin: 20px 15px;
}

.content .left .page h2
{
	font-size: 21px;
	padding: 6px 0;
}

.content .left .page h3
{
	font-size: 14px;
	padding: 0;
}

.content .right {
	width: 195px;
	float: left;
	margin: 21px 0 15px -1px;
	padding: 0 0 0 15px;
	border-left: 1px solid #a9a9a9;
}

.content .right small{
	font-size: 11px;
	padding: 0;
	float: left;
	margin: 4px 0 0 0;
	color: #777;
	line-height: 17px;
}

.content .right a.link{
	font-weight: bold;
	color: #0995D6; 
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 17px;
}

a.link_leesverder
{
	font-family: FontinSans-Regular, Arial; 
	color: #0995D6; 
	font-size: 16px; 
	background-image: url(/img/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0 7px; 
	padding: 0 0 0 16px;
}

a.link_leesverder2
{
	font-family: FontinSans-Regular, Arial; 
	color: #404040; 
	font-size: 16px; 
	background-image: url(/img/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0 7px; 
	padding: 0 0 0 16px;
}



#footer {
	font-family: Arial;
	width:885px;
	font-size:12px;
	color:#404040;
	display: block;
	text-align:left;
	margin:20px 0 15px 0;
	padding: 7px 0 0 15px;
	border-top: 1px solid #ccc;
}

#footer a {
	color:#0995D6;
	text-decoration:underline;
}

#footer a:hover {
	color: #0995D6;
	text-decoration:underline;
}

/*
	Menu
*/

#menu{
	font-family: FontinSans-Regular, Arial;
	list-style: none;
	float: right;
	margin:45px 0 0 0;
	padding: 0;
	
	}

#menu li{
	margin: 0 2px 0 0; 
	padding: 0px;
	float:left;
	text-align:center;
	
}

	
/* IE 7 and below */
*:first-child+html #menu_arrow{
	width:8px;
	}
	
/* IE 6 and below */

* html #menu_arrow  {
	float:left;
}

	
#menu_arrow{
	position:relative;
	background-image:url(/images/arrow2.gif);
	background-repeat:no-repeat; 
	background-position:center; 
	height:5px;

	}

#menu li a{
	color: #404040;
	cursor:pointer;
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 12px 7px 12px;
	
	
}

#menu li a.active {
	border-bottom: 3px solid #0995D6;
}

#menu li a:hover{
	border: 0;
	background-color:#0995D6;
	color: #fff;
}

	
/*
   Drop down menu
*/

#menu li ul 
{
	position: absolute;
	top: -999em;
	margin: 0 0 0 0;
	padding:0px;
	list-style: none;
	z-index: 5;
	width: 200px;
}

#menu li ul a 
{
	width: 140px;
	border-bottom: 1px solid #666;
	color: #fff;
	cursor:pointer;
	background-color:#404040;
	font-weight: normal;
	text-align:left;
	padding: 7px 12px 6px 12px;
}

#menu li ul a:hover
{
	border-bottom: 1px solid #666;
	color: #fff;
	background-color:#0995D6;
	
}	

#menu li:hover ul, #menu li.cw_hover ul 
{
	border: 0px;
	top: 73px;
	
	left: auto;
	
}


.form_contact {
	width: 330px;
	float: right;
	padding: 0;
	margin: 0 10px 0 0;
}

.form_contact label
{
	
	float: left;
	width: 100px;
	margin: 5px 0 0 0;
}

.form_contact input, .form_contact textarea
{
	font-size: 12px;
	font-family: arial;
	float: left; 
	width: 210px;
	margin: 0 0 4px 0;
	padding: 4px;
	border: 2px solid #0995D6;
	overflow:auto;
}

.form_contact select
{
	float: left; 
	width: 222px;
	margin: 5px 0;
	padding: 3px;
	border: 2px solid #0995D6;
}

.form_contact .form_submit {

	font-family: Arial;
	font-weight: bold;
	float: right;
	font-size: 15px;
	padding: 0;
	margin: 10px 10px 0 0;
	background-color: #fff;
	clear: both;
	color: #fff;
	background-color: #0995D6;
	text-decoration: none;
	width: 110px;
	padding: 3px 15px;
	cursor: pointer;
	cursor: hand;
	
}


.form_vordering {
	width: 540px;
	
	padding: 0;
	margin: 10px 0 0 0;
}

.form_vordering label
{
	
	float: left;
	width: 180px;
	margin: 5px 0 0 0;
}

.form_vordering input, .form_vordering textarea
{
	font-size: 12px;
	font-family: arial;
	float: left; 
	width: 330px;
	margin: 0 0 7px 0;
	padding: 4px;
	border: 2px solid #0995D6;
	overflow:auto;
}

.form_vordering .form_submit {

	font-family: Arial;
	font-weight: bold;
	float: right;
	font-size: 15px;
	padding: 0;
	margin: 10px 20px 0 0;
	background-color: #fff;
	clear: both;
	color: #fff;
	background-color: #0995D6;
	text-decoration: none;
	width: 110px;
	padding: 3px 15px;
	cursor: pointer;
	cursor: hand;
	
}

