
/* --- RESETTING BROWSER DEFAULTS - based upon http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/ --- */

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* --- SITE DEFAULTS --- */

html {
	overflow-y: scroll;	/* toont in FF altijd een scrollbar zodat gecentreerde site niet steeds verspringt. CSS3 */
}

body, html {
	height: 100%;
}

body, p, td, h1, h2, h3, h4, h5, h6, input, textarea, select {
	color: #535369;
	font-family: Verdana, sans-serif;
}

body {
	font-size: 0.7em;
	background: #ffffff url(../images/bck_siteAlg.gif) repeat-x center top;
}

h1, h2, h3{
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	clear: both;
}

h1{
	font-size: 1.25em;
	font-weight: normal;
	padding-top: 6px;
	color: #0A59A4;
	letter-spacing: 1px;
}
h2{
	font-size: 1.25em; 
	padding-top: 16px;
	padding-bottom: 2px;
	color: #0A59A4;
	font-weight: bold;
	letter-spacing: 1px;
}
.first{
	padding-top: 4px;
}

h3 {
	font-weight: bold;
	padding-bottom: 2px;
}

a {
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}

strong, b{
	font-weight: bold;
}

.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
img.alignLeft {
	margin: 4px 8px 6px 0;
}
img.alignRight {
	margin: 4px 0 6px 8px;
}

.offScreen {
	position: absolute;
	left: -9999px;
}


/* = = = = = de site = = = = = */

#container {
	position: relative;   /* #footer wordt t.o.v. deze div gepositioneerd */
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bck_alg.gif) repeat-y center top;
}

html>body #container {
   height: auto;
   min-height: 100%;
}

#top {
   margin: 0;
   padding: 0 0 30px;   /* bottom minstens de totale hoogte van de footer */
}

.siteWidth {
   width: 776px;   /* breedte van de site wordt hier bepaald */
   margin: 0 auto;
   overflow: hidden;
}

/* = = = = = header met eventuele menu's = = = = = */

#header {
	height: 115px;
	padding: 0;
	margin: 0;
	clear: both;
	position: relative;
	z-index: 2;
}

/* servicemenu */
div#serviceMenu{
	float: right;
	margin: 15px 0 0;
	padding-right: 26px;
}
	#serviceMenu li{
		float: left;
		margin: 0;
		padding: 0 0 2px 4px;
		color: #333333;
		font-weight: bold;
		font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	} 
		#serviceMenu a {
			color: #000000;
			text-decoration: none;
		} 
		#serviceMenu a:hover, #serviceMenu a:focus, #serviceMenu a:active {
			color: #CCFF00;
			text-decoration: underline;
		} 
		#serviceMenu li.selected a {
			color: #CCFF00;
		}

div#hoofdMenu {
	width: 430px;
	height: 34px;
	float: right;
	margin: 51px 6px 0 0;
	background-color: #CCFF00;
	border: 1px solid #FFFFFF;
}
html>body div#hoofdMenu {
	height: auto;
	min-height: 34px;
	margin-right: 13px;
}
	div#hoofdMenu li {
		float: left;
		margin: 0;
		padding: 5px 0 2px 12px;
		color: #333333;
	} 
		div#hoofdMenu a {
			color: #333333;
			font-size: 16px;
			font-weight: bold;
			font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
			text-decoration: none;
		} 
		#hoofdMenu a:hover, #hoofdMenu a:focus, #hoofdMenu a:active, #hoofdMenu li.selected a {
			color: #0A59A4;
		} 
		
div#fotos{
	height: 200px;
	margin: 0;
	padding-bottom: 5px;
	position: relative; 
	top: -20px;
	left: 0;
	z-index: 1;
	background-color: #ffffff;
}
html>body div#fotos {
	margin-top: 5px;
}

/* = = = = = body met content = = = = = */
#sidebarLeft {
	float: left;
	width: 183px;
}
#content {
	float: left;
	width: 580px;
}
#sidebarRight {
	float: left;
	width: 13px;
}

/* titel site */
div#subMenu {
	width: 155px; /* 183px */
	margin: 0;
	padding-left: 28px;
	float: left;
}

	div#subMenu div {
		margin-top: 60px;
		float: left;
	}
	div#subMenu div.button {
		margin-top: 8px;
		float: left;
	}
	
		div#subMenu div img {
			margin-top: 0;
			float: left;
			clear: both;
		}

/* --------- 2 kolommen ------------- */
div#kolom_1 {
	float: left;
	overflow: hidden;
	width: 375px; /* 408px */
	padding: 0 13px 20px 20px; 
	line-height: 16px;
}
 
div#kolom_2{
	float: left;
	width: 172px;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 20px;
	margin-top: 0;
}

/* Kolom 1 */
	div#tip {
		width: 345px;
		background: #E6FF80;
		padding: 6px 7px;
		margin-bottom: 16px;
	}
	div#tip h2{
		padding-top: 0;
	}

	/* Programma */
	#kolom_1 ul.prog li{
		margin: 2px 0 0;
		padding: 0 0 2px 0; 
		color: #E84715;
	}
/* Kolom 2 */
	/* Nieuws */
	#kolom_2 ul.nws li{
		margin: 2px 0 0;
		padding: 0 0 2px 6px; 
		color: #E84715;
		text-decoration: none;
		background: url(../images/listOr.gif) no-repeat top left;
	}
	#kolom_1 ul.prog a, #kolom_1 ul.prog a:visited,
	#kolom_2 ul.nws a, #kolom_2 ul.nws a:visited{	
		color: #E84715;
		text-decoration: none;
		border-bottom: none;
	}
	#kolom_1 ul.prog a:hover, #kolom_1 ul.prog a:active, #kolom_1 ul.prog a:focus,
	#kolom_2 ul.nws a:hover, #kolom_2 ul.nws a:active, #kolom_2 ul.nws a:focus{
		color: #E84715;
		text-decoration: underline;
	}

#content a:link, #content a:visited{
	color: #002E5F;
	text-decoration: underline;	
}
#content a:hover, #content a:focus, #content a:active{
	color: #98BE00;
	text-decoration: none;	
}

.meer{
	padding-bottom: 27px;
}

#kolom_2 img{
	margin-bottom: 4px;
}

.nwsbrf{
	line-height: 16px;
}

/* --------- formulier ------------- */
form{
	margin: 0px;
	padding: 0px;
}


/* = = = = = footer = = = = = */
#footer {
   position: absolute;   /* positioneer t.o.v. #container */
   bottom: -1px;
   width: 100%;
}

html>body #footer {
   bottom: 0;
}

#footer .siteWidth {
	height: 30px;
	background:  url(../images/footerNieuw.gif) no-repeat top;
}

div#colofon {
	text-align: right;
	padding: 12px 20px 0 0;
	background: transparent;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
	#colofon a {
		color: #8FB300;
		font-weight: bold;
		text-decoration: none;
	}
	#colofon a:hover, #colofon a:active {
		color: #8FB300; text-decoration: underline;
	}




