/******************************************************************************************************
	STANDAARD
******************************************************************************************************/
* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
   border: none;
   height: 100%;
}
html {
   overflow-y: scroll;
}

img, fieldset {
   border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

#icstats {
   visibility: hidden;
   display:none;
   height: 0px;
}
.show ul {
	list-style-type: none;
}
/******************************************************************************************************
	ALGEMENE STIJLEN
******************************************************************************************************/
* {

}

body {
	background-color: white;
	margin: 0;
	padding: 0;
}

div#nieuwsbrief {
	position: absolute;
	background-color: transparent;
	width: 220px;
	height: 16px;
	left: 50%;
	margin-left: 275px;
	top: 65px;
	color: #295FBD !important;
	text-align: right;
	padding-right: 5px;
	z-index: 20;
}
div#nieuwsbrief, div#nieuwsbrief a {
	font-family: Arial;
	font-size: 11px;
	color: #295FBD !important;
	text-decoration: none;
}
div#nieuwsbrief a:hover {
	text-decoration: underline;
}

div#container {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 0px;
}
	div#container img#logo {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 11;
	}

	div#container div#hoofdmenu {
		background-color: white;
		height: 92px;
		width: 703px;
		background-image: url(../images/imgMenuBlauwLijn.jpg);
		background-repeat: repeat-x;
		background-position: 0px 49px;
		position: absolute;
		right: 0px;
		top: 0px;
		z-index: 10;
	}

	div#container div#hoofdmenu table {
		margin-left: 14px;
		margin-top: 16px;
	}
		div#container div#hoofdmenu table tr td.hoofdlink {
			height: 30px !important;
			width: 88px;
		}

		div#container div#hoofdmenu table tr td.hoofdlink a{
			padding: 4px;
			font-size: 13px;
			color: #2B5FBD;
			text-decoration: none;
			text-transform: uppercase;
			font-weight: bold;
			font-family: Sans;
		}

		div#container div#hoofdmenu table tr td.line {
			height: 1px !important;
			padding: 0px;
			margin: 0px;
		}


		div#container div#hoofdmenu table tr td .hoofdlink a:hover {
			border-bottom: 7px solid #2B5FBD;
		}

div#container div#content {
	z-index: 1;
	background-color: white;
	background-image: url(../images/imgContentBackground.jpg);
	background-position: 0px bottom;
	background-repeat: repeat-x;
	width: 414px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: absolute;
	left: 317px;
	top: 92px;
	padding: 10px 22px 10px 22px;
}

	div#container div#hoofdmenu div#quicklinks {
		position: absolute;
		right: 16px;
		top: 10px;
	}

	div#container div#content p {
		font-family: Arial;
		font-size: 11px;
		color: black;
	}
	div#container div#content p a {
		font-family: Arial;
		font-size: 11px;
		color: black;
		text-decoration: underline;
	}
	div#container div#content ul{
		margin-left: 20px;
		list-style-type: square;
	}
	div#container div#content ul li a{
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		color: black;
		text-decoration: underline;
	}
	div#container div#rechts_transparent {
		position: absolute;
		left: 775px;
		top: 92px;
		background-image: url(../images/imgRechtsTransparent.png);
		background-repeat: no-repeat;
		width: 225px;
		height: 490px;
	}

	div#container div#content_schaduw_links {
		z-index: 3;
		background-image: url(../images/imgSchaduwContentLinks.png);
		background-position: 0px bottom;
		background-repeat: repeat-y;
		width: 4px;
		height: 100% !important;
		position: fixed;
		left: 50%;
		top: 0px;
		margin-left: -187px;
	}

	div#container div#content_schaduw_rechts {
		z-index: 3;
		background-image: url(../images/imgSchaduwContentRechts.png);
		background-position: 0px bottom;
		background-repeat: repeat-y;
		width: 4px;
		height: 100% !important;
		position: fixed;
		left: 50%;
		top: 0px;
		margin-left: 275px;
	}

div#container div#home {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 315px;
	background-color: #295FBD;
	width: 1000px;
	height: 186px;
}

	div#container div#home div#nieuws1 {
		position: absolute;
		left: 20px;
		top: 11px;
		width: 260px;
		height: 131px;
	}
	div#container div#home div#nieuws2 {
		position: absolute;
		left: 370px;
		top: 11px;
		width: 260px;
		height: 131px;
	}
	div#container div#home div#nieuws3 {
		position: absolute;
		left: 720px;
		top: 11px;
		width: 260px;
		height: 131px;
	}

	div#container div#blauw_blok div#nieuws1 p, div#container div#home div#nieuws1 p, div#container div#home div#nieuws2 p, div#container div#home div#nieuws3 p {
		color: white;
		font-size: 12px;
		font-weight: normal;
		font-family: Arial;
	}

	div#container div#blauw_blok div#nieuws1 p a, div#container div#home div#nieuws1 p a, div#container div#home div#nieuws2 p a, div#container div#home div#nieuws3 p a{
		color: white;
		text-decoration: none;
		font-weight: bold;
	}

div#container div#blauw_blok {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 321px;
	background-color: #295FBD;
	width: 1000px;
	height: 186px;
}
	div#container div#blauw_blok div#nieuws1 {
		position: absolute;
		left: 20px;
		top: 20px;
		width: 260px;
		height: 131px;
	}

.divh1 {
	position: absolute;
	left: 0px;
	top: 192px;
	width: 226px;
	padding: 15px 5px 15px 45px;
	background-color: #CBD7EF;
}

h1 {
	color: black;
	font-size: 14px;
	height: 16px;
	text-decoration: none;
	text-transform: Capitalize;
	font-family: Arial;
}

h2 {
	color: black;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}

h3 { /* nieuwsblokken op homepage */
	color: white;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
h4 {
	color: black;
	font-size: 14px;
	height: 16px;
	text-decoration: none;
	text-transform: Capitalize;
	font-family: Arial;
}
h5{
	padding: 0; margin: 0;
}
h5, h5 p, h5 a, h5 p a {
	color: #AFAFAF;
	font-size: 10px;
	text-decoration: none;
	font-family: Arial;
}

div#container div#content form#frmContact p {
	margin-top: 10px;
}

div#container div#content .titel {
	color: black;
	font-size: 14px;
	height: 16px;
	text-decoration: none;
	text-transform: Capitalize;
	font-family: Arial;
	font-weight: bold;
}
div#container div#content form#frmContact input,div#container div#content form#frmContact textarea {
	position: absolute;
	left: 150px;
	width: 200px;
}
div#container div#content form#frmContact img {
	position: absolute;
	left: 150px;

}

#errorMelding {
	width: 350px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -175px;
	margin-top: -100px;
	border: solid 1px #cccccc;
	background-color: white;
	color: black;
}
div#container div#fotoOverlay {
	height: 490px;
	width: 225px;
	z-index: 11;
	position: absolute;
	left: 775px;
	top: 92px;
	overflow: hidden;
	max-height: 490px;
}

div#container div#fotoOverlay table tr td {
	width: 75px;
	height: 54px;
}
.blauw_foto {
	background-color: #2B5FBD;
}

/******************************************************************************************************
	SPECIFIEKE PROJECTONDERDELEN
******************************************************************************************************/
.hidden {
	display: none;
	visibility: visible;
}

.show {
	display: block;
	visibility: visible;
	position: absolute;
	top: 40px;
	z-index: 99999 !important;
	border: solid 1px #CBD7EF;
	background-color: white;
	border-top: 0;
	width: auto !important;
	width: 85px;
	min-width: 100px;
	padding-left: 10px;
	margin-top: 5px;
}
.show a {
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	color: black;
}
.show a:hover {
	text-decoration: underline;
	color: black;
}
.fotoAlbum {
	margin-left: 20px;
}
.fotoAlbum li {
	font-size: 11px;
	font-family: Arial;
	list-style-type: square;
}
.fotoAlbumLink {
	text-decoration: none;
	color: black;
}
.small {
	margin-top: 4px;
	font-size: 10px;
}
.last_line {
	height: 4px;
}
#avrfooter {
	position: absolute;
	left: 50%;
	top: 582px;
	margin-left: -500px;
	width: 317px;
	height: 100px;
	z-index: 1;
	color: #AFAFAF;
	font-size: 10px;
	text-decoration: none;
	font-family: Arial;
}
#novafooter {
	position: absolute;
	left: 50%;
	top: 582px;
	margin-left: 275px;
	width: 225px;
	z-index: 1;
	height: 100px;
	text-align: right;
	color: #AFAFAF;
}
.inputField {
	position: absolute;
	left: 50%;
	margin-left: -150px;
	width: 200px;
}
#nn_aanmelding {
	line-height: 20px;
}
