html, body, img, table {
	margin: 0;
	padding: 0;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

html {
	
	background: #ebe9d2; 
	/* background: #00703c; */
	/* background: #004812; */
}

h1 {
	font: bold 13px Arial;
	color: #000000;
	text-decoration: none;
	padding: 15px 0 0 0;
	margin: 0;
}

#maincontainer {
	margin: 40px auto;
	width: 1103px;
}

#omlijning {
	width: 1101px;
	border: 1px solid #bbbbbb;
}

#topcontainer {
	width: 1101px;
}

#header {
	width: 1101px;
	height: 142px;
	border-bottom: 1px solid #bbbbbb;
}

#logo {
	position: relative;
	float: left;
	width: 297px;
	height: 142px;
	/* background: #464646 url("../images/logo_bg.gif") 0 0 no-repeat; */
	background: #ffffff url("../images/logo.png") 0 0 no-repeat;
	
}

#collage {
	position: relative;
	float: left;
	width: 804px;
	height: 142px;
	background: url("../images/collage_bg.jpg") 0 0 no-repeat;
}

#menu {
	width: 1101px;
	height: 41px;
	border-bottom: 1px solid #bbbbbb;
	text-align: right;
	
}



#menuvlag {
	width: 300px;
	height: 41px;
	background: #006f3c;
	/* background: #234F33; */
	float:left;
	text-align:center;
	
}
#menuvlag a {
	margin: 0 0px 0 0;

	font: bold 13px/38px Arial;
	color: #ffffff;
	text-decoration: none;
}

#menuvlag a:hover {
	color: #ffffff;
}

#menuvlag .active {
	color: #ffffff;
}

#menuitems {
	width: 783px;
	height: 41px;
	background: #006f3c;
	/* background: #234F33; */
	text-align: right;
	padding-left:18px;
	float: right;
}

#menuitems a {
	margin: 0 30px 0 0;

	font: bold 13px/38px Arial;
	color: #ffffff;
	text-decoration: none;
}

#menuitems a:hover {
	color: #ffffff;
}

#menuitems .active {
	color: #ffffff;
}

#leftandright {
	position: relative;
	float: left;
	width: 1101px;
	background: #ffffff;
	background: url("../images/leftandright_bg.gif") 0 0 repeat-y;
}

#leftcontainer {
	position: relative;
	float: left;
	width: 298px;
	height: 500px;
	background: url("../images/leftcontainer_bg.jpg") 0 0 no-repeat;
}

#leftcontainer-notarissen-kandidaatnotarissen {
	position: relative;
	float: left;
	width: 298px;
	height: 500px;
}

#leftcontainer-content {
	width: 248px;
	margin: 25px 0 0 25px;

	font: 12px/20px Arial;
	color: #ffffff;
	text-align: justify;
}

#rightcontainer {
	position: relative;
	float: left;
	width: 803px;
}

#rightcontainer-content {
	width: 753px;
	margin: 25px 0 0 25px;

	font: 12px/20px Arial;
	color: #000000;
	text-align: justify;
}

#rightcontainer-content a {
	color: #000000;
}

#rightcontainer-content a:hover {
	color: #000000;
}

#rightcontainer-content a img {
	border: 1px solid #ffffff;
}

#rightcontainer-content a:hover img {
	border: 1px solid #000000;
}

#bottomcontainer {
	position: relative;
	float: left;
	width: 1101px;
	background: url("../images/bottomcontainer_bg.png") 0 0 no-repeat;
}

#bottomcontainer-content {
	width: 710px;
	margin: 44px 55px 0 0;
	padding: 15px 0 15px 6px;

	text-align: right;
	font: 12px/20px Arial;
	color: #9e9e9e;
}

#bottomcontainer-content a {
	color: #9e9e9e;
}

#bottomcontainer-content a:hover {
	color: #9e9e9e;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}