body {
	margin: 0px;
	padding: 0px;
	text-align: center;

	font-size: 75%;
	font-family: Arial, Helvetica;
	color: #000000;
}

#wrapper {
	display: block;
	position: relative;
	width: 950px;
	
	margin-left: auto;
	margin-right: auto;

	text-align: left;

	background-image: url("../images/bg.gif");
}

#header {
	display: block;
	width: 950px;
	height: 143px;

}
	#header_menu {
		display: block;
		width: 950px;
		height: 25px;

		background-color: #414141;
		color: #ffffff;

		text-align: right;
	}
	
	.header_menu_content {
		float: right;
	}
	
		#header_menu .header_menu_content span {
			float: left;
			margin: 2px 5px 0px 0px;
		}
	
			#header_menu .header_menu_content a {
				color: #ffffff;
				text-decoration: none;
			}
			#header_menu .header_menu_content a:hover {
				text-decoration: underline;
			}
	
	
			#header_menu .header_menu_content .vlag {
				float: left;
				border: 1px solid #414141;
				margin-left: 5px;
				margin-top: 2px;
				font-size: 0px;
			}
			#header_menu .header_menu_content .vlag:hover,
			#header_menu .header_menu_content .active
			{
				border: 1px solid #FFFFFF;
			}
			#header_menu .header_menu_content input {
				border: 0px;
				width: 111px;
				padding-left: 5px;
			}
			#header_menu .header_menu_content .searchSubmit {
				width: 55px;
				height: 18px;

			}
			#header_menu .header_menu_content .grijs {
				color: #acacac;
			}

	#header_balk {
		display: block;
		width: 950px;
		height: 90px;
		font-size: 0px;
	}
	#menu {
		display: block;
		width: 950px;
		height: 28px;

		background-color: #fa0000;
		background-image: url("../images/menu_bg.gif");
		background-repeat: repeat-y;

	}

		#menuitems {
			position: absolute;
			margin: 0px;
			padding: 0px;
			height: 28px;

		}
		#menuitems li {
			list-style-type: none;
			float: left;
			height: 28px;
		}
		#menuitems li a {
			display: block;
			height: 28px;
			color: #ffffff;
 			font-weight: bold;
			font-size: 14px;
			text-decoration: none;

			background-image: url("../images/lijn_vert.gif");
			background-repeat: repeat-y;
			background-position: top right;				
		}
		#menuitems li a:hover {
			background-color: #d30404;
		}
		
		#menuitems li a span {
			display: block;
			padding: 5px 5px 5px 9px;
		}

.menuitem1 
{
 	width: 186px;

	background-image: url("../images/lijn_vert.gif");
	background-repeat: repeat-y;
	background-position: top right;	
}
.menuitem2 
{
	width: 193px;

	background-image: url("../images/lijn_vert.gif");
	background-repeat: repeat-y;
	background-position: top right;	
}
.menuitem3 
{
	width: 190px;
	
	background-image: url("../images/lijn_vert.gif");
	background-repeat: repeat-y;
	background-position: top right;	
}
.menuitem4 
{
	width: 170px;
	
	background-image: url("../images/lijn_vert.gif");
	background-repeat: repeat-y;
	background-position: top right;	
}
.menuitem5 
{
	width: 211px;
}
#menuitems .menuitem5 a {
	background-image: none;
}

#menuitems .menuitem5 a:hover{
	background-color: #414141;
}


.LevelOne span {
	padding-left: 10px;	
}

.LevelTwo span {
	padding-left: 20px;
	font-size: 11px;
}

#open {
	background-image: url("../images/open_bg.gif");
	background-repeat: repeat-y;
	background-position: 0px 0px;
	
	position: absolute;
	top: 143px;
	display: none;
	width: 950px;

	background-color: #ff0000;
	z-index: 31;
}
#open ul {
	float: left;

	margin: 1px 0px 0px 0px;
	padding: 0px;
	height: 171px;

}
#open li {
	list-style-type: none;
	float: left;
}
#open li ul li {
	float: none;
	list-style-type: none;
	
	width: 100%;
}

#open ul li ul li a {
	display: block;
	color: #ffffff;
	height: 17px;
	text-decoration: none;
	padding-top: 3px;
}
#open ul li ul li a:hover {
	background-color: #d30404;

}
#open ul .menuitem1 ul li a {
	width: 185px;
}
#open ul .menuitem2 ul li a {
	width: 192px;
}
#open ul .menuitem3 ul li a {
	width: 189px;
}
#open ul .menuitem4 ul li a {
	width: 169px;
}
#open ul .menuitem5 ul li a {
	width: 211px;
}
#open ul .menuitem5 ul li a:hover {
	background-color: #414141;
}






h1, h2, h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h2 {
	color: #b1b1b1;
	font-size: 1.50em;
}
h3 {
	font-size: 1.00em;	
}

P {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}



#cols {
	display: block;
	position: relative;
	width: 950px;
}
	#col_l {
		display: block;
		position: relative;
		float: left;
		width: 185px;
	}
	#col_m {
		display: block;
		position: relative;
		float: left;
		width: 554px;
		vertical-align: top;
	}
	#col_r {
		display: block;
		position: relative;
		float: left;
		width: 211px;
	}

.cleaner {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	clear:both;
	font-size:1px;
	height:1px;
	margin:0;
	padding:0;
}





.grijs {
	color: #b1b1b1;
}

.blauw,
.rood {
	/* color: #172983; */
	color: #ff0000;
}



/* CONTENT */
#col_l h2 {
	margin-top: 50px;
	padding: 0px 10px 0px 10px;
}
#col_r h2 {
	padding: 0px 10px 0px 10px;
	padding-top: 50px;
}
	.copyright {
		background-image: url("../images/lijn_horz.gif");
		background-repeat: repeat-x;
		color: #ff0000;
		text-align: right;
		padding: 5px;
	}



	
	
	.content {
		padding: 20px;
	}
	.content h2 {
		margin: 0px 0px 0.50em 0px;
		padding: 0px 0px 0px 0px;			
	}
	.content h3 {
		/* color: #172983; */
		color: #ff0000;
		margin: 0px 0px 1.00em 0px;
		padding: 0px 0px 0px 0px;		
	}
	.content P {
		font-size: 1.0em;
		color: #000000;
	}

	.content a {
		color: #b1b1b1;
		text-decoration: underline;
	}

	.content a:hover {
		color: #b1b1b1;
		text-decoration: underline;
	}
	
	.content .rood
	{
		color:#FF0000;
		text-decoration: none;
		border-bottom: 0px;
	}
	
	.content .rood:hover
	{
		color:#FF0000;
		text-decoration: none;
		border-bottom: 0px;
	}
	
	a {
		color: #ff0000;
		text-decoration: none;
		font-weight: bold;
	}

	a:hover {
		text-decoration: none;
	}
	
		
	
	
	.actieitem {
		background-image: url("../images/lijn_horz.gif");
		background-repeat: repeat-x;
		background-position: bottom;
		
		height: 251px;
		
	}
	.actieitem img {
		margin: 0px 0px 1px 0px;	
	}

#swf {
	width: 552px;
	height: 240px;
	font-size: 0px;
	margin-left: 1px;
}


.assortimentTable {
	width: 100%;
	border-collapse: collapse;
}
.assortimentTable tr {
	background-color: #ffffff;
}
.assortimentTable thead th {
	text-align: center;
	background-color: #ffffff;
}
.assortimentTable thead th h2 {
	margin-top: 10px;
	text-align: left;
}
.assortimentTable tbody {
}
.assortimentTable tfoot {
}
.assortimentTable th {
	background-color: #ececec;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	border-top: 1px dotted #a15240;
	border-left: 1px dotted #a15240;
	border-right: 1px dotted #a15240;
	border-bottom: 1px dotted #a15240;

	text-align: left;
	
}
.assortimentTable td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	border-bottom: 1px dotted #a15240;
	border-left: 1px dotted #a15240;
	border-right: 1px dotted #a15240;
}
.assortimentTable thead tr th {
	border-bottom: 1px dotted #a15240;
	margin: 0px;
	width: 100%;
	
}


#NodesList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#NodesList li {
	display: block;
	margin-bottom: 1px;
	
	background-color: #ececec;
}

#NodesList li a {
	text-decoration: none;
	display: block;

	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-top: 1px solid #ececec;

	padding: 5px;
	padding-left: 5px;
	padding-right: 5px;

}

#NodesList li a:hover {
	border: 1px dotted #a15240;
}



form {
	margin: 0px;
	padding: 0px;
}



.banner {
	margin-left: 1px;
}





.BreadCrumb
{
	display: block;
	height: 30px;
	margin-bottom: 20px;
	color: #b1b1b1;
}
.BreadCrumb a {
	color: #b1b1b1;
}


















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
