
/* --- 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%;
	line-height: 16px;
	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.5em;
	font-weight: bold;
	padding-top: 24px;
	padding-bottom: 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;
}
h2.HP{
	padding-top: 0;
	letter-spacing: 0;
}
h3 {
	font-weight: bold;
	padding-bottom: 2px;
}

a {
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}

a img, :link img, :visited img {
	border: 0;
}

strong, b{
	font-weight: bold;
}

.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
.alignCenter {
	margin: 0 auto;
}
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: auto;
}

/* = = = = = header met eventuele menu's = = = = = */

#header {
	height: 255px;
	padding-top: 0;
	clear: both;
}

/* servicemenu */
div#serviceMenu{
	float: right;
	margin: 15px 0 0;
	padding-right: 26px;
	position: relative;
	z-index: 3;
}
	#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;
	position: relative;
	z-index: 2;
}
html>body div#hoofdMenu {
	height: auto;
	min-height: 34px;
	margin-right: 13px;
}
	div#hoofdMenu li {
		float: left;
		margin: 0;
		padding: 8px 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: 150px;
	position: relative; 
	top: -20px;
	left: 0;
	z-index: 1;
}

*:first-child+html div#fotos {
	top: 67px;	
}

/* = = = = = body met content = = = = = */
#sidebarLeft {
	float: left;
	width: 183px;
}
#content {
	float: left;
	width: 580px;
}
#sidebarRight {
	float: left;
	width: 13px;
}

/* subMenu en subSubMenu */
div#subMenu{
	width: 155px; /* 183px */
	margin: 36px 0 0 0;
	padding-left: 28px;
	float: left;
}

	div#subMenu ul li a, 
	div#subMenu ul li li a,
	div#subMenu ul li li li a		/* submenu-items uit */
	{	
		font: bold 12px "Trebuchet MS", Verdana, Helvetica, sans-serif;
		color: #535369;
		text-decoration: none;
		background: url(../images/sm-uit.gif) left top no-repeat;
		width: 141px; /* 155 */
		padding: 0 2px 10px 12px;
		display: block;
	line-height: 1.2;
	}
		
	div#subMenu ul li a:hover, 
	div#subMenu ul li li a:hover,
	div#subMenu ul li li li a:hover		/* submenu-items uit */
	{	
		text-decoration: underline;
		background: url(../images/sm-aan.gif) left top no-repeat;	
	}

		div#subMenu ul li ul{	/* subsubmenu-items */
			margin: 0 0 6px 0;
			padding: 0;
		}
		

		div#subMenu ul li#subSubMenu	/* sub- + subsubmenu-items actief, alles */
		{	
			background: none;
		}

		div#subMenu ul li#subSubMenu a	/* subsubmenu-item actief, item one */
		{	
			font-weight: bold;
			color: #8FB300;
			background: url(../images/sm-aan.gif) left top no-repeat;
		}
	
			div#subMenu ul li#subSubMenu li 	/* subsubmenu-items gekozen, alles */
			{	
				background: none;
			}
				div#subMenu ul li#subSubMenu li a 	/* subsubmenu-items, items uit */
				{
					color: #666666;
					font-weight: normal;
					background: none;
					width: 133px; /* 155 */
					padding: 0 2px 6px 20px;
				}
		
					div#subMenu ul li#subSubMenu li#subSubMenuAan a{ 	/* subsubmenu-items, item aan */
						color: #8FB300;
						font-weight: bold;
						background: none;	
					}

	/* Alle hovers zijn groen */
	div#subMenu ul li a:hover, 
	div#subMenu ul li a:active,
	div#subMenu ul li#subSubMenu a:hover, 
	div#subMenu ul li#subSubMenu a:active,
	div#subMenu ul li#subSubMenu li#subSubMenuAan a:hover, 
	div#subMenu ul li#subSubMenu li#subSubMenuAan a:active
	{
		color: #8FB300;
	}

/* inhoud */
div#kolom_1{
	float: left;
	overflow: hidden;
	width: 540px;
	padding: 0 20px 20px;
}
/*html>body div#kolom_1{
	width: 570px;
}
*/
#icons {
 float: right;
 position: relative;
 right: 20px; 
 top: 10px; 
}
	#icons ul li {background-image: none; float: left;}
		#icons ul li img {margin-left: 4px;}

a:link{
	color: #002E5F;
}
a:visited{
	color: #68687E;
}
a:hover, a:focus, a:active{
	color: #98BE00;
}

#content #kolom_1 ul li {
	margin: 2px 6px;
	padding: 1px 0 2px 10px;
	background: url(../images/list.gif) no-repeat top left;
}

/* Archief */
	ul.archief {
		float: left;
		width: 100%;
		height: auto;
		margin-bottom: 8px;
	}
		#content #kolom_1 ul.archief li {
			display: inline;
			float: left;
			padding: 0 4px 4px 0;
			margin: 0;
			background-image: none;
		}
		
			#content #kolom_1 ul.archief li a {
				float: left;
				width: 54px;
				padding: 0 2px 1px 3px;
				text-decoration: none;
				color: #FF4F18;
				background-color: #ffffff;
				border: 1px solid #8FB300;
			}
			
			#content #kolom_1 ul.archief li a:hover{
				text-decoration: none;
				color: #535369;
				background-color: #E6FF80;
			}
			
			#content #kolom_1 ul.archief li a.selected {
				text-decoration: none;
				color: #535369;
				background-color: #ffffff;
			}

/* --------- formulier ------------- */
form {
	margin: 0px;
	padding: 0px;
}

label{
    float: left;
    width: 108px;
	vertical-align: baseline;
    margin-right: 2px;
}
label.smal{
    float: left;
    width: 50px;
	vertical-align: baseline;
    margin-right: 2px;
}
input{
	font-size: 1em;
	width: 190px;
    border-width: 1px;
    border-style: solid;
    border-color: #8FB300;   
    margin: 2px 0;
}
input.button{
	width: 120px;
	cursor: pointer;
    background-color: #f5f5f5;
	padding: 1px 0;
}
input.checkBox, input.radio{
	margin: 0 0 2px 0;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	border: none;
}
select{
    width: 120px;
	font-size: 1em;	
    border-color: #8FB300;
    border-style: solid;
    border-width: 1px;
    margin: 2px 0;
}
textarea{
    width: 314px;
    height: 100px;
    border-width: 1px;
    border-style: solid;
    border-color: #8FB300;
    font-size: 1em;	
    margin: 2px 0;
}

/* Aanmeldformulier nieuwsbrief Vervolgpagina */
form#profielNbrf{
/*	font-size: 0.82em;*/
	font-family: Verdana, sans-serif;
	margin: 0;
}
.formtxt{
	vertical-align: top;
	width: 160px;
}
.formfld{
	border: 1px solid #8FB300;
	font-size: 1em;	
	width: 160px;
	height: 12px;
	margin: 0 0 4px 0;
	background: #ffffff;
}
.formfld_txt{  /* commentaarveld */
	border: 1px solid #8FB300;
	font-size: 1em;	
	width: 320px;
	height: 100px;
	margin: 0 0 4px 0;
	background: #ffffff;
}
.formfld_contact{  /* commentaarveld contactform */
	border: 1px solid #8FB300;
	font-size: 1em;	
	width: 160px;
	height: 80px;
	margin: 0 0 4px 0;
	background: #ffffff;
}

.check{
	margin: 0 0 4px 0;
	width: 12px;
	height: 12px;
	vertical-align: middle;
}

/* ============== FORUM ============== */
	img.for_ti{
		float: left;
	}
	/* div#forUser{
		width: 476px;
		padding-top: 33px;
		font-size: 0.82em;
		float: left;
	} */
	div#forUser a:link, div#forUser a:visited{ 	
		color: #000000;
		text-decoration: none;
	}
	div#forUser a:active, div#forUser a:hover{ 	
		color: #000000;
		text-decoration: none;
	}
	div#forCrumb{
		/* background: #3399FF;
		height: 18px; */
		float: left;
		clear: both;
		font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
		font-size: 1.1em;
		letter-spacing: 1px;
		color: #0A59A4;
		text-decoration: none;
		padding-top: 10px;
		padding-right: 2px;
	}
	div#forCrumb a:link, div#forCrumb a:visited{ 	
		color: #0A59A4;
		text-decoration: none;
	}
	div#forCrumb a:active, div#forCrumb a:hover{ 	
		color: #0A59A4;
		text-decoration: underline;
	}
	
	.forCrumb{
		font-size: 1.1em;
		font-weight: bold;
		/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	}
	div.postReply {
		margin-top: 2px;
		margin-bottom: 2px;
		padding: 1px 4px;
		background-color: #f5f5f5;
		border: 1px solid #8FB300;
		float: right;
		clear: both;
		cursor: pointer;
	}
	
		div.postReply a {
			text-decoration: none;
		}
	
	div.blader{
		font-size: 0.82em;
	/*	border-top: 1px dashed #000000;
		border-bottom: 1px dashed #000000; */
		vertical-align: middle;
		margin: 0 2px 0 2px;
		text-align: right;
	}
	div.blader a:link, div.blader a:visited{ 	
		color: #E92701;
		text-decoration: none;
	}
	div.blader a:active, div.blader a:hover{ 	
		color: #E92701;
		text-decoration: none;
	}
	
	table.forCategory {
	  color: #000000;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  float: left;
	  clear: both;
	}
	
	td.forCategoryName { 
	  color: #000000;
	/*  background-color: #001188; 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;  */
	  font-weight: bold;
	  line-height: 9px;
	  padding: 4px 2px;
	  background-color: #E6FF80;
	  border: 1px solid #8FB300;
	}
	
	th.forForum {
		color: #ffffff;
	  font-size: 9px;
	  font-weight: bold;
	  text-transform: uppercase;
	  background: url(../images/for_bgforCategoryName.gif) #296EAF repeat-x top left; 
	  padding: 2px 0 3px 4px;
	  border: 1px solid #8FB300;
	}
	
	td.forForum {
	  color: #000000;
	/*  background-color: #001188; 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;*/
	  padding: 2px 4px 3px 4px;
	  border-left: 1px solid #8FB300;
	  border-bottom: 1px solid #8FB300;
	  border-right: 1px solid #8FB300;
	}
	td.forForumD {
	/*  color: #000000;
	  background-color: #001188; 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;*/
	  padding: 2px 4px 3px 4px;
	  border: 1px solid #8FB300;
	}
	
	th.forForumC {
	color: #ffffff;
	  font-size: 9px;
	  font-weight: bold;
	  text-transform: uppercase;
	  background: url(../images/for_bgforCategoryName.gif) #296EAF repeat-x top left; 
	  padding: 2px 0 3px 4px;
	  border: 1px solid #8FB300;
	 /* color: #000000;
	  background-color: #001188; 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10px;  
	  font-weight: bold;
	  text-align: center;
	  padding: 4px 2px;
	  background-color: #E6FF80;
	  border: 1px solid #8FB300;*/
	}
	
	td.forForumC {
	  color: #000000;
	/*  background-color: #001188; 
	  font-family: Verdana, Arial, Helvetica, sans-serif;*/
	  font-size: 8pt;
	  text-align: center;
	  border-left: 1px solid #8FB300;
	border-bottom: 1px solid #8FB300;
	border-right: 1px solid #8FB300;
	}
	
	td.forForum a:link, td.forForum a:active{
	  color: #000000;
	}
	
	td.forForumC a:hover, td.forForum a:visited{
	  color: #000000;
	}
	
	img.avatar{
	  padding-bottom: 6px;
	}
	.avatar_txt{
		font-size: 0.8em;
		vertical-align: bottom;
	}
	.file{  /* Blader-knop bij registreren Forum */
		border: 1px solid #8FB300;
		font-size: 1em;	
		width: 242px;
		margin: 0 0 4px 0;
		background: #ffffff;
	}
	
	/* Forum registreren, inloggen, foutmelding enzo*/
	div#register{
		background: #33CCFF;
		color: #000000;
		text-decoration: none;
		padding: 18px 2px 18px 2px;
		_height: 140px;
		min-height: 140px;
	}
	.forumregistertxt {
		padding-right: 20px;
		vertical-align: top;
	}
	div.txt_alg{
		padding-top: 12px;
		width: 553px;
	}
	.txt_alg{
	}


/* = = = = = handig = = = = = */
div.breaker{
	height: 1px;
	clear: both;
	background: transparent;
	font-size: 0px;
	line-height: 0;
}

/* = = = = = 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;
	}

