a {
	text-decoration:	none;
}

h1 {
	font-size:	1.4em;
}

h2 {
	font-size: 1.2em;
	margin-bottom:	-1.2em;
}

body, html {
	margin:				0;
	padding:			0;
}

body {
	background-color:	#d4d5dd;
	color:				#000000;
	font-family:		Verdana,Arial,Helvetica,sans-serif;
	font-size:			1em;
}

.normal-text {
	font-weight:		bold;
}

.menu-text {
	color:				#e8e6e5;
	font-size:			1em;
}

#hoofdmenu {
	position:			absolute;
    width: 				100%;
	float:				left;
/*    margin-left: 		-450px; */
	background-color: 	#5d293d;
	color:				#e8e6e5;
}

#ad {
	position:	absolute;
	bottom:		20px;
	text-align:	center;
	font-size:	9px;
	width:		100%;
}

#menu-block {
	height:				30px;
	clear:				left;
	background-color: 	#31392d;
	color:				#e8e6e5;
	text-align:			center;
	padding-top:		5px;
}

#menu-block li {
	display:			inline;
	clear:				left;
}

#menu-block ul {
	list-style-type:	none;
	padding:			4px 0 0 0;
}

#menu-block a:link, #submenu a:link {
	color:				#ffffff;
}

#menu-block a:visited, #submenu a:visited {
	color:				#ffffff;
}

#menu-block a:hover, #submenu a:hover {
	color:				#d4d5dd;
}

#menu-block a:active, #submenu a:active {
	color:				#ffffff;
}

#submenu {
	position:			fixed;
    left: 				0;
	top:				10px;
    bottom:				0px;
    height:				100%;
    width: 				200px;
    padding:			10px 0 0 10px;
	background-color: 	#31392d;
	color:				#e8e6e5;
}

#submenu ul {
	list-style-type:	none;
	margin-left:		20px;
	padding:			0;
}

#text-block {
	position:			absolute;
    left: 				225px;
    top: 				20px;
    width:				76%;
    right:				10px;
    height:				90%;
    overflow:			auto;
    padding:			20px 20px 0 20px;
}

img {
	border:				0;
}

.header {
	color:				#e8e6e5;
	font-weight:		bold;
	text-align:			center;
	font-size:			200%;
	margin-top:			20px;
}
