html
{
	height: 100%;
	overflow: hidden; /* Haalt nutteloze scrollbalk weg in IE */
}

body
{
	height: 100%;
	padding: 0px 0px;
	margin: 0px 0px;
	overflow: hidden; /* Haalt nutteloze scrollbalk weg in IE */
	SCROLLBAR-FACE-COLOR: #F4D000;
	SCROLLBAR-HIGHLIGHT-COLOR: #131C46;
	SCROLLBAR-SHADOW-COLOR: #131C46;
	SCROLLBAR-3DLIGHT-COLOR: #F4D000;
	SCROLLBAR-ARROW-COLOR: #131C46;
	SCROLLBAR-TRACK-COLOR: #F4D000;
	SCROLLBAR-DARKSHADOW-COLOR: #F4D000;
}

a
{
	color: white;
	text-decoration: underline;
}

a.menu
{
	color: white;
	text-decoration: none;
}

a.menu:hover
{
	color: black;
	text-decoration: none;
}

hr
{
	border: none;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 2px;
	margin: 5px 0px;
	padding: 0px;
	clear: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #8A1D03;
	margin: 0px 0px 15px 0px;
}

p
{
	margin: 0px 0px 15px 0px;
}

#geheel
{
	width: 100%;
	height: 100%;
	border: none;	
}

#links
{
	vertical-align: top;
	background: url(../images/links_repeat.jpg) left top repeat-y;
}

#links_inhoud
{
	position: relative;
	background: url(../images/links.jpg) left top no-repeat;
	width: 155px;
	height: 100%;
	font: 18px Arial, Helvetica, sans-serif;
}

#links_menu
{
	position: absolute;
	left: 13px;
	top: 8px;
	line-height: 35px;
}

#links_contact
{
	position: absolute;
	left: 13px;
	top: 250px;
}

#submenu_geheel
{
	position: absolute;
	left: 15px;
	top: 33px;
	z-index: 1;
}

#sub1
{
	display: none;
	border: 1px solid #131c47;
}

.submenu a
{
	width: 128px;
	background-color: #f4d000;
	height: 16px;
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
	display: block;
	color: #FFFFFF;
	margin: 0px;
	text-decoration: none;
}

.submenu a:hover
{	
	color: #000000;
}

#boven
{
	font: bold 12px arial;
	color: black;
	height: 108px;
	width: 100%;
	background: url(../images/boven_repeat.jpg) left top repeat-x;
	vertical-align: top;
}

#kop
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	z-index: 1;
}

#midden
{
	height: 100%;
	width: 100%;
	vertical-align: top;
	padding: 10px 10px 10px 20px;
	background: #f4d000;
}

#buitenkant
{
	position: relative;
	width: 100%;
	height: 100%;
}

#binnenkant
{
	position: absolute;
	font: 11px arial;
	color: black;
	left: 0px;
	top: 0px;
	overflow: auto;
	height: 100%;
	width: 100%;
}

#inhoud
{
	width: 98%;
	font: 11px arial;
}

#mediation_flash
{
	margin: 0px 0px 10px 10px; 
	display: inline; 
	position: relative; 
	float: right; 
	width: 194px;
}
