<style type="text/css">

/* mac verbergen\*/
html, body 
{
	height: 100%;
}
/* einde */
html,body 
{
	padding: 0px;
	margin: 0px;
}

body
{	
	text-align: center;
	min-width: 800px; /* voor mozilla*/
	background: #ffffc0 url(../images/site/achtergrond.png) no-repeat center top;
	color: #000000;
	vertical-align: center;
    scrollbar-arrow-color:#3399cc; 
    scrollbar-track-color:#ffffc0; 
    scrollbar-face-color:#ffcc00; 
    scrollbar-highlight-color:#3399cc; 
    scrollbar-3dlight-color:white; 
    scrollbar-darkshadow-color:#3399cc; 
    scrollbar-shadow-color:#3399cc; 
}

/* container hele site */
#container
{
	height: 768px;
	top: 0px;
	width: 800px;
	color: #000000;
	text-align: left;
	margin: auto auto;
	vertical-align: center;
	background: url(../images/site/completebg.png) repeat-y left center;
	border-bottom: 1px solid black;
	position: relative;
	z-index: 400;
	overflow: auto;
	overflow-x: hidden;
}
 
html>body #container{height:768px;} /*voor mozilla, IE gebruikt min-height */

/* bovenbalk */
#header
{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 124px;
	background: url(../images/site/logo.png) no-repeat #f5ecec;
	border: 0px solid #000;
	overflow: hidden;
	color: #000000;
	z-index: 400;
}

#subheader 
{
	position:absolute;
	top: 124px;
	left: 0px;
	width: 800px;
	height: 36px;
	background: #f5ecec url(../images/site/bar.gif);
	border: 0px solid #000;
	overflow: hidden;
	color: #000000;
	z-index: 400;	
}

/* taalkeuze balk */
#taalbar 
{
	background: none;
	right: 2px;
	top: 0px;
	width: 400px;
	height: 20px;
	font-size:12px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	vertical-align: center;
	padding: 0px 0px 0px 0px;
	position: absolute;	
	text-align:right;
	z-index: 500;
}

#taalbar IMG {
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
}

/* menugedeelte */
#menu 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute; /* nodig voor float */
	width: 160px;
	float: left;
	/*	background: 0b4472; */
	left: 1px;
	top: 160px;
	padding-top: 0px; /* ruimte voor header */
	z-index: 500;
}

html>body #menu{
	top:148px;
	width:160px;
} /*voor mozilla */

#menu p 
{
	padding-left: 3px;
	padding-right: 2px;
}

div,p  {margin-top:0} /* clear bovenmarge voor mozilla */

/* hoofdcontent gedeelte */
#content 
{
	width: 634px;
	vertical-align: top;
	position: relative;
	top: 160px; /* ruimte voor header */
	left: 165px;
	margin-left: 0px;
	font-size: 14px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	z-index: 450;
	height: 607px;
	overflow: auto;
}
html>body #content{ position:relative;z-index: 350;}
#content p
{
	font-size:14px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
}

#content table
{
	font-size:14px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	border-collapse: collapse;
	border-bottom: 1px solid #404040
}

#content img
{
	border-top: 1px solid #3399cc;
	border-left: 1px solid #3399cc;
	border-right: 1px solid #ffcc00;
	border-bottom: 1px solid #ffcc00;
}
/* bovenbalk contentgedeelte */
#barcontainer
{
	color: #ffffff;
	margin-top: 135px;
	margin-left: 162px;
	left: 0px;
	width: 636px;
	height: 20px;
	font-size: 16px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	position: absolute;	
	z-index: 500;
}

#nieuwsbalk 
{
	margin-left: 0px;
	margin-top: 0px;
	text-align: left;
	vertical-align: center;
	width: 637px;
	position: absolute;
	float: left;
	height: 20px;
	background: white;
	color: black;
}

.selected
{
	font-size:14px; 
	color: #fe3333; 
	text-decoration: none;
	font-weight: none;
}

/* nieuwsbalk */

#nieuws table
{
	border-bottom: 1px solid #404040;
	border-collapse: collapse;
	font-size:12px;
	width: 100%;
}

#nieuws .header_dn
{
	background: #3399cc url(../images/site/arrow_dn.png) bottom right no-repeat;
	font-size:12px;
	border-bottom: 1px solid #404040;
}

#nieuws .header_up
{
	background: #3399cc url(../images/site/arrow_up.png) bottom right no-repeat;
	font-size:12px;
	border-bottom: 1px solid #404040;
}

#nieuws .datum
{
	color: #fe3333;
	font-size:12px;
}
/* algemene opmaak hyperlinks */
#content a 
{
	font-size:14px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#content a:link 
{ 
	color: #3399cc;
	text-decoration: underline;
}
#content a:visited 
{
	color: #3399cc; 
	text-decoration: underline;
}
#content a:active 
{	
	color: #3399cc;
	text-decoration: underline; 
}
#content a:hover 
{ 
	color: #404040; 
	text-decoration: underline;
}

/*opmaak hyperlinks in de taalbalk */
A.taal 
{
	color: #ffffff;
	font-size:14px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

A.taal:link 
{ 
	color: #808080;
	text-decoration: none;
}
A.taal:visited 
{
	color: #808080;
	text-decoration: none;
}
A.taal:active 
{	
	color: #808080;
	text-decoration: none; 
}
A.taal:hover 
{ 
	color: #3399cc; 
	text-decoration: none;
}

/*opmaak hyperlinks in de navigatie */
A.navbar 
{
	color: #e7c0bb;
	font-size:10pt; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

A.navbar:link 
{ 
	color: #e7c0bb;
	text-decoration: none;
}
A.navbar:visited 
{
	color: #e7c0bb;
	text-decoration: none;
}
A.navbar:active 
{	
	color: #e7c0bb;
	text-decoration: none; 
}
A.navbar:hover 
{ 
	color: #b13326; 
	font-size:10pt;
	text-decoration: none;
}

/*opmaak hyperlinks in het menu 
A.menu 
{
	color: black;
	font-size:10pt; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background: #0b4472;

}

A.menu:link 
{
	color: white;
	text-decoration: none;
	background: #0b4472;
}
A.menu:visited 
{
	color: white;
	text-decoration: none;
	background: #0b4472;
}
A.menu:active 
{	
	color: white;
	text-decoration: none; 
	background: #0b4472;
}
A.menu:hover 
{ 
	color: white; 
	text-decoration: none;
	background: #0b4472;
}
*/
/*opmaak hyperlinks in het beheer */
#content A.beheer
{ 
	font-size:14px; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
#content A.beheer:link 
{ 
	color: #3399cc;
	text-decoration: none;
}
#content A.beheer:visited 
{
	color: #3399cc;
	text-decoration: none;
}
#content A.beheer:active 
{	
	color: #3399cc;
	text-decoration: none;
}
#content A.beheer:hover 
{ 
	color: #404040; 
	text-decoration: none;
}

/*opmaak copyright NIET GEBRUIKT */
A.copy:link 
{ 
	color: #ffffff;
	text-decoration: none;
}

A.copy:visited 
{
	color: #ffffff; 
	text-decoration: none;
}

A.copy:active 
{	
	color: #ffffff;
	text-decoration: none; 
}

A.copy:hover 
{ 
	color: #ffffff; 
	text-decoration: none;
}

/* opmaak beheeritems */
TH
{
	vertical-align: top;
	text-align: left;
	font-size:10pt; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: white;
	background: url(../images/site/bar.gif);
}

UL.beheer {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

LI.beheer {
	list-style-type: none;
}

IMG.btn {
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
}

/* opmaak invoervelden */
TEXTAREA, INPUT
{
	font-size:10pt; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #404040;
	background: #ffffc0;
	border: 1px solid gray;
}

INPUT.radio {
	font-size:10pt; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #404040;
	background: #ffffc0;
	border: 0px solid gray;
}
/* streep onder overzichten in het beheer */
.tabelonder {
	border-top: gray 1px solid;
}

hr {
	border-top: gray 1px solid;
}

/* randen afbeeldingen beheer*/
.rand_oranje {
	border: 1px solid #ff9933;
}
.rand_rood {
	border: 1px solid #ff0000;
}
.rand_groen {
	border: 1px solid #009933;
}

h1
{
	margin-left: 0px;
	color: #3399cc;
	font-size: 14px;
	font-weight: bold;
}

h2
{
	margin-left: 0px;
	color: #fe3333;
	font-size: 12px;
	font-weight: none;
}

#preview
{
	background: #f5ecec;
}
</style>
