@charset "utf-8";
body {
	background-color: #DCDCDC;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(achtergrond-bureaustoel.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.container {
	margin-left: -500px;
	position: absolute;
	left: 50%;
	width: 1000px;
}
.top_menu {
	width: 100%;
}
.menu_item {
	background-color: #000000;
	height: 110px;
	width: 105px;
	color: #FFFFFF;
	border: 1px solid #9d9d9d;
	padding-right: 1px;
	float: left;
	text-align: center;
	line-height: 110px;
}
.menu_item a {
	color: #FFFFFF;
	text-decoration: none;
}

.content_container {
	width: 100%;
	position: relative;
	top: 50px;
}
.content_blok1 {
	position: relative;
	background-color: #FFFFFF;
	float: left;
	height: 344px;
	width: 705px;
	margin-left: 80px;
}
.content_blok1 img {
	position: absolute;
	bottom: 0px;
}
.content_blok2 {
	background-color: #FFFFFF;
	height: 375px;
	width: 345px;
	margin-left: 15px;
	float: left;
	padding-top: 10px;
}
.content_blok2 p {
	margin-right: auto;
	margin-left: auto;
	width: 160px;
}
.content_blok2 img {
	margin-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
}
.logo {
	padding-top: 4px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.rechts {
	float: right;
	margin-right: 180px;
}

.inactive {
	color: #595959;
}
.contact_blok {
	height: 345px;
	margin-left: 35px;
	float: left;
	position: relative;
	width: 180px;
}
.contact_blok span {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
}
.contact_blok a {
	color: #000000;
	text-decoration: none;
}

