html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
}

img {
	border: 0;
}

p, ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 995px;
	height: auto;
	min-height: 700px;
	position: relative;
}

#logo {
	position: absolute;
	top: 31px;
	left: 600px;
}

#menu {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 100%;
	height: 210px;
}

.menu_a {
	color: black;
	display: block;
	text-decoration: none;
}

#menu .lvl_1, #menu .lvl_2, #menu .lvl_3, #menu .slideshow {
	position: relative;
	float: left;
	height: 100%;
	width: 235px;
	background-color: #9cd9db;
}

#menu .lvl_1 {
	border-right: 1px solid white;
	font-size: 19px;
	font-weight: bold;
}

#menu .lvl_1 a {
	margin-left: 5px;
	margin-bottom: 7px;
}

#menu .lvl_1 a.selected, #menu a:hover {
	color: white;
}

#menu .lvl_2 {
	border-right: 1px solid white;
	font-size: 15px;
	font-weight: bold;
}

.menu_2_layer {
	position: relative;
	height: 100%;
	width: 100%;
	display: none;
}

#menu .lvl_2 a, #menu .lvl_2 div, #menu .lvl_3 a, #menu .lvl_3 div  {
	margin-left: 5px;
	line-height: 24px;
}

#menu .lvl_2 a.selected {
	color: white;
}

#menu .lvl_3 {
	border-right: 1px solid white;

	font-size: 15px;
	font-weight: bold;
}

#menu .lvl_3 a.selected {
	color: white;
}

#menu .slideshow {
	width: 275px;
}

#slideshow_div {
	position: absolute;
	top: 11px;
	left: 13px;
}

#titel {
	position: absolute;
	top: 330px;
	left: 10px;
	width: 950px;
	height: 70px;
	font-size: 37px;
}

#titel a.mouseover {
	border: 5px solid #FEF122;
}

#titel a.mouseout {
	border: 5px solid #FFFFFF;
}

#content_3col {
	position: absolute;
	top: 400px;
	left: 10px;
	width: 950px;
	min-height: 200px;
	height: auto;
	padding-bottom: 20px;
}

#content_3col hr {
	border: 0;
	color: #9CD9DB;
	background-color: #9CD9DB;
	height: 1px;
}

#content_3col a {
	text-decoration: underline;
	color: #0000ff;
}

.tekst {
	font-family: 'Times New Roman';
	color: black;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

#content_3col .left, #content_3col .middle, #content_3col .right {
	position: relative;
	float: left;
	height: auto;
	width: 300px;
	margin-right: 14px;
}

#content_tentoonstelling {
	position: absolute;
	top: 400px;
	left: 10px;
	width: 950px;
	height: 130px;
	overflow: hidden;
	white-space: nowrap;
}

#content_tentoonstelling .mouseover {
	border: 5px solid #FEF122;
}

#content_tentoonstelling .mouseout {
	border: 5px solid #FFFFFF;
}

#content_tentoonstelling img {
	vertical-align:top;
	margin-right: 15px;
}

#content_navigation {
	position: absolute;
	top: 580px;
	left: 10px;
	width: 950px;
	height: 22px;
}

#content_navigation img {
	cursor: pointer;
}

#content_navigation .left {
	float: left;
}

#content_navigation .right {
	float: right;
}

.menu_nav {
	width: 100%;
	height: 20px;
	margin-top: 20px;
}

.menu_nav .left {
	float: left;
	width: 180px;
	margin-left: -6px;
}

.menu_nav .right {
	float: left;
}

#content_keuze {
	position: absolute;
	top: 400px;
	left: 10px;
	width: 990px;
	height: auto;
	min-height: 400px;
}

#content_keuze .left {
	width: 600px;
	float: left;
	border-top: 1px solid #9cd9db;
}

#content_keuze .left .container {
	position: relative;
	margin-right: 0px;
	border-bottom: 1px solid #9cd9db;
	float: left;
	width: 300px;
}

#content_keuze .left .container .thumb {
	position: relative;
	float: left;
	width: 100px;
	height: 120px;
	padding-top: 7px;
}

#content_keuze .left .container .tekst {
	position: relative;
	float: left;	
	width: 165px;
	margin-left: 10px;
}

#content_keuze .right {
	float: left;
	width: 350px;
	padding-left: 20px;
}