/* @charset "iso-8859-1"; */

/* common */

* { margin: 0; padding: 0; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #663333; }

html, body { height: 100%; }
body, input, select, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 150%; }
img { border: 0; }
a { color: #1C8297; text-decoration: none; }
a:hover { color: #21444B; text-decoration:underline;
	}
p {line-height: 150%; }	



body { 
	background-color: #66AAB9;
	background-image: url("../images/body_bg.gif");
	background-repeat:repeat-x;
	margin: 0; padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #663333;
}
#container {
  padding:0px 0px 0px 0px;
  margin: 0px auto 0px auto;
  width: 994px;
  position: relative;
  min-height: 100%;
  height:auto !important; /* for modern browsers */
  height:100%; /* this is for IE*/
  text-align: left;
  background-color: #fff;
  border-left: 1px solid #A3CDD5;
  border-right: 1px solid #A3CDD5;
}

/* header */	
	#header {
	width: 994px;
	height: 94px;
	border-bottom: 1px solid #A3CDD5;
	background-image: url("../images/header.gif");
	background-repeat: repeat-x;
	}	
	
	#logo_box {
	position: absolute;
	left: 19px;
	top: 20px;
	width: 289px;
	height: 94px;
	}
	
	#logo_box img {
	border: 0;
	}
	
	#langswitch {
	position: absolute;
	right: 8px;
	top: 70px;
	width: 124px;
	text-align: right;
	color: #1C8297;
	}
		
	#langswitch select {
	font-weight: bold;
	border: 1px #FFFFFF solid;
	width: 100px;
	}
	
	#langswitch option {
	color: #1C8297;
	}
	
/* top nav */


	#navBar {
	width: 994px;
	height: 36px;
	border-bottom: 1px solid #A3CDD5;
	background-image: url("../images/navBar_bg.gif");
	background-repeat: repeat-x;
	}
	
	#navMenu1
	{
	position: absolute;
	left: 19px;
	padding: 5px 0 30px 0;
	}
	
	#navMenu2
	{
	position: absolute;
	right: 10px;
	padding: 5px 0 30px 0;
	}	
	
	#navMenu1 ul 
	{
		list-style-type: none;
		list-style: none;		
		padding: 0;
		margin: 0;
	}
	
	#navMenu1 ul li
	{
	margin: 0 12px 0 0;
	padding: 0;
	display: inline;		
	}
	
	#navMenu1 ul li a
	{
		
	}
	
	#navMenu2 ul li
	{
	margin: 0 0 0 0;
	padding: 0;
	display: inline;
	font-size: 18px;
	color: #1C8297;
	list-style-type: none;
	}
	
	#navBar ul li a,.noclass
	{
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-decoration: none;
	white-space: nowrap;
	color: #1C8297;
	}
		
	#navBar ul a:hover
	{
	color: #663333;
	}
		
	#navMenu1 ul .active
	{
	color: #1C8297;
	font-size: 18px;
	font-weight: bold;
	}
	#navMenu1 ul .active a:hover
	{
		color: #1C8297;
	}
	
	/* sub_nav */
	#subNav
	{
	width: 200px;
	background-color:#fff;
	float: left;
	}
	
	#subNavMenu
	{
		float: left;
		position: absolute;
		top: 377px;
		/* left: -12px; */		
		margin: 0;
		padding: 0;
	}
	
	#subNavMenu ul li
	{
		margin: 4px 0 2px 0px;
		display: block;
		list-style-type: none;
	}
	
	#subNavMenu ul li a
	{
		margin: 0;
		padding: 0 0 0 17px;
		text-decoration: none;
		white-space: nowrap;
		font-weight: bold;
		color: #663333;
	}
	
	#subNavMenu li a:hover
	{
	color: #1C8297;
	}
	
	#subNavMenu ul .active a
	{
		color: #1C8297;
		font-weight: bold;
		background-image: url("../images/arrow_subnav.gif");
		background-repeat:no-repeat;
	}
	
	
/* top_img */

#imgBar {
	width: 994px;
	height: 209px;
	margin: 0px;
	padding: 0px;
}
#imgBar img{
	width: 994px;
	margin: 0px;
	padding: 0px;
}

/* divider horizontal */

#divider_hor {
	width: 994px;
	height: 46px;
	padding:0px;
	margin:0px;
	background-image: url("../images/divider_hor_bg.gif");
	background-repeat:no-repeat;
}
	
/* 1 koloms content */
	#mainContent {
	padding: 0px 20px 173px 0px;
	margin: 0px 242px 0px 205px;
	width: 525px;
	background: #FFFFFF;
	}
	#mainContent p {
	line-height: 150%;
	margin-bottom: 12px;
	}
	
	p.spacer {
	margin-bottom: 60px;
	}
	
	.titel 
	{
	margin: 0;
	padding: 0;
	font-size : 29px;	
	line-height: 40px; /* zonder line height heeft font-size geen effect (in combinatie met Sifr) */
	font-weight: bold;	
	}
	.titel2 {
	font-size : 18px;
	font-weight: bold;
	}
	
	#sidebar {
	float: right;
	margin-top: 42px;
	width: 190px;
	padding: 0px 15px 0px 25px;
	border-left: 1px solid #A3CDD5;
	}
	
	#mainContent li {
	margin-left: 12px;
	list-style-type: square;
	line-height: 22px;
	color: #1C8297;
	}
	
	#mainContent li.lijst {
	margin-left: 16px;
	list-style-type: square;
	line-height: 16px;
	color: #663333;
	}
	
	#mainContent ol li{
	line-height: 16px;
	margin-left: 22px;
	color: #663333;
	list-style-type:decimal;
	}
	
/* 4 koloms content */
	#mainContent4col {
	padding: 0px 20px 173px 0px;
	margin: 0px 0px 0px 205px;
	width: 768px;
	background: #FFFFFF;
	}
	
	#mainContentHome {
	padding: 0px 20px 173px 0px;
	margin: 0px 0px 12px 49px;
	width: 925px;
	background: #FFFFFF;
	}
	
	#mainContent4col p {
	line-height: 150%;
	margin: 0px;
	}
	
	#mainContent4col h2 {
	font-size: 13px;
	}
	
	#column2, #column3, #column4{
	margin: 0px 0px 0px 30px;
	padding: 8px 0px 0px 0px;
	width:162px;
	float:left;
	}
	
	#column1 {
	margin: 0px ;
	padding: 0px 0px 0px 0px;
	width: 180px;
	float:left;
	}
	
	#column1Home {
	margin: 0px 80px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 280px;
	float:left;
	}
	#column2Home, #column3Home{
	padding: 30px 0px 0px 0px;
	width:200px;
	float:left;
	}
	#column2Home{
	margin-right: 45px;
	}
	
	#mainContentHome li{
	list-style-type: square;
	list-style-position:inside;
	margin-left: 0px;
	color: #663333;
	}
	
	
/* cases, faq */
	.caseBox, .faqBox {
	margin: 25px 0px 0px 0px;
	padding: 13px 13px 6px 33px;
	height:100px;
	border: solid 1px #A3CDD5;
	}
	.faqBox:hover {
	background: #F0F8F9;
	}
	.caseBox img{
	margin-right: 20px;
	float: left;
	}
	#caseQuote {
	margin-left: 111px;
	}
	.faqVraag {
	margin-left: 0px;
	}
	.caseQuote h2, .faqVraag h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1C8297;
	margin-bottom: 3px;
	font-size: 18px;
	line-height: 23px;
	cursor: pointer;
	}
	
	.faqVraag h2 {
	padding: 0px 40px 0px 0px;
	font-weight:normal;
	}
	
	.caseContent, .faqAntwoord {
	display: block;
	border: 1px solid #A3CDD5;
	background: #F6FAFB;
	background-image: url("../images/arrow_down.gif");
	background-repeat:no-repeat;
	padding: 18px 14px 26px 18px;
	margin: -1px 0px 0px 0px;
	line-height: 16px;
	color: #663333;
	font-weight: normal;
	cursor: auto;
	}	

/* footer */
	#footer {
	padding:0;
	margin:0;
	width: 994px;
	bottom: -1px;
	bottom: 0 !important;
	border-top: 1px solid #A3CDD5;
	position: relative;
	background:#FFFFFF;
	clear:both;
}
/* footer-sitemap */
#footer-sitemap { display: block; margin: 14px 0 44px 28px; padding: 0; float: left; }
#footer-sitemap li { float: left; margin: 0 60px 10px 0; display: block; padding: 0; }
#footer-sitemap li.selected li a { text-decoration: none; color: #0060BF; }
#footer-sitemap li.selected li a:link { text-decoration: none; color: #1C8297; }
#footer-sitemap li.selected li a:visited { text-decoration: none; color: #1C8297; }
#footer-sitemap li.selected li a:active { text-decoration: none; color: #1C8297; }
#footer-sitemap li.selected li a:hover { text-decoration: underline; }
#footer-sitemap li li a { text-decoration: none; color: #999999; }
#footer-sitemap li { font-size: 13px; font-weight: bold; color: #999999; }
#footer-sitemap li ul { margin-top: 3px !important; }
#footer-sitemap li li { font-size: 11px; font-weight: normal; }
#footer-sitemap li ul { margin: 0; padding: 0; }
#footer-sitemap li li { float: none; display: block; margin: 0 0 2px 0; padding: 0; }
#footer-sitemap li:hover a { color: #663333; }
#footer-sitemap li:hover li a { color: #1C8297; }
#footer-sitemap li:hover li a:hover { text-decoration: underline; }

/* footer-legal */
#footer-legal { 
		bottom: -1px;
		margin: 0;
		padding: 0;
		bottom: 0 !important;
		border-top: 1px solid #A3CDD5;
		clear:both;
	}
#footer-legal-nav { 
		margin: 4px 0 2px 28px ;
		padding: 0;

	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
