@charset "utf-8";
/* CSS Document */

body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	background-image:url(../images/bg.png);
}

#main {
	width:900px;
	margin: 0px auto;
	border:1px solid #000000;
}

#taalkeuze {
	background-color:#FFF; 
/*	background-image:url(../images/bg-contentbox.png);
	background-repeat:repeat; */
	height: 24px;
	text-align:right;
	line-height:30px;
	padding-right:10px;
}

.vlag {
	margin-right:5px;
	border:0px;
}

#header {
	background-color:#5155a4;
/*	border-top: 1px solid #000; */
	height: 100px;
	text-align:center;
}

.logo {
	margin-top:15px;
	border:0;
}

h2.text-header {
	margin-top: 0px;
	padding-left: 25px;
	display:block;
	width:775px;
	background-color:#FFFFFF;
	color: #5155a4;
	}

#menu {
	background-color:#44469e;
	width: 900px;
	height: 24px;
	line-height: 24px;
}

.mainmenu_item {
	font-size: 12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	display: block;
	float:left;
	text-align:center;
	background-image:url(../images/bg-mainmenu.png);
	background-repeat:repeat-x;
}

#content {
	padding-top:15px;
	height: 622px;
	clear:left;
	background-image: url(../images/bg-content.jpg);
	background-repeat:no-repeat;
}
#contentbox {
	margin:auto;
	background-image:url(../images/bg-contentbox.png);
	background-repeat:repeat;
	height: 600px;
	width: 800px;
}
	#promoblok {
		width:450px;
		height:250px;
		float:left;
	}
		#actieimg {
			margin:0 auto;
			width:250px;
			height:188px;
		}
	#welkom {
		padding:25px;
		width: 400px;
		height: 300px;
		float:left;
		line-height:22px;
	}
	#sampleprods {
		margin-top: 40px;
		width:350px;
		height:600px;
		float:left;
		text-align:right;
	}
		#sampleprods img {
		padding: 0 10px 20px;
		}
#prodmenu {
	border-top:1px solid #000000;
	text-align:center;
	margin:0;
	padding: 10px 0 10px 10px;
	width: 890px;
	float: left;
	background-color:#FFFFFF;
}
#prodmenu table {
	width:95px;
	text-align:center;
	}
#prodmenu table caption {
	font-size:11px;
	font-weight:bold;
	}
#submenu {
	margin:25px 0 0 10px;
	width: 170px;
	float: left;
	font-size:12px;
	overflow:auto;
	height:557px;
}
#submenu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}
#submenu a {
	display: block;
	padding: 3px;
	width: 140px;
	background-color: #5155a4;
	border-bottom: 1px solid #eee;
	background-image:url(../images/bg-submenu.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#submenu a:link, #submenu a:visited {
	color: #EEE;
	text-decoration: none;
}
#submenu a:hover {
	background-color: #2e327e;
	color: #fff;
}
.subcat-header {
	display: block;
	color:#000000;
	padding: 3px;
	width: 140px;
	background-color: #fdbe12;
	border-bottom: 1px solid #eee;
	background-image:url(../images/bg-submenu.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#product {
	margin:25px 0 0 25px;
	width: 575px;
	float: left;
}	

#product h2 {
	margin-top:0;
	}

#footer {
	clear:left;
	height:45px;
	line-height:45px;
	text-align:center;
	background-color:#FFFFFF;
}
#footer img {
	margin: auto 10px;
}
#footer img.specialist {
	margin: 0 10px 9px;
}
#subfooter {
	font-size:10px;
	text-align:center;
	height: 24px;
	line-height: 24px;
}