@import url(resetclearfix.css);
@import url(prettyPhoto.css);

.left{float:left}
.right{float:right}

body {
	font:12px "Trebuchet MS";
	background:url(/images/body_bg.gif) repeat-x;
	color:#656565;
	text-align:center;
}

a {
	color:#52B2E9;
	text-decoration:none;
}

h1 {
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px #CCC dotted;
	font-size:19px;
	font-weight:normal;
	color:#538DC5;
}

h2 {
	font-size:14px;
	font-weight:normal;
	color:#52B2E9;
}

h3 {
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px #819FBD dotted;
	font-size:19px;
	font-weight:normal;
	color:#FFF;
}

div#wrapper {
	margin:0 auto;
	width:1050px;
	background:url(/images/shadow_wings.gif) 0 170px no-repeat;
}

div#main {
	margin:0 auto;
	width:980px;
	text-align:left;
}

div#header {
	height:170px;
}
	
	div#top_menu {
		float:right;
		margin-top:138px;
		color:#A1A1A1;
		font-size:9px;
	}
	
		div#top_menu a {
			color:#A1A1A1;
			font-size:12px;
			font-weight:bold;
		}
		
		div#top_menu a:hover, div#top_menu a.active {
			color:#52B2E9;
		}

div#column1 {
	float:left;
	padding-bottom:10px;
	width:210px;
	overflow:hidden;
	background:url(/images/column1_bottom.gif) bottom no-repeat;
}
	
	img#menu_top_shadow {
		position:absolute;
		z-index:1000;
	}
	
	div#menu {
		padding-bottom:10px;
		background:#2F5985 url(/images/menu_bottom.gif) bottom no-repeat;
	}
	
	div#menu ul, div#menu li {
		margin:0;
		padding:0;
		list-style:none;
	}
	
	div#menu li {
		display:inline;
	}
	
	div#menu ul ul {
		display:none;
		padding:10px 0 11px 0;
	}
		
		div#menu ul ul.active {
			display:block;
		}
	
	div#menu li a {
		display:block;
		margin-bottom:1px;
		padding:8px 16px;
		font-size:17px;
		color:#A8D7F2;
		text-align:right;
		background:#4380BD;
	}
	
	div#menu li a:hover, div#menu li a.active {
		background:#508DCA url(/images/menu_arrow.gif) center left no-repeat;
		color:#FFF;
	}
		
		div#menu li li a {
			margin:0;
			padding:2px 16px;
			font-size:12px;
			color:#7B9FBD;
			background:none;
		}
		
		div#menu li li a:hover, div#menu li li a.active {
			color:#FFF;
			background:none;
		}
	
	div#last_news {
		padding:10px;
		color:#FFF;
		background:#A1C0DE;
	}
		
		div#last_news span {
			font-size:10px;
			color:#5E95C9;
		}

div#column2 {
	float:left;
	width:770px;
	overflow:hidden;
}
	
	div#content_header {
		height:85px;
		background:url(/images/banners/default.jpg);
	}
	
	div#content_header_home {
		height:270px;
		background:url(/images/banners/home.jpg);
	}
		
		div#content_header h3, div#content_header_home h3 {
			margin:0 0 5px 0;
			padding:0;
			border:none;
		}
		
		div#content_header div, div#content_header_home div {
			float:right;
			padding:6px 10px;
			width:440px !important;
			width:460px;
			font-size:14px;
			color:#B2C6D9;
			line-height:24px;
			background:#455E75;
		}
		
		div#content_header div {
			margin-top:10px;
			/* padding:18px 10px; */
		}
		
		div#content_header_home div {
			margin-top:80px;
		}
	
	div#content {
		padding:20px 0 35px 20px;
		line-height:20px;
		text-align:justify;
	}

div#footer {
	float:right;
	padding:15px 0;
	width:750px;
	border-top:1px #CCC dotted;
	color:#BABABA;
}
	
	div#footer span, div#footer a {
		color:#538DC5;
	}

div.content_columns {
	width:750px;
}

	div.content_column1 {
		float:left;
		width:365px;
	}
	
	div.content_column2 {
		float:left;
		margin-left:20px;
		width:365px;
	}

/**/

table.contactformulier td {
	padding:5px;
}

div.nieuws_list {
	padding-bottom:20px;
}

div.nieuws_image {
	float:left;
	padding:0 10px 5px 0;
}

div.nieuws_titel {
	font-size:14px;
	font-weight:bold;
}

div.nieuws_subtitel {
	font-weight:bold;
}

div.nieuws_datum {
	padding-bottom:10px;
	color:#5E95C9;
	font-size:10px;
}

/**/

div.error0 {
	margin:5px 0 2px 5px;
	padding:1px 20px;
	background:url(/images/error0.gif) left center no-repeat;
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-align:left;
}

div.error1 {
	margin:0 0 2px 5px;
	padding:1px 20px;
	background:url(/images/error1.gif) left center no-repeat;
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-align:left;
}

div.steps {
	margin-bottom:20px;
	height:60px;
	background:url(/images/steps_bg.gif);
}
	
	div.steps div {
		float:left;
		padding:10px 30px 0 0;
		margin-left:20px;
		height:50px!important;
		height:60px;
		background:url(/images/step.gif) no-repeat top right;
		color:#8DA9B5;
	}
	
	div.steps div.active {
		color:#455D75;
	}
	
	div.steps span {
		font-size:16px;
	}

table.step1 {
	margin:0 auto;
}
	
	table.step1 td {
		padding:5px;
	}
	
	table.step1 input {
		width:280px;
		height:39px;
		border:none;
		font:12px "Trebuchet MS";
		color:#FFF;
		vertical-align:middle;
		cursor:pointer;
	}

table.calendar th {
	padding-bottom:15px;
	text-align:center;
	vertical-align:middle;
	font-size:19px;
	font-weight:bold;
	color:#538DC5;
}

	table.calendar th a {
		display:block;
		padding:0 25px;
		font-size:34px;
		color:#6194AC;
	}

table.calendar td {
	width:70px;
	height:50px;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	background:url(/images/calendar_cell.gif) center center no-repeat;
	color:#538DC5;
}
	
	table.calendar input.checkbox {
		position:absolute;
		margin:16px 0 0 9px;
		padding:0;
	}
	
	input.submit {
		position:absolute;
		padding:0;
		width:15px;
		height:10px;
		border:none;
		font-size:8px;
	}
	
		input.daypart1 {
			background:#8ec7c2;
			color:#8ec7c2;
		}
		
		input.daypart2 {
			background:#4ba0d6;
			color:#4ba0d6;
		}

		input.daypart3 {
			background:#18459c;
			color:#18459c;
		}
		
		input.daypart4 {
			background:#FFF;
			color:#FFF;
		}
	
	table.calendar label, table.calendar input {
		cursor:pointer;
	}
	
	table.calendar td.today {
		background:url(/images/calendar_cell_today.gif) center center no-repeat;
	}
	
	table.calendar td.inactive, table.calendar tr.weekdays td.inactive {
		color:#AEBCC9;
	}

table.calendar tr.weekdays td {
	color:#455D75;
}
	
	div.legend {
		width:424px !important;
		width:454px;
		padding:15px;
		background:#f3f3f3;
		font-size:13px;
		color:#6194AC;
	}
	
	div.legend span {
		display:block;
		padding-bottom:10px;
		font-weight:bold;
		color:#455D75;
	}

span.step3_title {
	display:block;
	margin-bottom:20px;
	text-align:center;
	font-size:19px;
	color:#538DC5;
}

div.login {
	float:right;
	padding:20px 0;
	width:355px;
	line-height:normal;
	background:#D6E2E7 url(/images/login_bg.gif) bottom left no-repeat;
	color:#455D75;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
	
	div.login span {
		font-size:28px;
	}
	
	div.login input {
		margin-top:10px;
		width:200px;
	}

table.step3_form th {
	padding:5px;
	font-size:12px;
	color:#455D75;
	text-align:center;
}

table.step3_form td {
	padding:5px;
	font-size:14px;
	color:#455D75;
}

table.step3_form td.text-right {
	text-align:right;
	/* font-weight:bold; */
	font-size: 12px;
}

table.step3_form span {
	font-size:12px;
	color:#A1C0DE;
}

table.step3_form textarea {
	width:165px;
}