html,body {
	background: url(images/background.png) repeat-x #aaaaaa;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	margin: 0px;
	color: Black;
}
h1 {
	font-size: 16px;
}
ul, li, h1 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
h1#title {
	padding-bottom: 45px;
	font-variant: small-caps;
	color: #b30005
}
a:hover {
	text-decoration: underline;
}
td, hr {
	vertical-align: top;
}
a {
   text-decoration: none;
	color: Black;
}
img {
	border: 0px;
}
#container {
	background: url(images/background_container.png) repeat-y;
	width: 980px;
	left: 50%;
	top: 0px;
	margin-left: -490px;
	position: absolute;
}
table#head {
	width: 980px;
	height: 753px;
}
table#head td#whitespace {
	width: 41px;
	height: 753px;
}
table#head td#menu {	
	width: 200px;
	padding-top: 300px;
}
table#head td#content {
	padding-top: 300px;
	padding-left: 30px;
	padding-right: 50px;
	padding-bottom: 20px;
	width: 659px;
	height: 413px;
}
table#head td#footer {
	background: url(images/background_footer.png) no-repeat;
	height: 20px;
}

ul#menu {
	width: 195px;
	position: relative;
	left: 0px;
	top: -70px;
}
ul#menu li {
   cursor: default;
	position: relative;
	line-height: 34px;
	border-bottom: solid #b30005 1px;
}
ul#menu a {
	display: block;
	width: 175px;
	height: 34px;
	color: #b30005;
	padding-left: 20px;
	font-weight: bold;
	font-size: 10px;
}
ul#menu a:hover, ul#menu a.menu_current {
	text-decoration: none;
	color: Black;
}
li.sub {
   cursor:pointer;
}
ul.sub {
   display:none;
	position: absolute;
	left: 192px;
	top: 0;
	background-color: #f8f7f6;
	border: solid Black 1px;
}
ul li ul {
	display: none;
}
ul li ul li a {
	padding-left: 20px;
	width: 175px;
}

div#tekst {
	position: absolute;
	top: 460px;
	line-height: 18px;
	padding-left: 20px;
	font-size: 9px;
}