html, body {
	width					: 100%;
	height					: 100%;
	background-color			: #ffffff;
	margin					: 0px;
	padding					: 0px;
	text-align				: center;
	font-family				: Arial, Helvetica, sans-serif;
	overflow-x				: hidden;
	overflow-y				: hidden;
}

body
{
	width					: 100%;
	height					: 100%;
	background				: url(/sitePics/wall.gif); 
}

#wrapper{
	position 				: relative;
	margin					: 0 auto;
	width					: 1010px;
	height					: 586px;
	overflow				: none;
	background-color			: #ffffff;
	border-bottom				: 1px solid 
}

#wrapper #header{
	position 				: absolute;
	top						: 0px;
	left					: 0px;
	width					: 1010px;
	height					: 149px;
	background-image		: url(/sitePics/header.png);
}


#wrapper #home{
	position 				: absolute;
	top						: 30px;
	left					: 30px;
	width					: 100px;
	height					: 100px;
	z-index					: 100;
}

#wrapper #leftmenu{
	position				: absolute;
	top						: 142px;
	left					: 0px;
	width					: 224px;
	height					: 440px;
	background-image		: url(/sitePics/menu.png);
	z-index					: 10;
}

#wrapper #main{
	position				: absolute;
	top						: 142px;
	left					: 220px;
	width					: 793px;
	height					: 440px;
	background-image		: url(/sitePics/main.png);
}

#wrapper #main #content{
	position				: absolute;
	top						: 10px;
	left					: 40px;
	width					: 590px;
	height					: 400px;
	overflow				: auto;
	text-align				: left;
	font-size				: 0.8em;
	color					: #000;
}

#wrapper #main #content h1{
	font-size				: 1.2em;
	color					: #4450a2;
	display					: none;
}

#wrapper #main #content h2{
	font-size				: 1.1em;
	color					: #4450a2;
}


#wrapper #main #content a{
	text-decoration			: none;
	color					: #4450a2
}

#wrapper #main #content #menu a{
	text-decoration			: none;
	color					: #000;
}

#wrapper #main #content #menu a:visited{
	text-decoration			: none;
	color					: #000;
}

#wrapper #main #content #menu a:hover{
	text-decoration			: none;
	color					: #000;
}

#wrapper #main #content #menu a:visited{
	text-decoration			: none;
	color					: #000;
}

#wrapper #main #content #menu a:hover{
	text-decoration			: none;
	color					: #4450a2;
}

#wrapper #main #wcontent{
	position				: absolute;
	top						: 10px;
	left					: 30px;
	width					: 730px;
	height					: 400px;
	overflow				: auto;
	text-align				: left;
	font-size				: 0.8em;
	color					: #000;
}

#wrapper  #rotated{
	position				: absolute;
	left					: 213px;
	top						: 150px;
	width					: 33px;
	height					: 324px;
	z-index					: 50;
	
}

#wrapper #noplogo{
	position 				: absolute;
	top						: 470px;
	left					: 850px;
	width					: 160px;
	height					: 75px;
	background-image		: url(/sitePics/noplogo.jpg);
	z-index					: 50;
}



#wrapper #main #content img{
	padding					: 5px;
}


#wrapper #header #ruler{
	position				: absolute;
	top						: 118px;
	left					: 230px;
	width					: 700px;
	height					: 20px;
}

#wrapper #header #ruler td{
	width					: 120px;
	border-right			: 1px solid white;
	text-align				: left;
}

#wrapper #header #ruler a{
	color					: white;
	font-size				: 0.9em;
	text-decoration			: none;
	font-weight				: bold;
}

#wrapper #header #ruler a:hover{
	color					: #febe0f;
}

#wrapper #topmenu{
	position				: absolute;
	top						: 140px;
	left					: 5px;
	width					: 200px;
	height					: 20px;
	z-index					: 10;
}

#wrapper #topmenu td{
	border-bottom			: 1px solid white;
}

#wrapper #topmenu a{
	text-decoration			: none;
	color					: #4450a2;
	font-size				: 0.7em;
}

#wrapper #leftmenu #zoeken{
	position				: absolute;
	top						: 20px;
	left					: 10px;
	width					: 200px;
	height					: 20px;
}

#wrapper #leftmenu #zoeken a{
	text-decoration			: none;
	color					: red;
	font-size				: 0.7em;
	font-weight				: bold;
}

#wrapper #leftmenu #menu{
	position				: absolute;
	top						: 100px;
	left					: 10px;
	width					: 200px;
	height					: 350px;
}

#wrapper #leftmenu #menu  li {
	width					: 160px;
	text-align				: left;
	border-bottom			: 2px solid #ffe7a7;
	list-style-image		: url(/sitePics/buttmenu.png);
	padding-left			: 10px;
	margin-left				: 10px;
}


#wrapper #leftmenu #menu li a{
	font-size				: 0.8em;
	color					: #4450a2;
	text-decoration			: none;
}

#wrapper #leftmenu #menu li a:visited{
	color					: #4450a2;
}

#wrapper #leftmenu #menu li a:hover{
	color					: #fff;
}
