/* ------------------------------------------------------ */
/* Copyright 2009 (Non-)verbaal, http://www.nonverbaal.nl */
/* -------------------------------------------------------*/

@import url("reset.css");
@import url("form.css");
body {
	font: 62.5% Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color:#2B314C;
}
/* Basic structure -------------------------------------- */
/* ------------------------------------------------------ */

h1 {
	font-size:1.2em;
	font-weight:bold;
	margin:0.4em 0 1em 0;
	color:#0C80A7;
}



h2 {
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:0.8em;
}


div#sidebar h2 {
	font-size:1.2em;
	font-weight:bold;
	margin:0.4em 0 1em 0;
	color:#0C80A7;
}


div.content_column1 h2, div.content_column2 h2, div.content_column3 h2 {
	height:88px;
}


body#home h1 {
	display:none;
}
p {
	margin-bottom:1.2em;
}
a {
	color:#53ACCA;
}
strong {
	font-weight:bold;
}
div#container {
	position: relative;
	width: 968px;
	margin: 0 auto;
	background: url(../images/bg_main.gif);
}
div#main {
	float: left;
	width: 100%;
	margin-top: 305px;
	z-index:999;
}
body#nieuwsbrief_root div#main {
	float: left;
	width: 100%;
	margin-top: 130px;
	z-index:999;
}
body#home div#main {
	margin-top: 130px;
}
div#inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
div#content {
	float: right;
	position: relative;
	width: 584px;
	font-size:1.3em;
	line-height:1.4em;
	z-index:100;
	margin:0 34px 0 0;
	background: url(../images/hr.gif) repeat-x;
	padding-top:20px;
}
div#content a {
	color:#2B314C;
}

div#content ul {
	list-style-position: inside;
	list-style-type: disc;
}

div#content div#sidebar ul {
	list-style-position: outside;
	list-style-type: none;
}

body#home div#content {
	float: left;
	width: 900px;
	margin:0 0 24px 34px;
	font-size:1.2em;
	background:none;
	padding:0px;
}
/* Nav -------------------------------------------------- */
/* ------------------------------------------------------ */

div#nav {
	float: left;
	position: relative;
	width: 270px;
	z-index:100;
	margin:0 0 0px 34px;
	background: url(../images/hr.gif) repeat-x;
	padding-top:20px;
}
div#nav ul {
	margin-bottom:20px;
}
div#nav ul li a {
	font-size:1.5em;
	text-decoration:none;
	font-weight:bold;
	line-height:2.2em;
}
div#nav ul li.selected a {
	color:#0C7FA6;
}
/* Header ----------------------------------------------- */
/* ------------------------------------------------------ */

div#header {
	position: absolute;
	overflow:hidden;
	left: 0;
	top: 0;
	width: 100%;
	height:305px;
	background: url(../images/bg_header.gif) no-repeat;
}
body#home div#header, body#nieuwsbrief_root div#header {
	height:120px;
}
div#subheader {
	margin-top:125px;
	margin-left:34px;
	width:900px;
}
div#subheader_nav {
	float:left;
	width:275px;
	height:180px;
	background: url(../images/hr.gif) repeat-x;
	padding-top:20px;
}
div#subheader_nav ul li a {
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:270px;
}
div#subheader_nav ul li.schiphol a, div#subheader_nav ul li.lelystad a, div#subheader_nav ul li.eindhoven a {
	display:block;
	width:270px;
	height:61px;
	text-indent:-9999px;
	margin-top:70px;
}
div#subheader_nav ul li.schiphol a {
	background: url(../images/header/home_schiphol.gif) no-repeat;
}
div#subheader_nav ul li.lelystad a {
	background: url(../images/header/home_lelystad.gif) no-repeat;
}
div#subheader_nav ul li.eindhoven a {
	background: url(../images/header/home_eindhoven.gif) no-repeat;
}
div#subheader_img {
	float:right;
	width:585px;
	height:180px;
}
div.subheader_img_schiphol {
	background: url(../images/header/header_schiphol.jpg) no-repeat;
}
div.subheader_img_lelystad {
	background: url(../images/header/header_lelystad.jpg) no-repeat;
}
div.subheader_img_eindhoven {
	background: url(../images/header/header_eindhoven.jpg) no-repeat;
}
/* Footer ----------------------------------------------- */
/* ------------------------------------------------------ */


div#footer {
	clear: both;
	position: relative;
	width: 968px;
	background: #fff url(../images/bg_footer.gif) no-repeat;
	padding-top:17px;
}
div#footer ul li {
	float:left;
	background: url(../images/footer_li.gif) no-repeat 0px 3px;
	margin-left:0.8em;
	padding-left:0.8em;
}
div#footer ul li.first {
	float:left;
	background: none;
	background-repeat: no-repeat;
	margin-left:34px;
	padding-left:0px;
	font-weight:bold;
}

div#footer ul li a {
	color:#2B314C;
  
}

div#logo a {
	display:block;
	position:absolute;
	top:19px;
	left:17px;
	height:90px;
	width:930px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	text-indent:-9999px;
}
/* Home page ------------------------------------------- */
/* ----------------------------------------------------- */

div.content_column1, div.content_column2, div.content_column3 {
	width:270px;
	float:left;
	background: url(../images/hr.gif) repeat-x;
	margin-top:10px;
	padding-top:20px;
}
div.content_column1, div.content_column2 {
	width:270px;
	margin-right:44px;
}
div.newsmessage, div.newsletter {
	margin-top: 20px;
	padding-top: 30px;
	background: url(../images/hr.gif) repeat-x;
}
div.newsmessage {
	height:130px;
}

div.newsletter {
	height:110px;
	display:none;
}

div.content_column1 a, div.content_column2 a, div.content_column3 a {
	display:block;
	height:158px;
	text-indent:-9999px;
	outline:none;
}
div.content_column1 a {
	display:block;
	height:158px;
	background: url(../images/bg_lelystad.jpg) no-repeat;
	color:#53ACCA !important;
}
div.content_column1 a:hover {
	background: url(../images/bg_lelystad_hover.jpg) no-repeat;
	color:#2B314C !important;
}
div.content_column2 a {
	display:block;
	height:158px;
	background: url(../images/bg_eindhoven.jpg) no-repeat;
	color:#53ACCA !important;
}
div.content_column2 a:hover {
	background: url(../images/bg_eindhoven_hover.jpg) no-repeat;
	color:#2B314C !important;
}
div.content_column3 a {
	display:block;
	color:#53ACCA !important;
	height:158px;
	background: url(../images/bg_schiphol.jpg) no-repeat;
}
div.content_column3 a:hover {
	background: url(../images/bg_schiphol_hover.jpg) no-repeat;
	color:#2B314C !important;
}
div.content_column1 div a, div.content_column2 div a, div.content_column3 div a {
	background:none;
	text-indent:0px;
	height:auto;
	display:inline;
}
div.content_column1 div a:hover, div.content_column2 div a:hover, div.content_column3 div a:hover {
	background:none;
}
/* Start page -------------------------------------------- */
/* ------------------------------------------------------- */


div.content_wrap_home {
	clear:both;
	background-repeat: repeat-x;
	padding-top:40px;
}
div.content_wrap {
	width:320px;
	float:left;
}
div#sidebar {
	width:220px;
	float:right;
	padding-bottom:25px;
	overflow:hidden;
}
div#sidebar ul.actueel li {
	background-image: url(../images/hr.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom:20px;
	margin-bottom:20px;
	line-height:2em;
	width:auto !important;
}
div#sidebar ul.actueel li strong {
	line-height:1.2em;
	font-size:1em;
}
div#sidebar ul li {
	line-height:2em;
	width:400px;
}
div#sidebar ul li span.date, div#sidebar ul li span.title {
	font-size:0.9em;
}
div#sidebar ul li span.date {
	margin-right:0.6em;
}
div#sidebar ul li span.date a {
	color:#242C39;
	text-decoration:none;
}
div.download {
	margin-top:25px;
	padding-top:25px;
	padding-bottom:20px;
	background-image: url(../images/hr.gif);
	background-repeat: repeat-x;
}
div.download a {
	color:#53ACCA !important;
}
div.download a:hover {
	color:#2B314C !important;
}

