body {
	margin: 0;
}

img {
border:0;
}

/* begin breedte specificaties */
#mainContainer {
	margin: 0 auto;
	width: 939px;
	height: 440px;
	margin-top: 70px;
	
}

#contentcontainer{
	background: #d8d8d9;
	width:939px;
	height:440px;
	margin-top:10px;
	
	}

#menu {
	float: left;
	width: 217px;
	height:359px;
	background:#d8d8d9;
	margin-top:40px;
}

#nav{
list-style-type:none;
margin: 0;
padding: 0;
margin-top:35px;
}




#nav li{
height: 41px;
}


#content{
	width: 680px; /* 800px (#mainContainer) - 150px (#menu) = 650 */
	height:359px;
	background:#fff;
	height: 359px;
	float:left;
	margin-top:40px;
	overflow:none;

}

#contenttext{
	font-family: Verdana;
	font-size: 11px;
	width:630px;
	margin-top:0px;
	margin-left:30px;
	color: #42495b;
	line-height:20px;
	}

/* eind breedte specificaties */

#header {
	height: 48px;
}

#logo{
background-image: url('images/layout/site/logo.html');
background-repeat: no-repeat;
width: 266px;
height:48px;
float:left;
}

#footer {
	height: 27px;
	width: 939px;

}

#footertext{
text-align:right;
font-size:9px;
margin-top:10px;
font-family: Verdana;
color: #42495b;
}

#footertext a{
text-decoration: none;
color: #42495b;
}

#footertext a:hover{
text-decoration: underline;
color: #42495b;
}

#content {
	padding: 1px 0 1px 0;
}

/*.spacer {
	clear: both;
}*/