
/* = = = 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: "";
}

em {
	font-style: italic;
}

/* = = = SITE DEFAULTS = = = */

body, html {
	height: 100%;
}

body, p, td, h1, h2, h3, h4, h5, h6, input, textarea, select {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	font-size: 0.6em;
	background: url(../images/bg_site.jpg) #5B5B5D no-repeat 50% 50%;
}

h1, h2, h3{
	clear: both;
	color: #932939;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 5px;
}
h2 {
	font-size: 1.3em; 
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
h3 {
	font-weight: bold;
	padding-bottom: 5px;
}

a {
	color: #932939;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}

a img, :link img, :visited img {
	border: 0;
}

a.meer {
	float: right;
	margin-bottom: 6px;
}

strong, b{
	font-weight: bold;
	font-style: italic;
}

.alignLeft {
	float: left;
}
.alignRight {
	float: right;
}
.alignCenter {
	margin: 0 auto;
}
img.alignLeft {
	margin: 4px 15px 15px 0;
}
img.alignRight {
	margin: 4px 0 15px 15px;
}
div.alignLeft {
	margin: 4px 15px 0 0;
}

.offScreen {
	position: absolute;
	left: -9999px;
}


/* = = = = = = = de site = = = = = = = */

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 988px;
	height: 495px;
	margin: -248px 0 0 -494px;
}


/* = = = siteTop = = = */
#siteTop{
	float: left;
	clear: both;
	width: 100%;
	height: 35px;
	margin: 0;
}

	#hoofdMenu {
		float: left;
		width: 551px;
		height: 35px;
		margin-left: 250px;
		background: url(../images/hoofdmenu.gif) transparent no-repeat top left;
		position: relative;
		filter:alpha(opacity=85);
		-moz-opacity: 0.85;
	}
	* html #hoofdMenu {margin-left: 125px;}
	
		#hoofdMenu ul {
		}
			
			#hoofdMenu li {
				display: inline;
				padding: 0;
				margin: 0;
				position: absolute; 
				top: 0;
			}
				#hoofdMenu li, #hoofdMenu a {
					height: 35px; 
					display: block;
				}
					.knop1 {left: 0; width: 113px;} 		/* 113-129-115-67-64-63 */ 
					.knop2 {left: 113px; width: 129px;}
					.knop3 {left: 242px; width: 115px;}
					.knop4 {left: 357px; width: 67px;}
					.knop5 {left: 424px; width: 64px;}
					.knop6 {left: 488px; width: 63px;}
					
					.knop1 a:hover, .knop1 a.active {background: url(../images/hoofdmenu.gif) #000 no-repeat 0 -35px;}
					.knop2 a:hover, .knop2 a.active {background: url(../images/hoofdmenu.gif) transparent no-repeat -113px -35px;}
					.knop3 a:hover, .knop3 a.active {background: url(../images/hoofdmenu.gif) transparent no-repeat -242px -35px;}
					.knop4 a:hover, .knop4 a.active {background: url(../images/hoofdmenu.gif) transparent no-repeat -357px -35px;}
					.knop5 a:hover, .knop5 a.active {background: url(../images/hoofdmenu.gif) transparent no-repeat -424px -35px;}
					.knop6 a:hover, .knop6 a.active {background: url(../images/hoofdmenu.gif) transparent no-repeat -488px -35px;}

	#logo {
		background: url(../images/logoBT.gif) no-repeat top left;
		width: 195px;
		height: 23px;
		position: absolute;
		top: 58px;
		left: 169px;
		z-index: 100;
	}	

/* = = = siteBody = = = */
#siteBody {
	width: 100%;
	height: 100%;
	clear: both;
	position: relative;
}

	#kolLeft {
		width: 250px;
		height: 460px;
		float: left;
	}
		.visHome {background: url(../images/visual01.jpg) #ffffff no-repeat top left;}
		.visOntwerp {background: url(../images/visual02.jpg) #ffffff no-repeat top left;}
		.visTraining {background: url(../images/visual03.jpg) #ffffff no-repeat top left;}
		.visOpdrachtg {background: url(../images/visual04.jpg) #ffffff no-repeat top left;}
		.visProfiel {background: url(../images/visual05.jpg) #ffffff no-repeat top left;}
		.visContact {background: url(../images/visual06.jpg) #ffffff no-repeat top left;}
	
	#content {
		width: 400px; /* 487px */
		height: 430px; /* 460px */
		padding: 0 40px 30px 47px;
		float: left;
		background-color: #e4e4e4;
		overflow-x: hidden;
		overflow-y: scroll;
		scrollbar-arrow-color: #898989;
		scrollbar-track-color: #e4e4e4;
		scrollbar-face-color: #e4e4e4;
		scrollbar-highlight-color: #e4e4e4;
		scrollbar-3dlight-color: #898989;
		scrollbar-darkshadow-color: #898989;
		scrollbar-shadow-color: #e4e4e4;
	}
	
		#fade {
			float: left;
			width: 400px;
			height: 73px;
			background: url(../images/bg_fade.gif) transparent repeat-x top left;
			position: absolute;
			top: 0;
			left: 250px;
			}
		#scroll {
			float: left;
			padding-top: 73px;
			padding-bottom: 50px;
			margin-bottom: 30px;
		}
	
	#kolRight {
		width: 251px;
		height: 460px;
		padding: 0;
		float: left;
		background: url(../images/foto1.jpg) #ffffff no-repeat top left;
		overflow-y: auto;
		overflow-x: hidden;
	}


	/* = = = opmaak = = = */
		.item {
			float: left;
			clear: both;
			width: 100%;
			padding: 0 0 10px;
			margin: 0;
			color: #000;
		}
		#kolRight .item {
			margin: 0;
			padding: 15px 10px 0 15px;
			width: 226px /* 251px */
		}
		#kolRight .afb {
			padding: 0 0 10px;
		}
			#kolRight .afb img {
				margin: 0;
			}
		
		.item blockquote p {margin-left: 14px;}
		
		#content ul li {
			padding: 0 0 0 10px;
			margin-left: 8px;
			background: url(../images/dot.gif) transparent no-repeat 0 0.7em;
		}
		
		#content ol {
			list-style-type: decimal;
		}
			#content ol li {
				margin: 0 0 0 23px;
			}
			html>body #content ol li {
				margin: 0 0 0 21px;
			}
			*:first-child+html #content ol li {
				margin: 0 0 0 23px;
			}

	/* = = = Nieuws = = = */
	
	.nwsItem {
		width: 100%;
		margin: 0;
		padding: 0 0 14px;
	}
	#kolRight .nwsItem {
		margin: 0;
		padding: 20px 10px 10px 15px;
		width: 226px /* 251px */
	}
	
		.nwsItem h2 {
			padding: 0;
			margin: 0;
		}
		
		.nwsItem .date {
			color: #666666;
			display: block;
			padding-bottom: 4px;
		}
	
	/* = = = nws HP = = = */
	.nwsHP {
		margin-left: 14px;
		color: #ffffff;
	}
	
		.nwsHP h1 {
			color: #ffffff;
		}
		
		.nwsHP a {
			color: #ffffff;
			text-decoration: none;
		}

		a.more {
			color: #CCCCCC;
		}

		.nwsHP a:hover, a:focus, a:active,
		a.more:hover, a.more:focus, a.more:active {
			text-decoration: underline;
		}
	

	
	/* = = = Formulier + poll = = = */
	.item div {
		clear: both;
	}
	
	label{
		float: left;
		width: 120px;
		vertical-align: middle;
		margin-right: 2px;
		border: 1px solid #e4e4e4;
	}
		.radioBox {
			width: 290px;
		}
		
		td.label {
			width: 290px;
			vertical-align: top;
		}
		
		.poll {
			width: 200px;
			clear: none;
		}
		
		.teller {
			font-size: 0.8em;
			color: #999999;
		}
	
	input, select, textarea {
		font-size: 1em;
		width: 290px;
		border: 1px solid #932939;
		margin: 2px 0;
	}
	
	textarea {
	    height: 110px;
	}
	
	input.button {
		width: 90px;
		cursor: pointer;
		background-color: #898989;
		padding: 1px 0;
		border: 1px solid #979797;
	}
	input.stem {
		width: 50px;
		color: #e4e4e4;
		font-weight: bold;
		margin-left: 8px;
	}
	
	input.radio,
	input.checkBox {
		float: left;
		clear: left;
		width: 16px;
		vertical-align: middle;
		border: none;
		margin-left: 5px;
	}
	
	* html input.radio,
	* html input.checkBox {
		margin: 0 0 0 8px;
	}
	
	*:first-child+html input.radio,
	*:first-child+html input.checkBox {
		margin: 0 0 0 8px;
	}

