html, body{ 
	 margin:0; 
	 padding:0; 
	 text-align:left; 
	 height: 100%;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 background:inherit;
	 background-image:url(../images/background_blauw_home.gif);
	 background-repeat:repeat-y;
	 } 
	 	 
#wrapper{
	width: 882px;
	position: absolute; 
	left:0px;
	height: 100%;
} 
 
#leftcol{
	 width:207px;
	 position: absolute;
	 left:0px;
	 float: left;
	 background-color:none; 
	 height: 100%;
 }
 
#midcol {
	 background-color: none;
	 width:160px; 
	 height: 100%;
	 margin-left: 207px;
	}

#rightcol {
	position: absolute;
	right:0px;
	top:0px;
	width:515px;
	height: 100%;
	}
 
 /* *** rightcol_home_elements *** */ 
 
  #header_blauw {
	position: absolute;
	top:0px;
	width:515px;
	height: 122px;
	background-color: #002656;
	}
	
  #stageimages {
	position: absolute;
	top:122px;
	width:515px;
	height: 240px;
	}
	
  #hometext {
	position: absolute;
	top:363px;
	width:269px;
	padding: 20px;
	background-color: #003366;
	}
	
  #hometext p {
	font: 0.7em Verdana, sans-serif; 
	line-height: 1.7em; 
	color: #FFFFFF;
	margin-bottom: 1.33em;
	text-align:left;
	}
	
  #nieuws_nl {
	position: absolute;
	top:363px;
	left: 309px;
	width:166px;
	background-color: #002656;
	background-image: url(../images/home_titel_nieuws.gif);
	background-repeat: no-repeat;
	padding: 60px 20px 20px 20px;
	}
	
  #nieuws_nl h2 {
	display:none;
	}
	
  #nieuws_de {
	position: absolute;
	top:363px;
	left: 309px;
	width:166px;
	background-color: #002656;
	background-image: url(../images/home_titel_neues.gif);
	background-repeat: no-repeat;
	padding: 60px 20px 20px 20px;
	}
	
  #nieuws_de h2 {
	display:none;
	}
	
  #nieuws_eng {
	position: absolute;
	top:363px;
	left: 309px;
	width:166px;
	background-color: #002656;
	background-image: url(../images/home_titel_news.gif);
	background-repeat: no-repeat;
	padding: 60px 20px 20px 20px;
	}
	
  #nieuws_eng h2 {
	display:none;
	}
	
  .nieuws_item a{
	font: 0.7em Verdana, sans-serif; 
	line-height: 1.7em; 
	color: #527AA7;
	margin-top: 20px;
	text-align:left;
	text-decoration: none;
	display:block;
	}
	
  .nieuws_item a:hover{
	font: 0.7em Verdana, sans-serif; 
	line-height: 1.7em; 
	color: #fff;
	margin-top: 20px;
	text-align:left;
	text-decoration: none;
	display:block;
	}
	
 /* *** header_elements *** */

  #taal{
	position: absolute;
	top:10px;
	left:20px;
	font: 0.6em Verdana, sans-serif;
	line-height: 1.8em; 
	color: #fff;
	}
		
	.taal_blauw {
		line-height: 1.8em; 
		color: #527AA7;
		text-decoration: none;
	}

	.taal_blauw:hover, .taal_blauw:selected {
		color: #FFF;
		background-color: none;
	}

  #titel{
	position: absolute;
	top:80px;
	left:15px;
	}
  #titel h1{
	display:none;
	}

 
 /* *** Float containers fix: *** */ 
.clearfix:after {
	 content: "."; 
	 display: block; 
	 height: 0; 
	 clear: both; 
	 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
	#leftcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}

/* =============== LOGO  */

#logo {
	margin: 0px;
	}


/* =============== NAVIGATION  */

	#navcontainer { 
		padding: 0px;
		width: 207px;
		background-color:#fff;
	}


/*********** #navcontainer link styles ***********/

#navcontainer ul a:link, #navBar ul a:visited {display: block;}
#navcontainer ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navcontainer li {border-bottom: 1px solid #FFFFFF;}

/* fix for browsers that don't need the hack */
html>body #navcontainer li {border-bottom: none;}



/* =============== Copyright */

	#copyrightblok_splash {
		font: 0.6em Verdana, sans-serif;
		line-height: 1.8em; 
		color: #CCCCCC;
		margin-bottom: 1.33em;
		text-align: center; 
		text-decoration: none;
	}
		
	.copyright_splash {
		line-height: 1.8em; 
		color: #CCCCCC;
		margin-bottom: 10px;
		text-align: center; 
		text-decoration: none;
	}

	.copyright_splash:hover, .copyright_splash:selected {
		color: #999999;
		background-color: none;
	}
/* =============== Copyright blauw */

	#copyrightblok_site {
		position: absolute;
		width:250px;
		font: 0.6em Verdana, sans-serif;
		line-height: 1.8em; 
		color: #174B7F;
		padding: 40px 0 20px 0;
		text-decoration: none;
	}
		
	.copyright_blauw {
		line-height: 1.8em; 
		color: #174B7F;
		margin-bottom: 1.33em;
		text-decoration: none;
	}

	.copyright_blauw:hover, .copyright_blauw:selected {
		color: #527AA7;
		background-color: none;
	}



/* =============== ARTICLE  */

  #bodytext{
	position: absolute;
	top:163px;
	width:475px;
	padding: 20px;
	background-color: #003366;
	}
	
  #bodytext p {
	font: 0.7em Verdana, sans-serif; 
	line-height: 1.7em; 
	color: #FFFFFF;
	margin-bottom: 1.33em;
	text-align:left;
	}
	#article ul {
		font: 0.7em Verdana, sans-serif;
		color: #666666;
		list-style-type: circle;
	}		
	#article li {
		padding: 2px;
		color: #666666;
		margin-left: 0px;
	}				



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin-bottom: 5px;
	padding: 0px;
	border: 0px solid #cccccc;
	font-size: 70%;
}

#sectionLinks a {
	display: block;
	color: #4D6F90;
	padding: 2px 0px 2px 30px;
	text-decoration: none;
}

#sectionLinks a:hover {
	color: #174B7F;
	text-decoration: none;
	font-weight: bold;
}
#sectionLinks ul{
	list-style-type: none; 
}
