* html, * html body {
	overflow: hidden;
}

/* unfortunately, safari 1.3 does not understand shorthands for backgrounds. */
body {
	background-image:url(../images/background.gif);
	background-color: #000000;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 1020px;
	height: 598px;
	position: absolute;
	top: 50%;
	margin-top: -299px;
	left: 50%;
	margin-left: -510px;
	background-color: #F0E3A9;
}

/* z-indexes */

#footer {
	z-index: 100;
}

#menu {
	z-index: 1000;
}

/* Hide elements that are not needed on high resolution screens: */

.skip {
	display: none;
}

/* Show only to IE/Mac */
* html>body #wrapper {
	top: -20px;
}

/* #logo */

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 136px;
	width: 100%;
	background-image: url(../images/achtergrond.gif);
	background-repeat:repeat-x;
	z-index: 0;
}

#logo img {
	border: 0px;
}

#heading {
	position: absolute;
	top: 0px;
	left: 292px;
	z-index: 1000;
}

#bovenzijde {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 365px;
	height: 138px;
	z-index: 3000;
}

#image {
	position: absolute;
	top: 148px;
	left: 42px;
	border: 0px;
}

#afbeelding h2 {
	margin: 0;
	padding 0;
	width: 200px;
	color: white;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}

#zijkant {
	position:absolute;
	right: 0px;
	top: 138px;
	width: 260px;
	height: 460px;
	z-index: 2000;
}

/* #content */

#content {
	position: absolute;
	top: 183px;
	left: 265px;
	width: 420px;
	height: 415px;
	z-index: 1000;
	overflow: auto;
}

#content .frame {
	padding: 32px 24px 16px 24px;
}

#content ul{
	margin-top:5px;
	margin-left:35px;
	list-style-type: none;
	list-style-image: url(../images/circle.gif);
}
#content ul li {
	text-decoration:none;
}

#download a{
	display: block;
	color: #FFFFFF;
	padding: 5px;
	background-color:#960314;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
}
#download a:hover {
	background-color:#000000;
}

#download ul{
	list-style: none;
	padding: 10px 0px;
	margin: 0px;
}

#download li{
	padding-bottom: 2px;
}

/* Top content */
#topcontent {
	position: absolute;
	background-image:url(../images/opmaak4a_05.jpg);
	left:235px;
	top:138px;
	width: 420px;
	height: 30px;
	z-index:0;
}

/* #menu */

#menu {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 235px;
	height: 460px;
	top: 138px;
	left: 0px;
	background-image: url(../images/achtergrond_buttons.jpg);
}

#topmenu {
	position:absolute;
	top:138px;
	left:265px;
	z-index:3000;
}
#topmenu ul{
	position:absolute;
/*	width: 300px;*/
	float: left;
	padding: 0; 	
	margin: 5px 0;	
	text-align:center;
	z-index: 5000;
	}
#topmenu ul li a {
	padding: 8px;
	margin: 0;
	border-left-style:solid;
	border-left-width:1px;
	border-left:#be8233;
	text-decoration:none;
	}
#topmenu ul li.last {
	border-right-style:solid;
	border-right-width:1px;
	border-right:#be8233;
	}
#topmenu ul, #topmenu ul li	{
	list-style-type: none;
	display: inline;	
	padding: 0;
	margin: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li a {
	height: 1px; /* IE/WIN-fix: fixes whitespace bug. End Hide */
}

#menu ul li a:hover {
}

#balk	{
	position: absolute;
	width: 365px;
	height: 168px;
	top: 0px;
	right: 0px;
	background-color: #f0e3a9;
}
#balk img {
	position:absolute;
	left: 0px;
	bottom: 0px;
	z-index:60000;
	}
#sitemap	{
	position:absolute;
	right: 10px;
	top: 10px;
	width: auto;
	height: auto;
	z-index: 50000;
}
#positie	{
	position:absolute;
	bottom: 20px;
	left: 265px;
	width:auto;
	height:auto;
}