* {
  margin: 0;
	padding: 0;
}
body {
  background-image: url(background.jpg);
  font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
}
#outer {
 height: 600px;
 margin: 20px auto;
 width: 950px;
}
h1 {
 background-image:url(layout.png);
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='skin/layout.png');
 height: 600px;
 position: absolute;
 top: 20px;
 width: 950px;
 z-index: 2;
}
#content {
  color: #fff;
	height: 437px;
	margin-left: 341px;
	overflow:auto;
	padding: 2px 5px;
	position: absolute;
	top: 135px;
	width: 580px;
	z-index:4;
}
#content p, #content ul{
  margin-top: 1em;
}
#content li {
  list-style-type:square;
  margin-top: 0.35em;
}
#content ul, #content ol {
  margin-left: 20px;
}
#content ol li {
  list-style-type: lower-alpha;
}
#menu {
  font-family: "Arial black", arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 338px;
	position: absolute;
	top: 100px;
	z-index: 3;
}
#menu li {
  display:inline;
	float: left;
	list-style: none;
}
#menu a {
  color: #fff;
	letter-spacing: 0.1em;
	outline: none;
	padding-left: 8px;
	padding-right: 7px;
	text-decoration: none;
}
#voet {
  background-image:url(DHD-042.jpg);
	height: 485px;	
	position: absolute;
	top: 95px;
	width: 950px;
	z-index:1;
}
tt {
  display: none;
}
label {
  float: left;
	width: 150px;
}
fieldset {
  border:0;
}
legend {
  display: none;
}