@charset "utf-8";

html {
 overflow-y: scroll !important;
}
body{
background-color: #FFF;
background-image: url(../images/bg_pattern_top.gif);
background-repeat: repeat-x;
background-position: top;
}
/* ID'S */
#container{
width: 940px;
margin: 0 auto 0 auto;
position: relative;
}
#logoContainer{
width: 70px;
position: absolute;
top: 0;
left: 0;
}
#contentContainer{
width: 870px;
position: absolute;
top: 0;
left: 70px;
}
	#menuContainer{
	margin-top: 63px;
	height: 55px;
	}
	#header{
	width: 870px;
	}
	#content{
	width: 870px;
	}
	#buttonBar{
	background-color: #DBDBDB;
	border-bottom: 1px solid #BFC4C1;
	border-top: 1px solid #BFC4C1;
	width: 870px;
	margin: 15px 0 5px 0;
	padding: 10px 0 10px 0;
	}
	#newsBar{
		
	}
	#footer{
	margin-top: 15px;
	border-top: 1px solid #DBDBDB;
	}
/*
CLASSES
*/
.nodisplay{
display: none;
}
.clear {
clear: both;
background-color:#000;
}
.leftFirst{
margin-left:0;
}
.left{
float:left;
}
.right{
float:right;
}
.smallSection{
	width:350px;
}
.base{}
.addOn{}
.picRight{
	margin-bottom: 10px;
}
.newsItem{
	margin-top: 0;
	margin-bottom: 20px;
	width: 750px;
}
div.newsBody{
	float: left;
	width: 455px;
	padding: 5px 10px 10px 0;
}
div.newsPicture{
	margin: 5px 10px 5px 5px;
	width: 250px;
	display: inline-block;
	background-color: #F1F1F1;
	border-bottom: 1px solid #DDE0DE;
}
div.contentLeft{
width: 370px;
float: left;
}
div.mainContent{
width: 475px;
}
div.subContent{
width: 375px;
}
div.pictureRight{
width: 480px;
float: right;
border-bottom: 1px solid #DDE0DE;
border-top: 1px solid #DDE0DE;
}
div.note{
	background-color:#F9EC0E;
	width: 375px;
	margin-bottom: 20px;
}
.note h2{
	padding: 5px;
}

.contentSection{
	margin-bottom: 20px;
}
.readLess{	
}
.readMore{
}
.switch{
	border-top: 1px dotted #DDE0DE;
	width: 100%;
	text-align: right;
}

/* Home specific*/
div.newsItemHome{
	width: 420px;
	padding: 0 5px 0 5px;
}
div.newsItemHome:hover{
	background-color: #EEEEEE;
}
.buttonTable{
	width: 870px;
}

/* zakelijk */
.zakelijkLeft{
	float: left;
	width: 540px;
}
.zakelijkRight{
	float: right;
	width: 300px;
}
div.noteZakelijk{
	background-color:#F9EC0E;
	width: 300px;
	margin-bottom: 20px;
}
div.dienstItem{ width: 260px; padding: 5px 0 0 0; margin: 5px 0 15px 0; background-color: #F1F1F1;}
h2.dienstItem{text-transform: uppercase; font-size: 13px; background-color: #454545; color: #F9EC0E; padding: 4px; font-weight: bold;}
p.dienstItem{margin: 5px;