
/* = = = 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: 20px;
	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 = = = */

body, html {
	height: 100%;
}

body, p, td, h1, h2, h3, h4, h5, h6, input, textarea, select {
	color: #000003;
	font-family: Verdana, sans-serif;
}

body {
	font-size: 0.7em;
	background:  url(../images/bg_body.gif) #fff no-repeat fixed center;
}

h1, h2, h3{
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	clear: both;
}

h1{
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 3px;
	color: #3333CC;
	letter-spacing: 1px;
}
h2{
	font-size: 1.2em; 
	padding-top: 6px;
	padding-bottom: 0;
	color: #CC0000;
	font-weight: bold;
	letter-spacing: 1px;
}
h3 {
	color: #CC0000;
	font-weight: bold;
	padding-bottom: 2px;
}

p {
	display: block;
/*	background-color: #fff;
	margin-bottom: 10px;
	opacity: .76;
	filter: alpha(opacity=76);  voor IE*/	
}

a, a:visited {
	text-decoration: underline;
	color: #CC0000;
}
a:hover, a:focus, a:active {
	text-decoration: none;
	color: #CC0000;
}

a img, :link img, :visited img {
	border: 0;
}

strong, b {
	font-weight: bold;
	color: #CC0000;
}

.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;
	width: 776px;
	height: 679px;
	margin: 0 auto;
}*/
#container {
	position: absolute;
	top: 50%;
	left: 50%; 
	width: 883px;
	height: 600px;
	margin: -300px 0 0 -442px;
	background:  url(../images/bg_container.gif) transparent no-repeat top center;
}


/* = = = Hoofdmenu = = = */
#menu {
	float: left;
	width: 236px;
	height: 506px;
	background:  url(../images/bg_menu.gif) transparent no-repeat 0 0;
	position: absolute;
	top: 50px;
	left: 32px;
	clear: both;
}

	.menu {margin: 0;}

	.b1 {position: absolute;top: 12px;left: 14px;}
	.b2 {position: absolute;top: 57px;left:0;}
	.b3 {position: absolute;top: 106px;left:14px;}
	.b4 {position: absolute;top: 160px;left:19px;}
	.b5 {position: absolute;top: 211px;left:21px;}
	.b6 {position: absolute;top: 269px;left:21px;}
	.b7 {position: absolute;top: 391px;left:13px;}

	img#ws1 {position: absolute;top: 328px;left:29px;}	
	img#ws2 {position: absolute;top: 451px;left:31px;}


/* = = = Content = = = */
#content {
	float: left;
	width: 562px;
	height: 379px;
	background:  url(../images/bg_content.gif) transparent no-repeat 0 0;
	position: absolute;
	top: 50px;
	left: 268px;
}


	/* = = = Taalknoppen = = = */
	#taalKeuze {
		float: left;
		width: 57px;
		height: 88px;
		position: absolute;
		top: 158px;
		left: 0;
		z-index: 10;
	}
	
			img.bt1 {position: absolute;top:0;left:0;}
			img.bt2 {position: absolute;top:28px;left:0;}
			img.bt3 {position: absolute;top:60px;left:0;}
			img.bt4 {position: absolute;top:93px;left:0;}
	
		/* img.bt1 {margin-bottom: 2px}
		img.bt2 {margin-bottom: 5px} */

	#contentMain {
		position: absolute;
		top: 30px;
		left: 80px;
		overflow-x: hidden;
		overflow-y: auto;
/*		width: 458px; */
		height: 301px;
		background:  url(../images/bg_contentMain.gif) transparent repeat-y 0 0;/* */
	}

	#tekst {
		float: left;
		min-height: 301px;
		width: 364px; /* 415px */
		margin: 0; 
		padding: 20px 24px 243px;
		font-weight: bold;
		color:#000000;
		scrollbar-arrow-color:#000000;
		scrollbar-track-color:#ffffff;
		scrollbar-face-color:#B8994E;
		scrollbar-highlight-color:#CAB87D;
		scrollbar-3dlight-color:#D5C597;
		scrollbar-darkshadow-color:#000000;
		scrollbar-shadow-color:#AF9948; 
/*		background-image: url(../images/bg_contentMain.gif);
		background-attachment: fixed;
		background-position: 121px 50px; 
		background-color: #ffffff;
		opacity: .46;
		filter: alpha(opacity=46);  voor IE*/
	}
	
/*		.opaque {
			opacity: .72;
			filter: alpha(opacity=72);  voor IE
		} */
		
		#contentMain ul {
		list-style-type: none;
		margin-bottom: 0;
	}
	
		#contentMain ul li {
			padding: 0 0 0 8px;
			background: url(../images/dot.gif) transparent no-repeat 0 0.5em;
		}


/* = = = subMenu = = = */
	
	#subMenu {
		float: left;
		margin-bottom: 8px;
	}
	
	* html #subMenu {
		margin-bottom: 0;
	}
	
			#subMenu ul li {
				display: inline;
				padding: 0;
				background-image: none;
				margin: 0 2px 0 0;
			}
				
				#subMenu ul li a {
					color: #ffffff;
					background-color: #CC0000;
					font-size: 1em;
					font-weight: bold;
					text-decoration: none;
					padding: 1px 2px 2px;
				}
					
				#subMenu li a:hover, #subMenu li a:focus, #subMenu li a:active {
					text-decoration: underline;
				}
				
					#subMenu ul li.active a {
						padding: 1px 2px 2px;
						text-decoration: underline
					}


/* = = = Animaties onder content = = = */
#anim {
	float: left;
	width: 562px;
	height: 82px;
	background:  url(../images/bg_anim.gif) transparent no-repeat 0 0;
	position: absolute;
	top: 429px;
	left: 268px;
}
#anim div {
	float: left;
	height: 82px;
	position: absolute;
	top: 9px;
	left: 318px;
}

	img#camera {margin: 22px 15px 0 24px;}
	img#lamp {margin-right: 15px;}
	img#film {margin-right: 15px;}
	img#schaar {margin-right: 15px;}


/* = = = Footer met homeknop = = = */
#bottom {
	float: left;
	width: 562px;
	height: 46px;
	background:  url(../images/bg_bottom.gif) transparent no-repeat 0 0;
	position: absolute;
	top: 510px;
	left: 268px;
}

	#pijlLi {
		width: 151px;
		height: 19px;
		position: absolute;
		top: 16px;
		left: 20px;
	}
	#home {
		width: 127px;
		height: 18px;
		position: absolute;
		top: 18px;
		left: 212px;
	}
	#pijlRe {
		width: 164px;
		height: 22px;
		position: absolute;
		top: 13px;
		left: 380px;
	}

/* = = = Opmaak = = = */
/* Nieuws */

.nwsItem {
	width: 100%;
	margin: 0;
	padding: 0 0 14px;
}
	.nwsItem h2 {
		padding: 0;
		margin: 0;
	}
	
	.nwsItem .date {
		color: #000;
		display: block;
		padding-bottom: 4px;
	}

	/* = = = Formulier + poll = = = */
	.item div {
		clear: both;
	}
	
	label{
		float: left;
		width: 120px;
		vertical-align: middle;
		margin-right: 2px;
	}
		.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 #CC0000;
		margin: 2px 0;
	}
	
	textarea {
	    height: 110px;
	}
	
	input.button {
		width: 90px;
		cursor: pointer;
		color: #fff;
		font-weight: bold;
		background-color: #CC0000;
		padding: 1px 0;
		border: 1px solid #CC0000;
	}
	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;
	}

