html, body, img, table {
	margin: 0;
	padding: 0;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

html {
	background: #ebe9d2; 
}

h1 {
	font: bold 13px Arial;
	color: #000000;
	text-decoration: none;
	padding: 15px 0 0 0;
	margin: 0;
}


a:link, a:visited {
color: #000;
text-decoration: underline;
}

a:hover {
color: #bebebe;
text-decoration: underline;
}

#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 {
	background: #ffffff url("../images/logo.png") 0 0 no-repeat;
	position: relative;
	float: left;
	width: 297px;
	height: 142px;
}

#collage {
	background: url("../images/collage_bg.jpg") 0 0 no-repeat;
	position: relative;
	float: left;
	width: 804px;
	height: 142px;
}

#menu {
	background: #006f3c;
	width: 1101px;
	height: 41px;
	text-align: left;
	border-bottom: 1px solid #bbbbbb;
	}

	#language {
		width: 300px;
		height: 31px;
		float: left;
		padding-top: 11px;
		text-align: center;
		}

	#items {
		width: 685px;
		float: left;
		padding-left: 20px;
		border: 0px solid yellow;
		}

		#items a {
			font: bold 13px/38px Arial;
			color: #fff;
			text-decoration: none;
			}

	#talen {
		float: right;
		margin-right: 20px;
		padding: 13px 0;
		}


#leftandright {
	background: url("../images/leftandright_bg.gif") 0 0 repeat-y;
	background-color: #ffffff;
	position: relative;
	float: left;
	width: 1101px;
}

#leftcontainer {
	background: url("../images/leftcontainer_bg.jpg") 0 0 no-repeat;
	position: relative;
	float: left;
	width: 298px;
	height: 500px;
}

#leftcontainer-notarissen-kandidaatnotarissen {
	position: relative;
	float: left;
	width: 298px;
	height: 500px;
}

#leftcontainer-content {
	font: 12px/20px Arial;
	width: 248px;
	margin: 25px 0 0 25px;
	color: #ffffff;
	text-align: justify;
}

#rightcontainer {
	position: relative;
	float: left;
	width: 803px;
}

#rightcontainer-content {
	font: 12px/20px Arial;
	width: 753px;
	margin: 25px 0 0 25px;
	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 {
	background: url("../images/bottomcontainer_bg.png") 0 0 no-repeat;
	position: relative;
	float: left;
	width: 1101px;
}

#bottomcontainer-content {
	font: 12px/20px Arial;
	width: 710px;
	margin: 44px 55px 0 0;
	padding: 15px 0 15px 6px;
	text-align: right;
	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%;
}


