body {
	background-color: #999;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 2em;
}
#maincontainer {
	margin: 0 auto 0 auto;
	width: 780px;
	text-align: left;
	background-color: #ffffff;
}
#kop {
	width: 100%;
	height: 170px;
}
#menu {
	font-size: 12px;
	font-weight: bold;
	background-color: #6C3;
	height: 35px;
	width: 100%;
	padding-top: 5px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	zoom: 1;
}
.container{
	background-color: #ffffff;
}
.inner-container{
	background-color: #ffffff;
}
#logo {
	float: left;
	width: 250px;
	background-color: #ffffff;
}
#tekst {
	float: left;
	width: 490px;
	background-color: #ffffff;
	padding: 20px;
}
#payoff {
	clear: left;
	float: left;
	background-color: #ffffff;
	height: 50px;
	width: 780px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #030;
}
#discl {
	clear: left;
	float: left;
	background-color: #999;
	font-size: 0.9em;
	height: 40px;
	width: 780px;
}
p {
	font-size: 1.1em;
}
.Kop {
	font-size: 1.4em;
	font-weight: bold;
}
a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover, a:active {
	color: #000;
	text-decoration: underline;
} 
#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
padding-right: 15px;
}

#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
}

ul a{
font-weight: bold;
color: #F60;
cursor: pointer;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #000;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
}

ul li{
background-color: #6C3;
}

ul ul li{
background-color: #6C#;
border-left: 0;
width: 135px;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #6C3;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 
