html {
	margin: 0;
	padding: 0;
}
body {
	background: #1f001b;
	color: #4d4b49;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a:link {
	color: #1b2350;
	text-decoration: none;
}
a:visited {
	color: #1b2350;
	text-decoration: none;
}
a:hover {
	color: #700c5f;
	text-decoration: none;
}
a:active {
	color: #ab75aa;
	text-decoration: none;
}
#container {
	background: #fff;
	margin: 50px auto 25px auto;
	width: 955px;
	height: 600px;
}
#left {
	background: black;
	width: 217px;
	height: 600px;
	float: left;
}
#left_top {
	background: #1f001b;
	width: 217px;
	height: 406px;
}
#left_bottom {
	background: #1f001b url("images/left_bottom.jpg") no-repeat;
	width: 217px;
	height: 194px;
}
#content {
	width: 738px;
	height: 600px;
	float: right;
	overflow: hidden;
}
#menu {
	background: url("images/menu_left.jpg") no-repeat right;
	width: 738px;
	height: 69px;
}
#links {
	width: 678px;
	float: left;
	text-align:center;
	color: #1b2350;
	font: bold 1.0em "Trebuchet MS", Arial, sans-serif;
	margin: 25px 0 0 0;
	text-transform: lowercase;
}
#sleutel {
	width: 33px;
	height: 43px;
	float: right;
	margin: 15px 15px 0 0;
}
#frame {
	width: 738px;
	height: 498px;
}
#content_frame {
	width: 728px;
	height: 498px;
	border: none;
}
#footer {
	background: url("images/footer_left.jpg") no-repeat right;
	width: 738px;
	height: 33px;
}
#taal {
	width: 100px;
	text-align:center;
	color: #1b2350;
	font: bold 12px "Trebuchet MS", Arial, sans-serif;
	float: right;
	margin: 7px 0 0 0;
}
.taal_active {
	color: #700c5f;
	text-decoration: underline;
}
