/*
Coder: Sam Gordon - Pixale
Website: Pixale.net
*/

/* Global Attributes */



* {
	margin:0;
	padding:0;
}

img {
border: 0
}
sup {
	font-size: 16px;
	font-weight: bold;
}

.smalltext {
	font-size: 10px;
}

body {
	background: #eee;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 0;
	}

a:link img, a:active img, a:visited img, a:hover img {
			border: 0px 
	}

a:hover, a:active, a:focus {
			color:#;
			outline: none
	}

a:link, a:visited, a:active {
			text-decoration:none
	}

a:hover {
	color:#;
	text-decoration:underline
		}

.left {
		float:left
	}

.right {
	float:right;
	}

h1, h2, h3, h4, h5, h6, span, p, ul, li {
		margin:0;
		padding:0;
		line-height: 130%;
		font-weight:normal
	}


	#wrapper {
		background: url(../images/wrapper.png) repeat-y;
		width:1021px;
		height:auto;
		margin:0 auto;
	}

#header {
	height:186px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

	#header h1,
	#header h1 a,
	#header h1 a:hover {
	width:206px;
	height:88px;
	text-indent: -1000px;
	float:left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	}

	#header .right {
		width:731px;
		height:auto;
		margin:0 3px 0 0;
		overflow:hidden
	}

		#language {
			height:22px;
		}

			#language ul {
				list-style:none;
				float:right;
				margin:0 10px 0 0;
				padding:0
			}


			#language ul li {
				display:inline;
				margin:4px 0 0 3px;
			}

				.LangMenu_selected,
				.LangMenu_selected a,
				.LangMenu_selected a:hover {
					background:#feffff;
					border-bottom:2px solid #d7e0e9;
					color:#00376f;
					font-size:9px;
					float:left;
					height:11px;
					text-decoration:none
				}

				.LangMenu,
				.LangMenu a,
				.LangMenu a:hover {
					border-bottom:2px solid #275684;
					color:#fff;
					font-size:9px;
					float:left;
					height:11px;
					text-decoration:none
				}

		#navigation {
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
		}

#content {
	width:1015px;
	height:auto;
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

	#content .left {
	width:268px;
	height:auto;
	margin:40px auto 0;
	background-color: #FFF;
	}
#content h1{
	font-size: 18px;
	font-weight: bold;
}
#content p{
	font-size: 13px;
}

	#content .right {
		width:706px;
		height:auto;
	}

		#content .right h2 {
	font-size:16px;
	font-weight:bold;
		}

		.content_inner {
	width:auto;
	height:auto;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
	background-color: #FFF;
		}

#footer {
	background: url(../images/footer.png) no-repeat;
	height:147px
}

	#footer .right {
	color:#fff;
	font-size:11px;
	padding-top: 100px;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 0;
	text-align: right;
	}
	#footer .right a:link {
	color: #FFF;
	font-size: 10px;
}
	#footer .right a:visited {
	color: #FFF;
	font-size: 10px;
}

.center {
	text-align: center;
}
.table_dotted {
	border: 1px dotted #006;
}
.table_dotted2 {
	border: 1px solid #BEBEBE;
	background-color: #EEE;
	text-align: right;
	color: #342015;
	margin-left: 120px;
}


/* algemeen 
---------------------------- */
.right p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 170% !important;
}

/* links */
.right a:link {
	color: #DA8A4B;
	text-decoration:none;
	}
.right a:visited{
	color: #DA8A4B;
	text-decoration:none;
	}
.right a:hover{
	color: #DA8A4B;
	text-decoration:none;
	}
.right a:active{
	color: #DA8A4B;
	text-decoration:none;
	}
	
/* List */

.right ul {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
			}
.right li {
	list-style-image: url(../images/bullet.png);
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left:10px;
			}

.right ul li {
	color:#010101;
	font-size:13px
			}
.extra-padding-top20{
	padding: 20px 0px 0px 0px;}
		
/* left nav */

.left_nav {
	width:236px;
	height:auto;
	margin:0 0 27px 31px;
		}
.left_nav_header {
	background: url(../images/left_nav_header.png) no-repeat;
	height:38px;
			}
.left_nav_header h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	padding:12px 0 0 12px;
			}

.left_nav ul {
	width:214px;
	margin:0 0 0 13px;
	border:1px solid #e5e0da;
	list-style:none;
	padding:1px 0 0;
			}

.left_nav ul li {
	color:#01366c;
	font-size:14px;
	padding:2px 0 0 12px;
	margin:0 0 1px 1px;
			}

.nav_item {
	background:#eee;
	width:200px;
	height:19px;
}
.nav_item a:link{
	color: #036;
	font-weight: bold;
}
.nav_item a:visited{
	color: #036;
	font-weight: bold;
}
.nav_item a:hover{
	color: #B06324;
	text-decoration: none;
}
.nav_item a:visited{
	color: #036;
	font-weight: bold;
}
.current {
	color: #B06324 !important;
}

.left_info {
	background:#eee;
	width:218px;
	height:auto;
	border: 1px solid #CCC;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 35px;
	font-size: 11px;
	padding: 7px;
		}

.left_info p {
	color: #00356b;
			}
.left_info a:link {
	color: #DA8A4B;
		}
.left_info a:hover{
	color: #DA8A4B;
	text-decoration: underline;
		}
.left_info a:visited{
	font-weight: bold;
	color: #DA8A4B;
		}
.left_info ul li{
	margin-left: 10px;
	color: #00356b;
		}






/* Home 
----------------- */

#subheader h2{
	background-image:url(../../images/h2.png);
	background-position:top left;
	background-repeat:no-repeat;
	color:#FFF;
	padding:10px;
	}
.home-item{
	clear:both;
	display:block;
	width:100%;
	color: #000;
	width: 665px;
	padding: 5px 0;
	}	
.categorieitem a:link {
	color: #00356b;
	text-decoration:none;
	}
.categorieitem a:visited{
	color: #00356b;
	text-decoration:none;
	}
.categorieitem a:hover{
	color: #DA8A4B;
	text-decoration:none;
	}
.categorieitem a:active{
	color: #00356b;
	text-decoration:none;
	}

.categorieitem{
	background: url(../../images/header.png) no-repeat center top;
	display:inline;
	float: left;
	list-style: none;
	width: 140px;
	margin-right: 2%;
	text-align:center;
	background-color:#eee;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	}
.categorieitem h3 {
	color: #eee;
	margin-bottom: 2px;
	font-size: 14px;
	margin-top: 2px;
	}
.opsomming{
	list-style-position:inside;
	list-style-image:url(../images/bullet.png);
	}
.categorieitem ul{
	text-align:left;
	margin-bottom: 10px;
	}





/* Template - global contact information and sitemap on every page  
------------------------------------------------------------------- */

.contact-info{
	border-top:1px solid #ccc;
	color: #666;
	height: 160px;
	margin: 10px;
	width: 690px;
	padding: 5px;
	float:right;
	clear:both;
	margin-top: 20px;
	}
.contact-info p{
	padding: 5px 0;
	color: #00376f;
	}
.contact-info div{
	display:inline;}
	
.contact-info-title {
	display: block;
	color: #000;
	padding: 7px 0;
	}
.contact-info #contact-info-contact{
	width: 140px;
	float: left;
	display: block;
	}
.contact-info #contact-info-sitemap span.contact-info-title{
	margin-left:150px;
	}
#contact-info-sitemap ul{
	display:inline;
	list-style: none;

	}
#contact-info-sitemap #sitemap-overview .sitemap-overview-item{
	display:block;
	width: 100px;
	float:left;
	padding-left: 10px;
	height:100px;	
	margin-top: 5px;
}
#contact-info-sitemap #sitemap-overview .sitemap-overview-item span{
height: 20px;
display:block;
}
#contact-info-sitemap #sitemap-overview .sitemap-overview-item-first{
	display:block;
	width: 75px;
	float:left;
	padding-left: 10px;
	height:100px;	
	margin-top: 5px;
}
#contact-info-sitemap #sitemap-overview .sitemap-overview-item-first span a:link{
	color: #666;
	text-decoration: none;
}
#contact-info-sitemap #sitemap-overview .sitemap-overview-item-first span a:visited{
	color: #666;
	text-decoration: none;
}
#contact-info-sitemap #sitemap-overview .sitemap-overview-item-first span a:hover{
	color: #da8a4b;
	text-decoration: none;
}
#contact-info-sitemap #sitemap-overview .sitemap-overview-item-first span a:active{
	color: #666;
	text-decoration: none;
}
#contact-info-sitemap #sitemap-overview .sitemap-overview-item ul{
}
#contact-info-sitemap #sitemap-overview .sitemap-overview-item ul li{
	padding: 2px 0;
	list-style:circle;
	list-style-position:inside;
}
#contact-info-sitemap #sitemap-overview .sitemap-overview-item ul li a:link{
	color: #00376f;
}
#contact-info-sitemap #sitemap-overview .sitemap-overview-item ul li a:visited{
	color: #00376f;
}
#contact-info-sitemap #sitemap-overview .sitemap-overview-item ul li a:hover{
	color: #da8a4b;
	text-decoration: none;
}
#contact-info-sitemap #sitemap-overview .sitemap-overview-item ul li a:active{
	color: #00376f;
}



/* Technologie melk afbeelding 
------------------------------- */

.afb-center-200{
	text-align:center;
	margin: auto 0;}
.afb-center-200 img{	
padding: 20px 5px;}

			
/* liquid foods 
------------------------------ */

.opsomming2 {
	list-style:none;
	list-style-type:circle;
	margin-left: 20px;
	}
.liquidfoods{
	padding-top:5px;
	padding-left:10px;
}
