/*
==================================
Opmaak BODY
==================================
*/
body{
	text-align: center;
	margin: 0px auto;
	font-family: helvetica;
	font-size: 13px;
	background-color: #043C5C;
	}
	
	
/*
==================================
Opmaak DIVS
==================================
*/
div#wrapper{
	width: 962px;
	position: relative;
	margin: 0px auto;
	padding: 6px;
	background-color: #006faf;
	}
div#container{
	width: 950px;
	margin: 0px auto;
	text-align: left;
	}
div.spacer{ 
	width:960px;
	height: 6px;
	background: none;
}
div#header{
	width: 950px;
	height: 234px;
	}
div#hoofdmenu{
	width: 950px;
	height: 30px;
	background-color: #000000;
	position: relative;
}

div#talen{
	position: absolute;
	right: 5px;
	top: 6px;
}
div#content_container{
	width: 950px;
	overflow: auto;
	background-image: url('../images/body/background.jpg');
	background-repeat: repeat-y;
}
div#menu_links{	
	width: 257px;
	height: 100%;
	float: left;
	background: none;
	}
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: 900px;
	height: 30px;
	background-color: #000000;
	text-align: right;
	color: #999999;
	font-size: 10px;
	position: relative;
	margin: 0px auto;
	padding-right: 5px;
	padding-top: 3px;
	}
div#footnote a{
	color: #999999;
}
div#menu_links .imgt{
	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:#095C8C;
	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: #006faf;
	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;
	}
.item_container a{
	color: #000;
	font-style: italic;
	text-decoration: none;
}

