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

img, fieldset {
   border: 0;
}

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

td {
	vertical-align: top;
}

#icstats {
   visibility: hidden;
   display:none;
   height: 0px;
}

/******************************************************************************************************
	ALGEMENE STIJLEN
******************************************************************************************************/
* {

}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	color: #999999;
	font-style: italic;
	font-size: 15px;
}
h2 {
	color: #999999;
	font-style: italic;
	font-size: 15px;
}
/******************************************************************************************************
	SPECIFIEKE PROJECTONDERDELEN
******************************************************************************************************/
div#container {

	width: 775px;
	position: absolute;
	left: 50%;
	margin-left: -388px;
	top: 0px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
div#container div#header {
	position: absolute;
	left: 0px;
	top: 22px;
	height: 172px;
	z-index: 1;
}
div#container div#content {
	position: absolute;
	top: 390px;
	left: 0px;
	width: 675px;
	background-color: #181818;
	background-image: url(../images/balk_blanco.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 0px 50px 38px 50px;

}

	div#container div#content .contentPadding {
		margin-top: 17px;
	}
	div#container div#content p a {
		color: #666666;
	}

	div#container div#content p#submenu  {
		color: #999999;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height:14px;
		text-decoration: none;
	}

		div#container div#content p#submenu a.submenulink {
			color: #666666;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height:14px;
			text-decoration: none;
		}

		div#container div#content p#submenu a.submenulink_active {
			color: white;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height:14px;
			text-decoration: none;
		}


	div#container div#footer {
		position: absolute;
		height: 18px;
		left: 0px;
		width: 775px;
		background-color: black;
		background-image: url(../images/imgFooter.jpg);
		background-position: 0px 0px;
		background-repeat: repeat-x;
		margin-top: 18px;
		padding-top: 40px;
	}
	div#container div#footer p {
		text-align: center;
	}

	div#container div#footer p .text1 {
		font-family: Arial, Helvetica, sans-serif;font-size: 10px;line-height:14px;color: #CCCCCC;
	}

	div#container div#footer p	.text2 {
		font-family: Arial, Helvetica, sans-serif;font-size: 10px;line-height:14px;color: #666666;
	}

	.padding_horizontal { /* ruimte tussen afbeelding en tekst via padding van tabel */
		padding-left: 22px;
	}
	.padding_vertical { /* ruimte tussen afbeelding en tekst via padding van tabel */
		padding-top: 22px;
	}

	div#container div#content .nieuwsItem {
		padding: 0px;
		line-height: 18px;
		width: 645px;
	}
		div#container div#content .nieuwsItem td.nieuwsAfbeelding {
			width: 250px !important;
		}
		div#container div#content .nieuwsItem td.nieuwsContent{
			padding: 0px 5px 10px 10px;
			line-height: 18px;
			width: 495px;
		}
		div#container div#content .nieuwsItem td.nieuwsContent p {
			font-size: 13px;
			font-family: Arial;
			color: white;
		}
		div#container div#content .nieuwsItem h4 {
			color: #999999;
			font-style: italic;
			font-weight: normal;
			font-size: large;
		}
		div#container div#content .nieuwsItem a {
			font-size: small;
			font-family: Arial;
			color: #999999;
			text-decoration: none;
		}
		div#container div#content .nieuwsItem h2 {
			color: #cccccc;
			font-style: italic;
			font-size: medium;
			font-weight: normal;
		}

		div#container div#content .nieuwsItem img.nieuwsBorder {
			border: dashed white 1px;
		}
		div#container div#content .nieuwsItem .nieuwsTussenRuimte{
			height: 30px;
		}
		div#container div#content  .eventsContent .titel {
			font-weight: normal;
			color: white;
			font-size: 13px !important;
			font-family: Arial !important;
		}
		div#container div#content table.eventsitem .eventsContent{
			padding-right: 15px;
		}
		div#container div#content .eventsContent p, div#container div#content a{
			font-size: 12px;
			color: #999999;
		}
		div#container div#content .datumEvents {
			color: red;
			font-weight: bold;
		}
		.eventAfbeeldingSingle {
			padding: 10px;
		}
		.ruimteAfbeeldingThumb{
			height: 63px;
		}
		.team {
			width: 645px;
			height: 500px !important;
			}

		div#container div#content form {
			width: 200px;

		}

		.eventsTussenRuimte {
			padding-top: 10px;
			height: 40px !important;
		}

		div#container div#content form input.inputfield {
			margin-left: 7px;
			width: 200px;
			border: solid 1px white;
			background-color: #181818;
			color: white;
		}
		div#container div#content form textarea {
			margin-left: 7px;
			width: 200px;
			height: 60px;
			border: solid 1px white;
			background-color: #181818;
			color: white;
		}

		.contentHome {
			background-image: url(../images/home_back.png);
			background-repeat: no-repeat;
			padding: 10px;
		}
		.contentHome table {
			width: 100%;
		}
		.contentHome a img {
			border: 0;
		}
		.contentHome table td:first-child {
			padding: 20px;
		}
		.teamLink {
			color: #666666 !important;
			font-family: Arial;
			font-size: 11px;
			cursor: pointer;
		}
		.teamLinkSelected {
			color: white !important;
			font-family: Arial;
			font-size: 11px;
			cursor: pointer;
		}
		.grijskleur {
			font-size: 10px;
			color: #CCCCCC;
		}
		.eventsContentTekst p {
			color: #CCCCCC !important;
			font-family: Arial !important;
			font-size: 13px !important;
		}
		.aanbodNav, .aanbodNav a {
			font-size: 11px !important;
			font-family: Arial;
			color: #666666 !important;
			text-decoration: none;
		}
		.aanbodNav .totaal_aanbod_overzicht td, .aanbodNav .totaal_aanbod_overzicht td a {
			font-size: 12px !important;
			font-family: Arial;
			color: #cccccc !important;
			text-decoration: none;
		}
		.aanbodNav .totaal_aanbod_overzicht td a, .totaalLink a, .totaalLink{
			color: white !important;
			font-size: 14px !important;
			font-family: Arial;
			text-decoration: underline;
		}
		.hidden {
			display: none;
			visibility: hidden;
			z-index: 10000;
		}
		.show {
			display: block;
			visibility: visible;
			z-index: 9999999;
			position: absolute;
			left: 10px;
			top: 100px;
		}
		#autoeigenschappen td {
			font-size: 13px !important;
			font-family: Arial !important;
			color: #CCCCCC !important;
		}
		.noborder {
			border: 0px;
		}
		.linkTitel {
			color: white;
			text-decoration: underline;
			font-size: 16px !important;
			font-family: Arial;
		}
		.linkTitel1 {
			color: white;
			text-decoration: underline;
			font-size: 13px;
			font-family: Arial;
		}
		.linkTitel2 {
			color: black;
			text-decoration: underline;
			font-size: 13px;
			font-family: Arial;
		}
		.selected {
			color: white !important;
		}
		div#container div#content p, div#container div#content td {
			color: white;
			font-family: Arial;
			font-size: 12px;
		}
		div#contact_uitzondering td, div#contact_uitzondering p{
			color: white !important;
			font-family: Arial;
			font-size: 10px !important;
		}
		div#contact_uitzondering td strong, div#contact_uitzondering p strong{
			color: white !important;
			font-family: Arial;
			font-size: 13px !important;
		}
		.uitzondering_20 {
			color: #CCCCCC !important;
			font-family: Verdana !important;
			font-size: 10px !important;
		}