body {
	background:#2e2e2e;
	color:#352171;
	font-family: Arial,sans-serif, Verdana; 
	font-size:12px;
	line-height:20px;
	margin:0px;
	padding:0px;
}

img { display:block; }

.bg {
	position: fixed;
	z-index: -2;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.top_dark {
	position:absolute;
	z-index: -1;
	top:0px;
	left:0px;
	height:99px;
	width:100%;
	background: url(/assets/images/top_dark.png);
}	

header {
	position:relative;
	width:1000px;
	margin:0 auto;
	color:#202a33;
}

header .logo {
	margin-left:-65px;
}

header #adres {
	position:absolute;
	right:0px;
	top:10px;
}

.merklogo {
	float:left;
	margin-right:40px;
	margin-left:15px;
	max-height:40px;
	margin-top:10px;
}


#articles {
	position:relative;
	width:1000px;
	margin:0 auto;
}

#articles .slideshow {
	height:187px;
	overflow:hidden;
}

#articles div.start1 {
	position:relative;
	width:476px;
	border:2px #13589b solid;
	background: url(/assets/images/block_90.png);
	height:440px;
	float:left;
	margin-right:40px;
}

#articles div.start2 {
	position:relative;
	width:476px;
	border:2px #13589b solid;
	background: url(/assets/images/block_90.png);
	height:440px;
	float:left;
}


#articles h1 {
	position:relative;
	margin:0px;
	padding:0px;
	height:51px;
	width:460px;
	color:#fff;
	background: url(/assets/images/bg_h1.jpg);
	font-size:20px;
	font-weight:bold;
	line-height:51px;
	padding-left:16px;
}


#articles div.direct {
	position:relative;
	margin:0px;
	padding:0px;
	width:140px;
	float:left;
	padding-top:10px;
	padding-left:10px;
}
#articles div.direct a {
	color:#004990;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	text-decoration:none;
	display:block;
	
}
#articles div.description {
	position:relative;
	margin:0px;
	padding:0px;
	width:400px;
	//float:left;
	padding-top:10px;
	color:#2e2e2e;
	padding-left:15px;
}

#articles div.start1 a.button {
	position:relative;
	background: url(/assets/images/button_landbouw.png);
	height:27px;
	width:149px;
	line-height:27px;
	float:right;
	margin-right:10px;
	padding-left:10px;
	color:#303030;
	font-weight:bold;
	text-decoration:none;
	margin-top:5px;
}


#articles div.start2 a.button {
	position:relative;
	background: url(/assets/images/button_melk.png);
	height:27px;
	width:159px;
	line-height:27px;
	float:right;
	margin-right:10px;
	padding-left:10px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	margin-top:5px;
}


.clear {
	clear:both;
	float:none;
}


#login {
  position:absolute;
  left:5px;
  bottom:5px;
}
#login a {
  color:#ffffff;
  text-decoration:none;
  font-size:11px;
}


