/* Grid
----------------------------------------------------------------------------------------------------*/
.container				{ width: 748px; margin: 0 auto; }

.col					{ margin-left: 20px; }

.width_1 				{ width: 172px; }
.width_2 				{ width: 364px; }
.width_3 				{ width: 556px; }
.width_4 				{ width: 748px; }

/* Slider
----------------------------------------------------------------------------------------------------*/
.slider,
.slider ul,
.slider ul li,
.slider span.content 				{ height: 375px; }

.slider span.content 				{ width: 748px; }
.slider span.content .omschrijving 	{ width: 136px; }
		
/* Algemeen
----------------------------------------------------------------------------------------------------*/
header {
	height: 110px;
	padding: 0;
	}
	
section.content {
	padding: 0 0 80px;
	}
	
.width_4 h1 { padding-left: 192px; }
.width_3 h1 { padding-left: 0; }

/* Navigatie
----------------------------------------------------------------------------------------------------*/
nav.dropdown 	{ display: none; }
nav.normal a 	{ font-size: 12px; }

/* Artikelen
----------------------------------------------------------------------------------------------------*/	
.artikelen .row article {
	width: 268px;
	border-top: none;
	}	
	.artikelen article .foto {
		width: 268px; height: 126px;
		}
		
/* Sitemap footer
----------------------------------------------------------------------------------------------------*/
.sitemap .row {
	width: 364px;
	margin-left: 20px;
	float: left;
	}
	.sitemap .row:first-child  {
		margin-left: 0;
		}
		
/* Footer
----------------------------------------------------------------------------------------------------*/
	
	nav.bottommenu a,
	footer,
	footer a {
		font-size: 10px!important;
		}