body {
	margin: 0px;
	padding: 0px;
	background-image: url(bodybgrnd.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-color: #E5F5FF;
}




#topmenu{
	width: 592px;
	height: 30px;
	background-color: #0066ff;
	border-bottom: solid 2px #ffffff;
	border-top: solid 2px #ffffff;
	text-align: right;
	margin-left: 4px;
	}

#topmenu a{
	border-left: solid 2px #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	float: right;
	width: 90px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}	
	
#topmenu a:hover{
	text-decoration: blink;
	color: #000000;
}
	

#logo{

	position: absolute;
	width: 290px;
	height: 150px;
	left: 0px;
	top: 0px;
}
	

#left{
	width: 150px;
	float: left;
	text-align: center;
	margin-top: 150px;
}

#left p{
	margin: 0px;
}

#right{
	width: 600px;
	float: left;
}

#kop{
	width: 600px;
	height: 118px;
	background-image: url(kop.jpg);
}



#content{
	width: 480px;
	float: left;
	background-color: #ffffff;
	height: 530px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	border-left: solid 4px #ffffff;

}

#bottom{
	
	float: left;
	width: 480px;
	height: 20px;
	background-color: #000066;
	border-top: solid 2px #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
	margin-top: 20px; 
	
	

}

#mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	width: 140px;
	float: left;
	margin-bottom: 30px;


	
}


/*leftCol contents */
#mainMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 0px solid #ffffff;
	text-align: right;
	position: relative;
	background-image: url(mainmenukleura.gif);
	background-repeat: repeat-y;
	background-position: right top;
	

}

#mainMenu ul li {
	position:relative;
	z-index: 100;
	
}

#mainMenu ul li ul {
	position: absolute;
	left: 150px;
	top: 0;
	display: none;
	text-align: left;
	background-color: #000033;
	border-left: solid 4px #ffffff;
	border-right: solid 4px #ffffff;
	filter:alpha(opacity=90);
	width:150px;
	
}

#mainMenu ul li ul a {
	color: #000033;
	background-color: #E8EAFF;
	
	background-image: url(hovermainb.gif);
	
	
}

#mainMenu ul li ul a:hover {
	background-color: #000033;
	color: #ffffff;
	
}

#mainMenu li:hover ul, #mainMenu li.over ul{
	display:block;
	
}

#mainMenu ul li a {
	
	display:block;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	color:black;
	padding-right: 30px;
	padding-left: 20px;
	border: 0px solid #ffffff;
	border-bottom:0;
	color: #000033;
	border-bottom: solid 1px #ffffff;
	line-height: 30px;
	
	
	
	
}

/* Fix IE. Hide from IE Mac \*/
* html #mainMenu ul li { float: left; }
* html #mainMenu ul li a {	height: 1%; }
/* End */

#mainMenu ul li a:hover {
	background-color: #E8EAFF;
	color: #000000;
	background-image: url(hovermaina.gif);
}

#content h1	{

	font: 900 italic 180% Arial, Helvetica, sans-serif; 
	letter-spacing: 0.1em;
	margin: 0px;
	margin-left: -10px;
	margin-bottom: 10px;
	color: #000066;
}
	
#content h2	{
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 0.1em;
	margin: 0px;
	margin-bottom: 6px;
	color: #333399;
	border-bottom: solid 1px #ccccff;
	margin-top: 20px;
	
}

#content img{
	float: left;
	margin-right: 10px;
	border-right: solid 1px #9BA4BA;
	border-bottom: solid 1px #9BA4BA;
	border-top: solid 1px #DBE3ED;
	border-left: solid 1px #DBE3ED;
	padding: 6px;
	background-color: #ffffff;
	margin-bottom: 5px;
	clear: left;
}


#content ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 20px;
	color: Black;
	text-align: justify;
}

#content li{
	margin-bottom: 10px;
	list-style-image: url(list.gif);
}


#content li a {
	color: #0002D9;
	text-decoration: none;
}

#content li:hover a {
	color: blue;
	text-decoration: underline;
	background-color: #F8F8FF;
}

#content li a:hover { 
	color: red;
	background-color: #E6E6FA;
	text-decoration: none;
	}

#content li:hover { 
	color: #91AAC7;
	}	

#content p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 20px;
	margin: 0px;
	margin-bottom: 10px;
	text-align: justify;
	padding-bottom: 2px;
}

#content a {
	color: #0002D9;
	text-decoration: none;
}

#content p:hover a {
	color: blue;
	text-decoration: underline;
	background-color: #F8F8FF;
}

#content p a:hover { 
	color: red;
	background-color: #E6E6FA;
	text-decoration: none;
	}

#content p:hover { 
	color: #91AAC7;
	}	

#content {
	color: #191970;
;
}

#content p {
	color: inherit;
	}

 #fld_name, #fld_email
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333366;
	BORDER-RIGHT: #ccccff 1px solid; 
	BORDER-TOP: #ccccff 1px solid; 
	BORDER-LEFT: #ccccff 1px solid; 
	BORDER-BOTTOM: #ccccff 1px solid; 
	background: url(../style/formulier.gif);
	background-repeat: no-repeat; 
	background-position: top left;
}

#nieuwsbrief{
	
	text-align: center;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	border-left: solid 4px #ffffff;


}
      


.tekstfield
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #333366;
	BORDER-RIGHT: #ccccff 1px solid; 
	BORDER-TOP: #ccccff 1px solid; 
	BORDER-LEFT: #ccccff 1px solid; 
	BORDER-BOTTOM: #ccccff 1px solid; 
	background: url(../style/formulier.gif);
	background-repeat: no-repeat; 
	background-position: top left;
}

.lijst {
	display: block;
	BORDER-RIGHT: #ccccff 1px solid;
	BORDER-TOP: #ccccff 1px solid;
	BORDER-LEFT: #ccccff 1px solid;
	BORDER-BOTTOM: #ccccff 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin: 0px;
	margin-bottom: 30px;
	text-align: left;
	border-bottom: solid 1px #ccccff;
	padding-bottom: 10px;
}
	
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	font-size: 10pt; 
	font-weight: bold;	
	color: #CC0000;
	text-decoration: none
}

#nieuwsbrief h2{
text-align: left;
}