@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	border:0px;

}
#containerBig {
	height: 13000px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	overflow-x:hidden;
	overflow-y:hidden;
}
#containerContent {
	height: 12000px;
	width: 850px;
	background-color: #FFFFFF;
	overflow-x:hidden;
overflow-y:hidden;
}
#contentLeft {
	background-color: #FFFFFF;
	height: 10000px;
	width: 575px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#contentRight {
	background-color: #FFFFFF;
	height: 10000px;
	width: 175px;
	float: left;
	text-align: left;
	margin: 0px;
	text-indent: 0px;
}
#navbar {
	height: 50px;
	width: 850px;
}
#navbarOnder {
	background-color: #FF0000;
	height: 30px;
	width: 850px;
}
#picture {
	background-image: url(images/webdesign/Opendag2011B_illustratie.jpg);
	background-position: center bottom;
	text-align: center;
	height: 240px;
	width: 850px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#navbarBoven {
	background-color: #FF0000;
	height: 10px;
	width: 850px;
}
#contentLeftMargin {
	width: 575px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 45px;
	float: left;
}
#contentRightMargin {
	width: 175px;
	margin-top: 150px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 30px;
	float: left;
}
#containerBlog {
	height: 13000px;
	width: 850px;
	overflow-x: hidden;
}

