@charset "utf-8";
/* CSS Document */

/*------------------------------- CSS reset ---------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
	margin: 0;
	padding: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border: 0;
}
a, object {
	outline: none;
}
.clear {
	clear: both;
}


/*------------------------------- Body ---------------------------------*/

body {
	background: #FFF;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

html, body, #container { height: 100%;}

body > #container { height: auto; min-height: 100%;}

.background { background: url(../images/bg.jpg) no-repeat top left;}


/*------------------------------- Headings ---------------------------------*/

h1 { color: #4B628A; font-size: 25px;}
h2 { color: #4B628A; font-size: 14px;}
h3 { color: #FFFFFF; font-size: 12px;}
h4 { color: #4B628A; font-size: 14px;}
h5 { color: #4B628A; font-size: 13px;}
h6 { color: #4B628A; font-size: 9px;}


/*------------------------------- Container ---------------------------------*/

#container {
	margin: 0 auto;
	width: 930px;
}


/*------------------------------- Header ---------------------------------*/

#header {
	width: 930px;
	height: 98px;
}
#header .left {
	float: left;
	width: 465px;
}
#header .left #logo {
	width: 462px;
	height: 71px;
	margin: 17px 0 10px 0;
}

#header .right {
	float: left;
	width: 465px;
}


/*------------------------------- Menu ---------------------------------*/

#menu {
	float: right;
	height: 16px;
	margin: 71px 0 0 0;
}
#menu li {
	float: left;
	margin: 0 0 0 30px;
}
#menu li a {
	display: block;
	float: left;
	color: #555;
	font-size: 13px;
	text-decoration: none;
}
#menu li a:hover {
	color: #4B628A;
}

/*--- Submenu ---*/
#menu li ul {
    display: none;
	margin: 14px 0 0 -110px;
	padding: 13px 0 15px 0;
	text-align: right;
}
#menu li:hover ul, #menu li.hover ul {
	position: absolute;
	display: block;
	width: 167px;
}
#menu li:hover li a, #menu li.hover li a {
	width: 152px;
	padding: 10px 15px 10px 0; 
	color: #FFF;
	font-size: 11px;
	background: url(../images/subMenuBg.png);
}
#menu li li a:hover {
    /* color: #4B628A;*/
	background: none;
	background-color: #555555;
}

/*--- IE7 ---*/
*:first-child+html #menu li ul {
	margin: 14px 0 0 -165px;
}


/*------------------------------- Main ---------------------------------*/

#main {
	width: 930px;
	height: 412px;
}
#main .content {
	float: left;
	width: 420px;
	height: 362px;
	padding: 30px 20px 20px 25px;
	background: url(../images/mainContentLayer.png) #4B628A no-repeat left bottom;
	color: #FFF;
	font-size: 14px;
	overflow: hidden;
	display:none;
}
	#main .content a { color: #FFF; text-decoration: none;}
	#main .content a:hover { color: #555;}

#main .content .high {
	margin: 0 0 30px 0;
	font-size: 22px;
	line-height: 26px;
}
#main .content p {
	line-height: 20px;
}
#main .banner {
	float: left;
	width: 465px;
	height: 412px;
	display:none;
}

#main .content_text { display:none;}



/*------------------------------- Blocks ---------------------------------*/

#blocks {
	width: 930px;
	margin: 26px 0 40px 0;
	color: #555;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
}
	#blocks a { color: #555; text-decoration: none; cursor: pointer;}
	#blocks a:hover { color: #5575A3;}

#blocks #block1 { float: left; width: 235px; position: relative;}
#blocks #block2 { float: left; width: 234px; position: relative;}
#blocks #block3 { float: left; width: 233px; position: relative;}

/*--- Title ---*/
#blocks .title { height: 35px; font-size: 12px; color: #FFF;}
#blocks #block1 .title { width: 235px; background: url(../images/block1.jpg);}
#blocks #block2 .title { width: 234px; background: url(../images/block2.jpg);}
#blocks #block3 .title { width: 233px; background: url(../images/block3.jpg);}
#blocks .title a { display: block; color: #FFF; height: 35px;}

/* #blocks .title a:hover { display: block; background: url(../images/blockHover.png) no-repeat right;} */

#blocks .title :hover { display: block; background: url(../images/blockHover.png) no-repeat right;}


#blocks h3 { height: 26px;}
#blocks #block1 h3 { width: 215px; padding: 9px 0 0 20px;}
#blocks #block2 h3 { width: 200px; padding: 9px 0 0 34px;}
#blocks #block3 h3 { width: 198px; padding: 9px 0 0 35px;}

/*--- P ---*/
#blocks #block1 p { width: 220px; padding: 0 14px 0 0;}
#blocks #block2 p { width: 220px; padding: 0 13px 0 0;}
#blocks #block3 p { width: 220px; padding: 0 12px 0 0;}

/*--- Inloggen ---*/
#blocks #inloggen {
	float: left;
	width: 228px;
	text-align: right;
}
#blocks #inloggen h3 {
	width: 213px;
	height: 26px;
	padding: 9px 15px 0 0;
	background: url(../images/block4.jpg);
}
#blocks #inloggen input[type=text],#inloggen input[type=password] {
	width: 130px;
	height: 15px;
	margin: 0 0 4px 0;
	padding: 1px 2px 0 2px; 
	border: 1px solid #DEDEDE;
	font-size: 11px;
	color: #555;
	font-family: Verdana, Arial;
}

/*--- Lees verder ---*/
#blocks span a {
	margin: 5px 0 0 0;
	color: #5575A3;
	font-size: 11px;
	text-decoration: none;
}
	#blocks span a:hover { color: #555;}


/*------------------------------- Wrapper ---------------------------------*/

#wrapper {
	border-top: 1px dotted #CDCDCD;
	padding: 30px 0 40px 0;
	min-height:400px;
}


/*------------------------------- Content ---------------------------------*/

#content {
	float: left;
	width: 544px;
	margin: 0 35px 0 0;
	color: #555;
	font-size: 12px;
	line-height: 20px;
		display:none;
}
	#content a { color: #5575A3; text-decoration: none;}
	#content a:hover { text-decoration:underline;}

#content h1 {
	margin: 0 0 35px 0;	
}
#content p {
	margin: 20px 0;	
}


/*------------------------------- Sidebar ---------------------------------*/

#sidebar {
	float: left;
	width: 351px;
	font-size: 12px;
	color: #555;
	font-family: Verdana, Arial;
	text-align:right;
}
#sidebar img {
	margin: 50px 0 0 0;
}
#sidebar a { color: #5575A3; text-decoration: none;}
#sidebar a:hover { text-decoration:underline;}


/*------------------------------- Footer ---------------------------------*/

#footer {
	clear: both;
	width: 930px;
	height: 85px;
	margin: 0 auto;
	padding: 12px 0 0 0;
	border-top: 1px dotted #CDCDCD;
	font-size: 11px;
	color: #999;
}
	#footer a { color: #999; text-decoration: none;}
	#footer a:hover { color: #4B628A;}

#footer ul {
	float: left;
	width: 300px;
	height: 70px;
	line-height: 18px;
	padding: 0 25px 0 0;
}
#footer ul.center {
	width: 300px;
	padding: 0 25px;
	border-left: 1px dotted #C5C5C5;
	border-right: 1px dotted #C5C5C5;
}
#footer ul.right {
	padding: 0 0 0 25px;
	width: 225px;
}
#footer ul li ul {
	margin: -54px 0 0 150px;
}

/*------------------------------- Contact ---------------------------------*/

#contact_form input[type=text] {
	width: 300px;
	height: 15px;	
	padding: 2px;
	margin: 2px;
	border: 1px solid #DFDFDF;
	color: #7D7D7D;
	font-size: 11px;	
	font-family: Verdana, Arial;
}

#contact_form .textarea {
	width: 300px;
	height:100px;	
	padding: 2px;
	margin: 2px;
	border: 1px solid #DFDFDF;
	color: #7D7D7D;
	font-size: 11px;	
	font-family: Verdana, Arial;
}


#contact_form  .button  {
	background-color: #5575A3;
	color: #FFF;
	border : none;
	font-size: 10px;

	text-align:left;
	padding: 10px 15px 10px 15px;	
	cursor: pointer;
	font-family: Verdana, Arial;
}
#contact_form  .button:hover  {background-color:#555555;background-image:none;}




/*------------------------------- Clearfix ---------------------------------*/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */