body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #65573F;
	background-color: #FFFFFF;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a {
	color: #65573F;
}

a:hover {
	text-decoration: none;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	position: absolute;
	width: 900px;
	height: 668px;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -334px;
	border: solid 1px #5A503C;
	background-color: #FFF;
}

#hoofdmenu {
	width: 900px;
	height: 60px;
	float: left;
	background-color: #000000;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}

#menu {
	position: absolute;
	height: 60px;
	bottom: 0px;
}

#content {
}

#content .titel {
	font-weight: bold;
}

#hoofdmenu A.menuitem {
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 15px;
	padding-right: 5px;
}

#hoofdmenu A:hover {

}

#hoofdmenu A.menuitemopen {
	text-decoration: none;
	margin-left: 15px;
	padding-right: 5px;
}

#flashstart {
	position: absolute;
	left: 0px;
	top: 0px;
}

#flashtop {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 101;
}
#icons{
    width: 78px;
    height: 35px;
    position: absolute;
    left:10px;
    top:14px;
}

.clear{
    clear:both;
}
