html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 15px;
	font-family: Verdana;
	color: #FFFFFF;
	background-color: #f3aa61;
}

div#container
{
position: relative;
margin: 0 auto;
width: 1020px;
height: 575px;
background-color: #d99d5f;
}

div#header
{
position:absolute;
height: 50px;
width: 100%;
background-image: url('images/bg_boven.jpg');
z-index: 3;
}

div#main_midden
{
}

div#main_onder
{
position:absolute;
width: 100%;
height: 30px;
bottom:0;
background-image: url('images/bg_onder.jpg');
}

div#pag_links
{
position:absolute;
left: 0px;
top: 0px;
width: 200px;
height: 100%;
background-image: url('images/bg_links2.jpg');
background-repeat: repeat-y;
background-position: top right;
background-color: #ffb366;
}

div#pag_midden
{
position:absolute;
left: 200px;
top: 0px;
height: 100%;
min-width: 570px;
background-image: url('images/bg_midden.jpg');
Overflow: Auto;
padding-left: 10px;
}

div#pag_rechts
{
position:absolute;
left: 100%;
top: 0px;
margin-left: -208px;
width: 200px;
right: 0;
height: 100%;
background-color: #f3aa61;
border-style: none none none groove;
border-width: 8px;
border-color: #c97523;
}

div#header_filler
{
height: 50px;
}

img#boven_hoekje
{
position: absolute;
}
	
div#header_text
{
	position: absolute;
	z-index: 1;
	padding: 8px;
	font-size: 20px;
	font-weight: bold;
}

div#links_text
{
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	margin-top: 80px;
	width: 160px;
	white-space:normal;
}

div#links_bg
{
position:absolute;
width: 100px;
height: 445px;
background-image: url('images/bg_links3.jpg');
background-repeat: repeat-Y;
margin-top: -10px;
margin-left: -4px;
}

div#footer_img_links
{
position:absolute;
width: 30px;
height: 30px;
background-image: url('images/footer_img_links.jpg');
}

div#footer_img_rechts
{
position:absolute;
width: 30px;
height: 30px;
left: 990px;
margin-top: -30px;
background-image: url('images/footer_img_rechts.jpg');
}

div#header_img_rechts
{
position:absolute;
width: 50px;
height: 50px;
left: 970px;
background-image: url('images/header_img_rechts.jpg');
}


div#midden_text
{
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	white-space:normal;
	margin-top: 20px;
}

div#rechts_text
{
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	white-space:normal;
}

div#footer_text
{
	padding: 3px;
	text-align: center;
	font-size: 10px;
	white-space:normal;
}

div#knop_basis
{
position: absolute;
z-index: 2;
height: 30px;
width: 150px;
margin-left: 20px;
}

div#knop_titel1
{
position: absolute;
text-align: center;
margin-top: 8px;
z-index: 4;
width: 100%;
}

div#knop_titel2
{
position: absolute;
text-align: center;
margin-top: 0px;
z-index: 4;
width: 100%;
}

div#knop_img
{
position: absolute;
}

img#knop_img2
{
position: absolute;
border: none;
z-index: 2;
}

a#knop_titel
{
}

a#knop_afbeelding
{
z-index: 1;
}

a:link
{
color: #ffffff;
text-decoration: none;
}

a:hover
{
color: #ffffff;
text-decoration: none;
}

a:visited
{
color: #ffffff;
text-decoration: none;
}

a:active
{
color: #ffffff;
text-decoration: none;
}