

	/*****************************************************************************************
	** Basis 																				**
	*****************************************************************************************/
	
	* {
		margin:0px;
		padding:0px;
	}
	
	html {
	overflow: auto;
	}
	
	body {
		font-size:10px;
		color: #1a171b;
		font-family: verdana, arial, sans-serif;
		background: #FFFFFF url('../images/layout/achtergrond.jpg') no-repeat left top;
	}
	
	a {
		color:#000000;
		text-decoration: none;
		font-weight: bold;
	}
	
	h1 {
		font-size: 13px;
		font-weight: bold;
		line-height: 17px;
		color: #000000;
	}
	
	h2 {
		font-size: 12px;
		font-weight: bold;
		line-height: 15px;
	}
	
	h3 {
		font-size: 10px;
		font-weight: bold;
		color: #000000;
	}
	
	img {
		border:0;
	}	
	
	div#wrapper {
		width:943px;
		margin:0  0 0 57px;
	}
	
	div#header {
		width:943px;
		height:127px;
		margin:0;
	}
	div#top {
		width: 943px;
		height:36px;
		margin: 0;
		background: transparent url('../images/layout/top.png') repeat-y;
	}
	
	div#menu {
		float: left;
		width: 522px;
		text-align: left;
		overflow: hidden;
	}
	
	div#logo {
		float: right;
		width: 420px;
		text-align: left;
		overflow: hidden;
		margin-top: -29px;
	}
	
	.clear {
		clear: both;
	}
	
	
	div#columWrapper {
		width:100%;
		margin:0;
	}

	div#firstColum {
		width:703px;
		min-height: 493px;
		margin:0px;
		float:left;
		border-top: 1px solid #F29918;
		position: relative;
		z-index: 0;
	}

	div#firstColumText {
		width:683px;
		height:473px;
		padding: 20px 20px 0 0; 
		border-top: 1px solid #F29918;
		float:left;
		overflow:auto;
	}

	div#firstColumText p{
		margin:10px 0;	
	}
	
	div#slideshow {
		position:absolute;
		left: 0;
		top: 0;
		z-index:1;
	}

	div#secondColum {
		width:240px;
		min-height: 493px;
		float:left;
		background: #F29918;
		border-top: 1px solid #F29918;
	}
	
	div#pagina {
		width: 200px;
		margin: 18px auto;
		line-height: 1.45;
		padding: 0;
		text-align: left;
		
	}
	
	div#footer {
		width:100%;
		height:25px;
		margin:0px;
		padding-top:1px;
		background-color:#707072;
		font-size: 9px;
		color:#FFFFFF;
		text-align:center;
		line-height:22px;
	}
	
	div#eyecFooter {
		width:990px;
		text-align: right;
		font-size: 9px;
		color: #AAAAAA;
		margin:3px 10px 0 0;
		visibility:hidden;
	}
	
	
	/*****************************************************************************************
	** Blokken 																				**
	*****************************************************************************************/	
   
	div#block-links {    
		height: 100%;
		width: 440px;
		z-index: 99;
		position: absolute;
		left: 0;
		top: 0;
		background: transparent url('../images/layout/block-left-bg.png') no-repeat 0 0;
	}
	
	div#block-rechts {
		height: 100%;
		width:262px;
		z-index: 99;
		position: absolute;
		left: 441px;
		top: 0;
	}

	div.block h1 {
		font-size:13px;
		font-weight:bold;
		margin:2px 0px;
	}
	
	div.block p {
		font-size:11px;
		margin:0px 0px 2px 0px;
	}	


	/*****************************************************************************************
	** Menu 																				**
	*****************************************************************************************/
	
	ul#menu_main  {
		width:100%;
		height:40px;				
		padding:0px;
		list-style-type: none;
		display: inline;
		line-height:35px;
		}

		ul#menu_main li {
			float:left;
			text-align: center;
			color: #1A171B;
			font-size:12px;
			margin-top: 56px;
		}
	
		ul#menu_main li a {
			color: #1A171B;
			font-size:12px;
			font-weight: 500;
			text-decoration: none;
		}
	
		ul#menu_main li a:hover {
			color: #1A171B;
			text-decoration: underline;
	
		}
		
		ul#menu_main li#current{
			color: #1A171B;
			text-decoration: none;
			/* background:url(../images/layout/main_selected.jpg) no-repeat 50% 0; */		
		}		

		ul#menu_main li#current a{
			color: #1A171B;
			text-decoration: none;			
		}

		ul#menu_main li#currentDefault{
			color: #1A171B;
			text-decoration: none;
			/* background:url(../images/layout/main_selectedDefault.jpg) no-repeat 50% 0; */		
		}
		
		ul#menu_main li#currentDefault a{
			color: #1A171B;
			text-decoration: none;
		}

		
	ul#menu_sub  {
		width:890px;
		height:20px;				
		background-color:#8abaf4;
		float:left;		
		margin:0px 5px 0px 5px;
		padding:0px;
		list-style-type: none;
		display: inline;
		line-height:20px;		
	}

		ul#menu_sub li {
			float:left;
			text-align: center;
			margin-left: 15px;
			color: #002aa7;
			font-size:13px;
			font-weight:bold;			
		}
	
		ul#menu_sub li a {
			color: #002aa7;
			font-size:13px;
			text-decoration: none;
			font-weight:bold;
		}
	
		ul#menu_sub li a:hover {
			color: #002aa7;
			text-decoration: underline;
	
		}
		
		ul#menu_sub li#current{
			color: #002aa7;
			text-decoration: none;
			/* background:url(../images/layout/sub_selected.jpg) no-repeat 50% 0;  */		
		}		

		ul#menu_sub li#current a{
			color: #002aa7;
			text-decoration: none;			
		}

		ul#menu_sub li#currentDefault{
			color: #002aa7;
			text-decoration: none;
			/* background:url(../images/layout/sub_selected.jpg) no-repeat 50% 0; */		
		}
		
		ul#menu_sub li#currentDefault a{
			color: #002aa7;
			text-decoration: none;
		}