body {
	background-color: rgb(255,255,243);
	font-family: arial;
	font-size: 10pt;
	color: rgb(0,0,0);
	margin: 0px;
}

img {
	border: 0px;
}

h1 {
	font-size: 10pt;
}

a {
	color: rgb(68, 87, 71);
	text-decoration: underline;
}

div#total {
	position: absolute;
	left: 50%;
	top: 25px;
	margin-left: -300px;
	width: 600px;
}

div#content {
	width: 600px;
	border: 1px solid rgb(0,0,0);
	background-color: rgb(247,247,222);
	margin-bottom: 25px;
}

div#header {
	background-image: url(../img/header.gif);
	width: 600px;
	height: 130px;
	overflow: hidden;
}

div#menu {
	margin-left: 180px;
	margin-top: 60px;
}

ul#ulnav {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

li.nav {
  float: left;
  position: relative;
  z-index: 50;
  height: 17px;
  font-weight: bold;
  padding-right: 5px;
  list-style-type: none;
}

div#menu a {
	color: rgb(68, 87, 71);
	text-decoration: none;
}

div#menu a:hover {
	color: rgb(160,204,166);
	text-decoration: none;
}

div#main {
	margin-bottom: 25px;
}

div#submenu {
	float: left;
	width: 140px;
}

div#submenu ul#subnav {
	padding: 0px;
  margin: 0px;
  margin-left: 10px;
  list-style-type: none;
  font-size: 8pt;
}

div#tekst {
	float: right;
	width: 445px;
	margin-bottom: 15px;
	padding-right: 15px;
}

div#footer {
	text-align: right;
}
