/* 
	DIRVEN EN GREMMEN CSS BESTAND
	AUTEUR: BOYE OOMENS
	LAATSTE AANPASSING: 14-05-2007
*/

body {
	background: #f4f4f4;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	behavior: url("/library/csshover.htc");
}
/* ------------- HEADINGS */
h1 {
	color: #004877;
	font-size: 18px;
	letter-spacing: 1px;
}
h2 {
	color: #004877;
	font-size: 16px;
	letter-spacing: 1px;
}
h3 {
	color: #004877;
	font-size: 14px;
	letter-spacing: 1px;
}
h4 {
	color: #004877;
	font-size: 12px;
	letter-spacing: 1px;
}
/* ------------- HORIZONTAL RULE */
hr {
	border: none 0;
	border-top: 1px solid #fbad40;
	width: 100%;
	height: 1px;
}
/* ------------- HYPERLINKS */
a:link, a:active, a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: none;
}
/* ------------- ALINEAS */
p  {
	line-height: 20px;
	color: #666;
	font-size: 13px;
}
/* ------------- LI & UL */
ul {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
li {
	list-style: none;
	margin: 0;
	font-size: 14px;
}
ol {
	font-size: 12px;
}
/* ------------- FORMULIER */

ul#adresGegevens {
	margin: 0 0 20px 20px !important;
	padding: 0;
}

ul#adresGegevens li {
	margin: 0;
	padding: 0 0 2px 0;
	font-size: 13px;
	color: #666;
	list-style: none !important;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  min-width: 400px;
  max-width: 480px;
  width: 480px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
	border-top: 1px solid #878787;
	border-left: 1px solid #878787;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 10px;
	margin: 0;
}

form fieldset legend {
	font-size: 13px;
	letter-spacing: 1px;
	color: #004877;
}

form label { 
	display: block; 
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right;
	font-size: 13px; 
	color: #666;
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;
	margin:5px 0 0 10px;
	border-top: 1px solid #878787;
	border-left: 1px solid #878787;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
}

form input#reset {
	margin-left:0px;
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 100px;
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} 

form br {
	clear:left;
}

.veld {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	border-top: 1px solid #878787;
	border-left: 1px solid #878787;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	font-size: 11px;
	padding: 2px 8px 3px 8px;
	margin-right: 4px;
	color: #555555;
	background: #fff;
	height: 13px;
}
.dropdownbox {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	border: 1px solid #666;
	width: 162px;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	margin-right: 4px;
	color: #666;
	background: #fff;
	height: 20px;
}
.submit {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	background: #efefef;
	border-top: 1px solid #878787;
	border-left: 1px solid #878787;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	color: #004877;
	font-weight: bold;
	height: 22px;
	padding: 0px 8px 1px 8px;
}
.submit2 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	background: #efefef;
	border: 1px solid #666;
	color: #0086c6;
	font-weight: bold;
	height: 22px;
	width: 162px;
	padding: 2px 8px 3px 8px;
}
textarea {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	border-top: 1px solid #878787;
	border-left: 1px solid #878787;
	border-right: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	font-size: 12px;
	padding: 5px 3px 3px 8px;
	color: #555555;
	background: #fff;
	width: 240px;
	height: 100px;
}
/* ------------- DIVS */
div.clearBoth {
	clear: both;
}
div#container {
	position: relative;
	margin: 0 auto 0;
	width: 937px;
	height: auto !important;
	padding: 0;
	background: #fff url(/images/container_bg.jpg) repeat-y;
}
div#header {
	width: 909px;
	margin: 0 auto;
	position: relative;
	height: 70px;
}
div#nav {
	margin: 0 auto;
	position: relative;
	width: 620px;
	height: 16px;
	top: 30px;
}
div#nav ul {
	margin: 0;
	padding: 0;
	width: 620px;
}
div#nav li {
	float: left;
	width: auto !important;
	display: block;
	margin: 0;
	padding: 0;
}
div#vlag {
	float: right;
	right: 14px;
	width: 18px;
	height: 12px;
	top: 33px;
	position: relative;
	background: url(/images/tr-vlag.gif) no-repeat;
	cursor: pointer;
}
/* -------- BANNER 1 ------------ */
	div#banner1 {
		width: 881px;
		height: 258px;
		position: relative;
		margin: 0 auto;
		border: none;
	}
	div#banner1VlakLinks {
		height: 258px;
		width: 526px;
		position: relative;
		float: left;
		background: url(/images/bannervlaklinks_bg.jpg) no-repeat left top; 
	}
	div#banner1VlakLinks h1 {
		position: relative;
		left: 20px;
		top: 20px;
		letter-spacing: 1px;
		padding: 0;
		margin: 0;
		width: 495px;
		display: block;
		background: transparent;
	}
	div#banner1VlakLinks h2 {
		position: relative;
		left: 20px;
		top: 65px;
		letter-spacing: 1px;
		padding: 0;
		margin: 0;
		width: 495px;
		display: block;
		background: transparent;
	}
	div#banner1VlakRechts {
		float: left;
		height: 258px;
		width: 355px;
		position: relative;
	}
/* -------- BANNER 2 ------------ */
	div#banner2 {
	width: 881px;
	height: 258px;
	position: relative;
	margin: 0 auto;
	border: none;
	}
	div#banner2VlakLinks {
		height: 258px;
		width: 526px;
		position: relative;
		float: left;
	}	
	div#banner2VlakRechts {
		float: left;
		height: 258px;
		width: 355px;
		position: relative;
		background: url(/images/bannervlakrechts_bg.jpg) no-repeat left top;
	}
	div#banner2VlakRechts h1 {
		position: absolute;
		right: 45px;
		top: 15px;
		letter-spacing: 1px;
		padding: 0;
		margin: 0;
		width: 300px;
		display: block;
		background: transparent;
	}
	div#banner2VlakRechts h2 {
		position: absolute;
		left: 20px;
		bottom: 12px;
		letter-spacing: 1px;
		padding: 0;
		margin: 0;
		width: 330px;
		display: block;
		background: transparent;
	}
div#content {
	position: relative;
	width: 851px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	min-height: 300px;
	height: auto !important;
	_height: 300px;
	background: #fff;
}
div#contentLinkerVlak {
	float: left;
	width: 506px;
	_width: 500px;
	height: auto !important;
}
div#contentLinkerVlak h3 {
	margin: 0;
	padding: 0 0 0 0;
}
div#contentLinkerVlak p {
	margin: 0;
	padding: 0 0 20px 0px;
}
div#contentLinkerVlak img {
	border: 1px solid #666;
}
div#contentLinkerVlak ul {
	margin: 10px 0 14px 0px;
	padding: 0;
	color: #666;
}
div#contentLinkerVlak li {
	margin: 4px 0 4px 0;
	padding: 0;
	color: #666;
	font-size: 13px;
}
div#contentRechterVlak {
	float: left;
	width: 335px;
	_width: 325px;
	height: auto !important;
}
div#contentRechterVlak h3 {
	margin: 0;
	padding: 0 0 0 20px;
	display: block;
	width: 305px;
	font-size: 14px;
}
div#contentRechterVlak p {
	margin: 0;
	padding: 0 0 20px 20px;
}
div#contentRechterVlak ul {
	margin: 10px 0 20px 25px;
	padding: 0;
	color: #666;
}
div#contentRechterVlak li {
	margin: 4px 0 4px 0;
	padding: 0;
	color: #666;
	font-size: 13px;
}
div.separatorGroot {
	width: 500px;
	height: 10px;
	position: relative;
	background: url(/images/separator1.jpg) no-repeat;
	margin: 10px 0 10px 0;
	padding: 0;
}
div.separatorKlein {
	width: 340px;
	height: 10px;
	position: relative;
	background: url(/images/separator2.jpg) no-repeat;
	margin: 10px 0 10px 10px;
	padding: 0;
}
div#footer {
	width: 909px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	height: 75px;
	clear: both;
}
div#footer img {
	margin: 0;
	padding: 0;
}
div#footer p {
	font-size: 10px;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0;
}
div#footer a {
	font-size: 10px;
}
div#footer ul {
	width: 881px;
	height: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
}
div#footer li {
	display: inline;
	list-style: none;
	font-size: 10px;
	padding: 0 5px 0 0;
	margin: 0;
}
div#bottom {
	clear: both;
	width: 937px;
	margin: 0 auto;
	background: #fff url(/images/container_footer.jpg) no-repeat bottom;
	height: 34px;
}

table {
	color: #666;
	font-size: 13px;
}
td {
	padding-left: 10px;
}


/* ------------- SIFR SHIZZLE - NIET EDITEN PLZ */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* ------------- SIFR CLASSES - EDITABLE */
.sIFR-hasFlash div#banner1VlakLinks h1.kop {
	visibility: hidden;
	font-size : 16px;
}
.sIFR-hasFlash div#banner2VlakRechts h2.kop {
	visibility: hidden;
	font-size : 16px;
}
.sIFR-hasFlash div#banner1VlakLinks h2.quote {
	visibility: hidden;
	font-size : 33px;
	font-weight: bold;
}
.sIFR-hasFlash div#banner2VlakRechts h1.quote {
	visibility: hidden;
	font-size : 33px;
	font-weight: bold;
}
.sIFR-hasFlash h3.titel {
	visibility: hidden;
	font-size : 14px;
}

/* Realisatie */
div#realisatie {clear: left; float: right; margin: 5px; width: 35px;}
div#realisatie a {display: block; text-indent: -500px; overflow: hidden; width: 100%; height: 30px; background: url('http://www.e-sites.nl/banners/small/dlm.jpg') center center no-repeat}
div#realisatie a:hover {background: url('http://www.e-sites.nl/banners/small/dlm.jpg?hover=ja') center center no-repeat}
