/*hyperlinks:*/
a:link  { color: #7689BB; text-decoration: none; font-weight: bold }
a:visited { text-decoration: none; font-weight: bold; color: #7689BB }
a:active { text-decoration: none; font-weight: bold; color: #7689BB }
a:hover  { text-decoration: none; font-weight: bold; color: #C7180B1 }

A.start:link { color: #666666; text-decoration: none; text-align: center; font-weight: bold; }
A.start:visited { color: #666666; text-decoration: none; text-align: center; font-weight: bold }
A.start:hover { color: #000000; text-decoration: none; text-align: center; font-weight: bold; }
A.start:active { color: #000000; text-decoration: none; text-align: center; font-weight: bold; }

body
{
	background-color: #f9f9e9;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}

H1
{
	font-family: Monotype Corsiva, Verdana;
	font-size: 28px;
	font-weight: bold;
	color: #000033;
	letter-spacing: 1pt;
	text-align: center;
	vertical-align: top;
	line-height: 1.1;
}

H2
{
	font-family: Monotype Corsiva, Verdana;
	font-size: 19px;
	font-weight: bold;
	color: #000033;
	text-align: center;
	vertical-align: top;
	line-height: 35px;
}

H3
{
	font-family: Monotype Corsiva, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #000033;
	text-align: left;
	vertical-align: top;
	line-height: 0px;
}

ul
{
	  margin: 0;
	 padding: 0;
	 list-style-type: disc;
}


table.indelingstabel
{
	border-color: #FB930B;
	border-width: 0;
	width: 100%;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: none;
	padding-top: 0;
	padding-right: 8;
	padding-bottom: 8;
	padding-left: 8;
	vertical-align: top;
	text-align: justify;	
	color:#333333;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.indelingstabel td
{
	vertical-align: top;
}

table.contenttabel
{
	border-color: #FFFFFF;
	border-width: 0;
	border-collapse: separate; 
	border-spacing: 5px;
	width: 100%;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: none;
	padding: 0;
	vertical-align: top;
	text-align: justify;	
	color:#333333;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table.contenttabel td
{
	border: 1px solid #C0C0C0;
	vertical-align: top;
	padding: 5px;
}


/*menu:*/
#nav {
padding: 0;
margin: 0;
background: url('none.gif') 0 0;
font-family: Arial, Verdana;
font-size: 11px;
font-weight: bold;
text-align: right; list-style-type:none
}

#nav ul, #nav ul ul {
padding: 0;
margin: 0;
background: url('none.gif') 0 0;
font-family: Arial, Verdana;
font-size: 11px;
text-align: center; list-style-type:none
}

#nav{
width: 121px;
}

#nav li{
width: 121px;
}

#nav ul{
position: absolute;
width: 150px;
left: -1000px;
margin: -21px 0 0 121px;
font-size: 11px;
}

* html #nav ul{
margin: -21px 0 0 0px;
}

#nav li li{
width: 150px;
}

#nav ul ul{
width: 150px;
margin: -21px 0 0 150px;
font-size: 11px;
}

* html #nav ul ul{
margin: -21px 0 0 121px;
}

#nav li li li{
width: 121px;
}

#nav li:hover ul, #nav li.ie_does_hover ul{
left: auto;
}

#nav li:hover ul ul, #nav li.ie_does_hover ul ul{
left: -1000px;
}

#nav ul li:hover ul, #nav ul li.ie_does_hover ul{
left: auto;
}

#nav a {
display: block;
text-decoration: none;
padding: 2px 1px 2px 1px;
margin: 1px 1px 0 0px;
font-weight: bold;
}

#nav a:link, #nav a:visited{
background: #FDC57B;
border: 1px solid #FB930B;
color: #000000;
}

#nav a:hover, #nav a:active{
background: #FB930B;
border: 1px solid #FB930B;
color: #FFFFFF;
}