/* ----------------------------------------------
	BASISSETTING, positionering                               
	____________________________________________ */

div{
	margin:0;
	padding:0;
}	
	
body{
	font: 11px Verdana,Helvetica,Arial;
	color:#000;
	padding:0;
	margin: 0 auto;
	background:#fff;
}
	
#container {
	margin:0 auto;
	width: 943px;
	margin-top:20px;
	background:url(../images/lijn_bg.gif) repeat-y;
}

	#kolom1{
		float:left;
		width:162px;
		font-family:Lucida Console,Arial,Helvetica ;
		background:url(../images/cover_vlak.gif) no-repeat top;
	}
	
		#logo a{
			float:left;
			width:147px;
			height:71px;
			margin-bottom:45px;
			background:url(../images/NEM_logo.gif) no-repeat;
		}
	
		#menu{
			float:left;
			width:162px;
			margin-bottom:14px;
		}
		
			#menu ul{
				margin:0;
				padding:0;
			}
			#menu li{
				margin:0;
				padding:0;
				list-style:none;
			}
			#menu li a{
				float:left;
				width:157px;
				height:20px;
				margin:0;
				padding:0;
				padding-top:7px;
				padding-left:5px;
				color:#008fc2;
				font-size:14px;
				background:url(../images/menu_bg.gif) no-repeat 0px -27px;
			}
			#menu li a:hover{
				color:#fff;
			}
			#menu li.actief a {
				color:#fff;
				background:url(../images/menu_bg.gif) no-repeat bottom;
			}
			#menu li.boven a {
				background:url(../images/menu_bg.gif) no-repeat 0px 0px;
			}
			
			.banner{
				float:left;
				width:142px;
				color:#fff;
				background:#cd1719;
			}
			
				.banner_top{
					float:left;
					width:132px;
					padding:5px;
					padding-top:8px;
					padding-bottom:8px;
					font-size:14px;
					background:url(../images/banner_top.gif) no-repeat top;
				}
				.banner_content{
					float:left;
					width:142px;
					margin:0;
					padding:0;
				}
				.banner_bottom{
					float:left;
					width:132px;
					padding:5px;
					padding-top:8px;
					padding-bottom:8px;
					font-size:13px;
					background:url(../images/banner_bottom.gif) no-repeat bottom;
				}
					.banner_bottom a{
				font-size:14px;
					color:#fff;
				} 
				
			.banner_news{
				float:left;
				width:142px;
				margin-top:10px;
			}
			
				.banner_news_top{
					float:left;
					width:132px;
					height:20px;
					color:#fff;
					font-size:14px;
					padding-top:7px;
					padding-left:10px;
					margin-bottom:5px;
					background:url(../images/news_kop.gif) no-repeat;
				}
				
				.banner_news_content{
					float:left;
					width:132px;
					margin:0;
					padding:0;
					color:#1d1d1b;
				}
	
				
				.groot_rood{
					font-size:16px;
					color:#cd1719;
				}
				
	
		#zoeken{
			float:left;
			width:142px;
			height:23px;
			margin-top:10px;
			background:url(../images/zoek_bg.gif) no-repeat;
		}
		
		#zoeken input{
			border:0px solid #fff;
			background:none;
			width:115px;
			padding-top:3px;
			padding-left:5px;
			font-size:11px;
		}
	
	
	#kolom2{
		float:left;
		width:781px;
		
			overflow:hidden;
	}
	
		#header{
			float:left;
			width:781px;
			height:125px;
			background:url(../images/header.jpg) no-repeat top right;
		}
		
		#content{
			float:left;
			width:701px;
			padding:40px;
			padding-top:20px;
			min-height:550px;
			line-height:17px;			
			/*overflow:hidden;*/
		}
		*html #content{
			height:600px;
		}
		
		.home #content{
			width:788px;
			padding:0px;
			height:760px;
			overflow:hidden;
		}
		
			.links{
				float:left;
				width:310px;
				padding-right:80px;
				border-right:1px solid #008fc2;
			}
			
			.rechts{
				float:left;
				padding-top:85px;
				padding-left:20px;
				width:193px;
			}
		
		#footer{
			margin:0;
			float:left;
			width:785px;
			height:20px;
			margin-left:158px;
			background:url(../images/footer.gif) no-repeat #fff;
		}
		
		.home #footer{
			margin-top:-10px;
			background:url(../images/footer.gif) no-repeat transparent;
			background-position:bottom;
			height:10px;
		}
		
		*html #footer{
			margin-left:79px;
		}
		
	.font{
		font-weight:normal;
		font-size:15px;
	}
	
/* ----------------------------------------------
		PRODUCTEN BLOK
____________________________________________ */

.pro_blok{
	float:left;
	width:160px;
	margin:0;
	padding:0;
	margin-right:69px;
	margin-bottom:10px;
}

	.pro_blok_afb{
		float:left;
		width:160px;
		height:117px;
		margin:0;
		padding:0;
		background-repeat:no-repeat;
		background-position:bottom;
	}
	
	.pro_blok_content{
		float:left;
		color:#fff;
		width:140px;
		padding:10px;
		height:180px;
		overflow:hidden;
		background:#008ebf;
	}
	
	.pro_blok ul {
		margin-left:0;
	}

/* ----------------------------------------------
	CLEARER, it will not stretch otherwise
	____________________________________________ */
	
.clearer{ 
	clear: both;
} 

/* ----------------------------------------------
	CONTENT STYLES
	____________________________________________ */

h1, h2, h3, h4, h5 {
	font-weight: bold;
	/*letter-spacing: -.05em;*/
	margin: 0;
	padding: 0;
	/*line-height: 1em;*/
}
h1 {
	font-size:22px;
	padding: 10px 0 10px 0;
	margin: 0 10px 0 10px;
	margin-left:0px;
}

.letter_klein{
	font-size:22px;
}

.home h1{
	/*height:37px;*/
	margin:0px;
	
}

h2{
	color: #000;
	font-weight:bold;
	font-size:15px;
	font-weight:normal;
	margin-bottom:7px;
	margin-top:7px;
}

h3{
	font-weight:normal;
	color: #008ebf;
	font-size:20px;
}

h4{
	font-size:11px;
	font-weight:bold;
	color: #000;
	margin:0;
}

h5{
	color: #008fc2;
}

hr{
	height:1px;
	color:#008fc2;
}

ul{
	margin:0;
	padding:0;
	padding-left:17px;
	margin-left:17px;
}

a {
	color: #008fc2;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.nonactief{
	color:#a8a7a7;
}

/****************************************************** SIFR
   These are standard sIFR styles... do not modify 
***************************************************** SIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}
/*
.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: 0px;
	font-size: 19px;
}*/

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: 0px;
	font-size: 19px;
}