body{
	background-color: #ebedf0;
	padding: 0px;
	margin: 0px;
}

img {
	border : none;
}

div#websiteholder{
	position: relative;
}
div#topholder{
	height: 125px;
	background-image: url(http://www.viahandelskade.nl/gfx/topbar_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

div#logoholder{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 207px;
	height: 125px;
}
div#logoholder img{
	border: 0px;
}
div#moodbarholder{
	position: absolute;
	top: 0px;
	left: 207px;
	width: 773px;
	height: 125px;
	padding: 0px;
	margin: 0px;
}
div#moodbarholder div{
	padding: 0px;
	margin: 0px;
}

div#moodbarholder_people{
	position: absolute;
	top: 6px;
	left: 207px;
	width: 773px;
	height: 100px;
	padding: 0px;
	margin: 0px;
}
div#moodbarholder_people div{
	padding: 0px;
	margin: 0px;
}

div#background{
	position: absolute;
	top: 125px;
	left: 0px;
	background-color: #ffffff;
	height: 76px;
	width: 100%;
	z-index: 10;
}

div#mainholder{
	z-index: 20;
	position: absolute;
	top: 130px;
	left: 0px;
	
	width: 980px;
}

div#maincontentholder{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 790px;
	height: 492px;
}

div#titleholder{
	height: 30px;
}
div#titleholder h1{
	text-decoration: none;
	font-weight: bold;
	color: #3f4d56;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

div#newsholder{	
	position: absolute;
	bottom: 0px;
	left: 14px;
	width: 170px;
}

div#newsholder{
	color: #7f90a0;
}
div#newsholder h1{
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
div#newsholder a{
	color: #7f90a0;
	text-decoration: underline;
}
div#newsholder a:hover{
	text-decoration: none;
}

div#contentholder{
	position: absolute;
	top: 46px;
	left: 205px;
	width: 550px;
	padding-left: 20px;
	padding-right: 40px;
}