html, body, #holder 
{
	min-height: 100%;
	width: 100%;
	height: 100%;

}

html>body, html>body #holder 
{ 
	height: auto;
}

body 
{
	margin: 0;
	padding 0;
	background-color: #C7C8CA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D6B6B;
	overflow : -moz-scrollbars-vertical;
}

#holder 
{ 
	position: absolute; 
	top: 0;
	left: 50%;
	padding: 0;
	margin: 0;
	margin-left: -360px;
	width: 696px;
	background-image : url(../images/background.jpg);
}

#header 
{
	height: 192px;
	width: 100%;
	background-image: url(../images/header.jpg);
}

#nav 
{
	width: 173px;
	float: left;
	padding-bottom: 3em;
	height: auto;
	background-color: #DCDDDE;
	margin-top:10px;
}

#content
{
	margin-left: 175px;
	padding-bottom: 3em;
	height: auto;
	margin-top: 15px;
	line-height: 16px;
	width: 400px;
	float: left;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D6B6B;
}
#leftcell
{
	margin-left: 15px;
	width: 330px;
	float: left;
	margin-top: 15px;
	line-height: 16px;
	text-align: justify;
}

#leftcell ul
{
	margin-left:15px;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

#rightcell
{
	width: 155px;
	height: auto;
	float: right;
	padding-left: 15px;
	margin-left: 5px;
	margin-top: 15px;
}

#dock
{
	width: 144px;
	height: auto;
	float: right;
	background-image: url(../images/dockhead.gif);
	background-repeat: no-repeat;
	margin-right: 4px;
	margin-top: 10px;
	padding-left:8px;
}

#menurechts
{
	margin-left: 175px;
	padding-bottom: 3em;
	height: auto;
	margin-top: 0px;
	line-height: 16px;
	background-color: #DCDDDE;
	float: right;
}

#footer 
{
	clear: both;
	height: 17px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #EC008C;
	border: none;
	width: 696px;
}

#footerlogo
{
	clear: both;
	height: 87px;
	position: absolute;
	bottom: 10;
	right: 10;
	border: none;
	width: 696px;
	background-image: url(../images/logo.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#nav p, #content p 
{
	margin: 1em;
}

#nav ul 
{
	margin-left: 0;
	padding-left: 0;
}

#nav li 
{
	margin: 0 1em 0 2em;
}

h1
{
	color: #EF2EA1;
	font-size: 14px;
	margin-left:0px;
}

h2
{
	color: #EF2EA1;
	font-size: 11px;
	margin-left:0px;
	padding-left: 12px;
	padding-top: 3px;
	margin-right: 4px;
	margin-top: 0px;
	color: #EF2EA1;
	font-weight: bold;
}

#footerleft
{
	float: left;
}

#footerright
{
	float: right;
	margin-right: 5px;
}


#footer a
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}

#footer a:hover
{
	text-decoration: none;
	color: #FFF5D4;
	font-weight: bold;
}

#rightcell a
{
	text-decoration: none;
	color: #EC008C;
	
	font-size: 11px;
}

#rightcell a:hover
{
	text-decoration: underline;
	color: #EC008C;
	
}
/*
#nav a
{
	text-decoration: none;
	color: #939495;
	font-weight: bold;
	font-size: 11px;
	padding-left:20px;
}

#nav a:hover
{
	text-decoration: none;
	color: #EC008C;
	font-weight: bold;
}
*/

/* root bevat een geheel menu item inclusief submenu behorden bij root*/
.root {
	position: relative;
	width: 173px;
	overflow: hidden;
	z-index: 8;
}
/* sub bevat alle submenu's van één */
.sub {
	position: relative;
	left: 0px;
	width: 173px;
	overflow: hidden;
	z-index: 6;
}
.topmenui {
	position: relative;
	display: block;
	font-family: arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #939495;
	width: 173px;
	overflow: hidden;
	margin-left:10px;
}

.topmenua {
	position: relative;
	display: block;
	font-family: arial, Helvetica, sans-serif;
	padding: 0 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #EC008C;
	width: 173px;
	overflow: hidden;
	z-index: 6;
	margin-left:10px;
	background-image: url(../images/li_paars.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.submenu {
	position: relative;
	/* background-color: #BEC8D1; */
	background-color: #E9EAEA;
	display: block;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 173px;
	height: 20px;
	z-index: 6;
	padding-left:0px;
}

.textT {
	padding-bottom : 3;
	padding-left : 10;
	padding-right : 0;
	padding-top : 3;
}
.textS {
	padding-bottom : 3;
	padding-left : 10;
	padding-right : 0;
	padding-top : 3;
}

/* styles voor anchors van topmenu */
a.topmi {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #939495;
	background-image: url(../images/li_grijs.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:10;
}

a:hover.topmi {
	color: #EC008C;
	background-image: url(../images/li_paars.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:10;
}
a.topma {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #EC008C;
	background-image: url(../images/li_paars.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:10;
}

/* styles voor anchors van submenu */
a.submi {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #939495;
	padding-left:20;
}

a:hover.submi {
	color: #EC008C;
	background-image: url(../images/li_paars.gif);
	background-repeat: no-repeat;
	background-position: left;
}

a.subma {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #EC008C;
	background-image: url(../images/li_paars.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20;
}


.topli {
	float:left; 
	position:relative;
}

.subli {
	float:left; 
	position:relative;
	padding-left:5px;
	margin-top:3px;
}

ligrijs{
	background-image: url(../images/li_grijs.gif);
	background-repeat: no-repeat;
	background-position: left;
}

lipaars{
	background-image: url(../images/li_paars.gif);
	background-repeat: no-repeat;
	background-position: left;
}

hr{
	color: #EC008C;
	height: 1px;
}

a.common {
	font-weight: normal;
	text-decoration: none;
	color: #EC008C;
}

a:hover.common {

	text-decoration: underline;
	color: #EC008C;
}

.input
{
	height : 18px;
	font-family : Arial;
	font-size : 11px;
	color : #000000;
	border : 1px solid #EC008C;
	width: 230px;
}

.inputtext
{
	height : 48px;
	width: 300px;
	font-family : Arial;
	font-size : 11px;
	color : #000000;
	border : 1px solid #EC008C;
}

.textarea
{
	height : 48px;
	width: 315px;
	font-family : Arial;
	font-size : 11px;
	color : #000000;
	border : 1px solid #EC008C;
}
.button
{
	background-color: #EC008C;
	color: #FFFFFF;
	font-family:Arial;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
	height: 20px;
	border: 0px solid #EC008C;
	cursor: hand; 
}
