
/* ============================================================	*/ 
/* ========	HTML STANDAARDEN  	===============================	*/
/* ============================================================	*/ 

html {
	height:100%;
	width:100%;
	overflow: -moz-scrollbars-vertical;
	}
body {
	margin:0 0 0 0;
	width:100%;
	height:100%;
	
	text-align:center;
	background-color:#4F4F4F;
	
	scrollbar-face-color: #ddd; 
	scrollbar-highlight-color: #FFF; 
	scrollbar-shadow-color: #aaa; 
	scrollbar-3dlight-color: #aaa; 
	scrollbar-arrow-color:  #666; 
	scrollbar-track-color: #FFF; 
	scrollbar-darkshadow-color: #FFF;
	}
body, table, th, td, p, input, textarea, select {
	font-family:Verdana, Arial, Helvetica, Sans-serif;
	font-size:11px;
	}
h1, h2, h3, h4, h5, h6, p {
	margin:0 0 10px 0;
	}
	
a {color:#F90;}
a:hover {color:#F90;}
h1 {}
h2 {
	margin:0 0 5px 0;
	font-size:14px;
	}
h3 {}
h4 {}
h5 {}
h6 {font-size:10px;}	
p {}

img {border:none;}

ol {}
ul {}
li {}
li li {}

label {}
.cB {clear:both;}

/* ============================================================	*/ 
/* ========	LAYOUT BLOCKEN  	===============================	*/
/* ============================================================	*/ 

.container {
	position:relative;
	margin:0 auto 0 auto;
	width:990px;
	min-height:100%;
	height:100%;
	text-align:left;
	background:#4F4F4F url(../gfx/achtergrond.gif) repeat-y left top;
	}
	/* mozilla hax \*/
html>body .container {
    height:auto;
	}
	/* mozilla hax */
	
	
/* ============================================================	*/ 
/* ========	HEADER				===============================	*/
/* ============================================================	*/

div.header {
	position:relative;
	margin:0 15px;
	height:180px;
	background-color:#FFF;
	}
.pokerTitel {
	position:absolute;
	top:117px;
	right:0px;
	width:434px;
	height:43px;
	background:transparent url(../gfx/header_titel.png) no-repeat left top;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gfx/header_titel.png', sizingMethod='image');
	z-index:100;
	}
.pokerTitel h1 {
	display:none;
	}
	

/* ============================================================	*/ 
/* ========	NAVIGATIE			===============================	*/
/* ============================================================	*/
.sideBar {
position:absolute;
top:190px;
left:40px;
width:130px;
z-index:10;
}
div.navigatie {
	
	}
div.navigatie a {
	display:block;
	font-weight:bold;
	margin-bottom:3px;
	font-family:tahoma, Arial, Helvetica, Sans-serif;
	font-size:15px;
	color:#000;
	text-decoration:none;
	}
div.navigatie a.special {
	color:#F00;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #6C6B6B;
	}
div.navigatie a:hover,
div.navigatie a.active{
	color:#F90;
	}
.zoek,
.nieuwsBrief {
	margin:30px 0;
	}
	
.zoek .typeText,
.nieuwsBrief .typeText {display:block;float:left;width:90px;margin:-1px 5px 0 0;}
/* ============================================================	*/ 
/* ========	CONTENTBLOCK		===============================	*/
/* ============================================================	*/
.contentBlock {
	_height:750px;
	min-height:750px;
	}
div.mainContent {
	position:relative;
	margin:0 0 0 215px;
	padding-top:11px;
	width:730px;
	overflow:hidden;
	}
	
.newsBlock {
	float:left;
	margin:0 20px 20px 0;
	width:338px;
	height:220px;
	border-bottom:1px solid #999;
	}
.newsBlock h1 {
	color:#F90;
	font-size:14px;
	}
.newsBlock a {
	font-weight:bold;
	text-decoration:none;
	color:#F90;
	}

.newsBlock a.leesMeer {
	display:block;
	font-size:10px;
	}
	.newsBlock h1 a {
	color:#F90;
	text-decoration:none;
	font-size:14px;
	}
.newsBlock a:hover {}
.newsBlock img {
	float:left;
	margin-right:10px;
	}

	
.newsDetail {
	width:700px;
	overflow:hidden;
	}
.newsDetail h1 {
	color:#F90;
	font-size:14px;
	}
span.datumveld {
	display:block;
	float:right;
	color:#999;
	}
.newsDetail img {
	float:left;
	margin-right:20px;
	}
.newsDetail a {
	color:#F90;
	font-weight:bold;
	text-decoration:none;
	}
.backLink {
	display:block;
	margin-top:20px;
	}
.newsDetail h6 {
	margin:10px 0;
	color:#000;
	font-weight:normal;
	}
.newsDetail h6 a {
	color:#000;
	font-weight:normal;
	text-decoration:none;
	}
.newsDetail .content {
	line-height:1.5em;
	}
.bannerWide {
	margin:30px 0;
	text-align:center;
	width:725px;
	}
.bannerWide img {
	display:block;
	margin:0 auto;
	border:1px solid #000;
	}
	
.newsOverzicht {
	clear:left;
	position:relative;
	width:570px;

	}
.newsOverzicht a {
	display:block;
	padding:0px 0px 7px 20px;
	background:transparent url(../gfx/bullet.gif) no-repeat 0px 2px;
	color:#666;
	text-decoration:none;
	}
.newsOverzicht a:hover {
	color:#000;
	text-decoration:underline;
	}
	
	
/* ============================================================	*/ 
/* ========	FOOTER				===============================	*/
/* ============================================================	*/

div.footer {
	position:absolute;
	bottom:0;
	left:0;
	width:990px;
	clear:both;
	}
div.footer .footerText {
	text-align:right;
	padding:7px 10px 7px 0px;
	}

/* ============================================================	*/ 
/* ========	MAINCONTENT		===============================	*/
/* ============================================================	*/

div.sitemap-list {}

div.sitemap-link {position:relative;width:730px;overflow:hidden;padding:5px 0;border-bottom:1px solid #CCC;}
div.sitemap-link span {display:block;}

span.categorie-link {width:150px;float:left;}
span.categorie-link a {text-decoration:none;color:#999;}
span.categorie-link a:hover {color:#000;text-decoration:underline;}

span.titel-link {width:500px;float:left;}
span.titel-link a {font-weight:bold;text-decoration:none;}
span.titel-link a:hover {color:#000;text-decoration:underline;}

span.date-stamp {float:right;color:#999;font-size:10px;text-align:right;}


/* ============================================================	*/ 
/* ========	FORMULIEREN		  	===============================	*/
/* ============================================================	*/ 

form {
		margin:0px;
		}
.formgrid {
	margin-top:10px
		}
.formGrid th {
	font-weight:bold;
	color:#000;
	text-align:left;
	font-size:12px;
	padding-bottom:10px;
		}
.formGrid td {
	vertical-align:top;
	font-weight:bold;
	color:#000;
		}
	.formGrid td.nameCell {
		padding-top:3px;
		}
label {
	vertical-align:middle;
	}
select.select {
	
	}
textarea.textarea {
	
	}
.bannersRight {
	float:right;
	width:150px;
	overflow:hidden;
	}

.bannersRight a {
	display:block;
	margin-bottom:10px;
	}

.bannersRight img {
	display:block;
	}
	
	
.reageerBlock {
	margin-top:20px;
	padding-bottom:40px;
	border-top:1px solid #DDD;
	width:700px;
	}
.gotoForm {
	margin-top:20px;
	padding-bottom:20px;
	border-top:1px solid #DDD;
	width:700px;
	}
.gotoForm a {
	margin-top:10px;
	color:#F90;
	font-weight:bold;
	text-decoration:none;
	}
.reageerForm {
	margin-top:20px;
	padding-bottom:18px;
	float:right;
	width:340px;
	border:1px solid #DDD;
	background:#FFF url(../gfx/dots.gif) 0px -1px;
}	
.reactie {
	margin-top:20px;
	width:340px;
	padding:8px;
	border:1px solid #DDD;
	}
.reactie h3 {
	font-size:12px;
	}

.typeText {
	padding-left:3px;
	color:#000;
	font-weight:normal;
	width:95px;
	_width:100px;
	height:18px;
	_height:20px;
	border:1px solid #000;
	}
.formGrid input.typeText {
	margin-bottom:5px;
	width:230px;
	height:19px;
	_height:21px;
	font-size:12px;
	border:1px solid #DDD;
	}
.textarea {
	margin-bottom:7px;
	width:230px;
	height:100px;
	font-size:12px;
	border:1px solid #DDD;
	}
	
	

dl.worldclock {font-size: 10px;}
dl.worldclock dt {text-align: left; width: 70px; float:left;}
dl.worldclock dd {margin: 0 0 5px 5px; float:left;}
dt.flag {
	background-position: 0;
	background-repeat: no-repeat;
	padding-left: 18px;
}

.au {background-image: url("../gfx/flags/flag_au.png");}
.ca {background-image: url("../gfx/flags/flag_cda.png");}
.ch {background-image: url("../gfx/flags/flag_ch.png");}
.eu {background-image: url("../gfx/flags/flag_euro.png");}
.fr {background-image: url("../gfx/flags/flag_fr.png");}
.nl {background-image: url("../gfx/flags/flag_nl.png");}
.uk {background-image: url("../gfx/flags/flag_uk.png");}
.us {background-image: url("../gfx/flags/flag_us.png");}
.za {background-image: url("../gfx/flags/flag_safrica.png");}
