/*
==================================
Opmaak BODY
==================================
*/
body{
	text-align: center;
	margin: 0px auto;
	font-family: helvetica;
	font-size: 13px;
	background-color: #11091E;
	}
	
	
/*
==================================
Opmaak DIVS
==================================
*/
div#wrapper{
	width: 954px;
	position: relative;
	margin: 0px auto;
	padding: 6px;
	background-color: #3e226c;
	}
div#container{
	width: 950px;
	margin: 0px auto;
	text-align: left;
	}
div.spacer{ 
	width:960px;
	height: 6px;
	background: none;
}
div#content{	
	width: 693px;
	height: 100%;
	float: left;
	line-height: 140%;
	}

div#header{
	width: 950px;
	height: 234px;
	}
div#hoofdmenu{
	width: 950px;
	height: 30px;
	background-color: #000000;
	position: relative;
}

div#talen{
	position: absolute;
	right: 0px;
	width: 120px;
	height: 24px;
	text-align: center;
	padding-top: 6px;
	background-color: #c5b7ac;
}
div#talen img{
	border: 1px solid #000;
}
div#content_container{
	width: 950px;
	overflow: auto;
	background-image: url('../images/body/background.jpg');
	background-repeat: repeat-y;
}
div#menu_links{	
	width: 256px;
	height: 100%;
	float: left;
	background: #d1c4bb;
	text-align: center;
	}
div#container_cm{
	width: 693px;
	overflow: auto;
	float: left;
}
div#links{
	height: 30px;
	color: #FFFFFF;
	line-height: 30px;
	font-size: 18px;
	background: none;
	float: left;
}
div#footer{
	width: 950px;
	height: 170px;
	position: relative;
	}
div#footnote{
	width: 940px;
	height: 30px;
	background-color: #000000;
	text-align: right;
	color: #666666;
	font-size: 10px;
	position: relative;
	margin: 0px auto;
	padding-right: 5px;
	padding-top: 3px;
	}
div#footnote a{
	color: #FF0000;
	text-decoration: underline;
}
div#menu_links img{
	border: 1px solid #000000;
}
div#zoeken{
	width: 100%;
	height: 50px;
	line-height: 120%;
	padding-top: 5px;
}
	
/*
==================================
Opmaak TEKSTEN
==================================
*/
p{
	padding: 0px 15px 0px 15px;
	line-height: 140%;
	}
h1{
	color:#11091E;
	font-size:21px;
	font-weight:bold;
	padding: 0px 15px 0px 15px;
}
	
/*
==================================
Opmaak NIEUWS BLOK
==================================
*/
div#nieuws{
	width: 185px;
	height: 20px;
	background-color: #000000;
	line-height: 20px;
	float: right;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
div.nieuws_titel{
	width: 185px;
	height: 20px;
	line-height: 20px;
	float: right;
	font-weight: bold;
	background-color: #FFFFFF;
}
div.nieuws_titel a{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
div.nieuws_datum{
	width: 185px;
	height: 20px;
	line-height: 20px;
	float: right;
	font-size: 11px;
	text-align: right;
	background-color: #cccccc;
}
div#producten_balk{
	width: 660px;
	float: left;
	color: #000000;
}
div#producten_balk a{
	color: #000000;
	text-decoration: none;
}
div#producten_balk a:hover{
	color: #000000;
	text-decoration: underline;
}
/*
==================================
Opmaak LINKS MENU
==================================
*/	
div#links a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	}
div#links a:hover{
	font-weight: bold;
	color: #3e226c;
	text-decoration: none;
	font-size: 16px;
	}
	
div#menu_links a{	
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	}
div#menu_links a:hover{	
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: underline;
	}
div#menu_links .product_link{	
	width: 250px;
	text-align: right;
	line-height: 22px;
	border-bottom: 1px dashed #FFFFFF;
	}
	
div#zoeken .input_zoeken{
	width: 130px;
	height: 16px;
	background-color: #ffffff;
	border: 1px solid #043C5C;
	font-family: Helvetica;
	}
div#zoeken .submit_zoeken{
	height: 20px;
	background-color: #ffffff;
	border: 1px solid #043C5C;
	font-family: Helvetica;
	}
td{ vertical-align: top; }	
form{ margin: 0px auto; padding:0 15px; overflow: hidden;}
.c_border{ border: 1px solid red; }
.c_inputnr{ width: 40px; }
textarea{
	font-family:helvetica;
font-size:13px; }