body {
	font-family: Trebuchet MS;
	font-size: 14px;
	position: relative;
	margin-top: 230px;
}
div#content, div#content_title {
	border-width: 2px;
	border-style: solid;
	padding: 5px;
	margin-top: 5px;
}
div#content {
	background-color: #FDFECD;
	border-color: #E7EB52;
	line-height: 1.56em;
	background-image: url('images/test_backg5.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}
div#content_title {
	background-color: #D9FDCC;
	border-color: #006600;
	font-family: Trebuchet MS;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
}
h1, h2 {
	font-family: Trebuchet MS;
	margin-top: 0px;
}
div#content_title h2 {
	font-size: 24px;
	margin: 0px;
}
div#menu ul, div#menu_subs ul {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
div#menu_subs ul {
	background-color: #CDC9FC;
	width: 150px;
	border-color: #009;
	border-width: 0px 2px 2px 2px;
	border-style: solid;
}
div#menu ul li {
	padding: 1px 1px 1px 3px;
	overflow: hidden;
	position: relative;
	color: #009;
/*	font-weight: bold;*/
	white-space: nowrap;
	font-family: Trebuchet MS;
	font-size: 14px;
}
div#menu_subs ul li {
	padding: 2px 2px 2px 3px;
	overflow: hidden;
	position: relative;
	color: #009;
	white-space: wrap;
	font-family: Trebuchet MS;
	font-size: 12px;
}
/*div#menu li:hover { Dit wordt genegeerd door IE!!
	background-color: #000099;
	color: #CDC9FC;
	cursor: pointer;
}*/
div#menu {
	border-width: 2px 0px 2px 2px;
	border-color: #009;
	width: 156px;
	background-color: #CDC9FC;
	padding: 0px;
	height: 222px;
}
div#menu_info {
	border-width: 2px;
	border-bottom-color: #BBBB44;
	border-top-color: #BBBB44;
	border-right-color: #BBBB44;
	border-left-color: #009;
	margin-left: 158px;
	width: 582px;
	background-image: url('images/vraknu_menu_info.png');
	background-repeat: no-repeat;
	background-color: #FFFFAA;
	padding: 3px;
	height: 216px;
	font-family: Arial Black;
}
div#menu_info, div#menu {
	border-style: solid;
	position: absolute;
	margin-bottom: 5px;
	top: -224px;
}
div#menu_info p {
	font-family: Arial Black;
	text-align: left;
	display: block;
	width: 428px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 14px;
	text-indent: 0px;
	padding-left: 3px;
}
div#menu_info h1 {
	font-family: Arial Black;
	display: block;
	width: 500px;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 18px;
	text-indent: 0px;
	padding-left: 3px;
	font-weight: normal;
}
p {
	text-indent: 1em;
	font-family: Trebuchet MS;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 5px;
}
div#content p:first-letter {
	font-size: larger;
	font-weight: bold;
}
table#maintable {
	width: 100%;
	table-layout:fixed;
	margin: 0px;
	padding: 0px;
}
table#maintable td#linkerkolom, table#maintable td#rechterkolom {
	width: auto;
}
table#maintable td#contents_cell {
	width: 750px;
	overflow: hidden;
}
div#content ul {
	position: relative;
	left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style: none;
}

div#content img {
	margin-left: 5px;
	margin-right: 5px;
}
div#content h3 {
	margin-bottom: 0px;
	margin-top: 5px;
}
div#content input, div#content textarea {
	border-color: #E7EB52;
	border-width: 2px;
	border-style: solid;
	background-color: #FFE;
	font-family: Trebuchet MS;
	width: 250px;
}
div#content textarea {
	height: 100px;
}
div#content input.button {
	padding: 5px;
	font-weight: bold;
	width: 100px;
}
