html, body, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	clear: both;
	padding: 10px;
	text-align: left;
}
body{
	background-color: #eee;
	clear: both;
}
.flash_bold {
	font-weight: bold;
}
.flash_italic {
	font-style: italic;
}
.flash_center {
	text-align: center;
}
.flash_big_bold {
	font-weight: bold;
	font-size: 16px;
}
.center{
	text-align: center;
}
.links_met_omloop {
	float: left;
}
.rechts_met_omloop {
	float: right;
}
a {
	font-size: 11px;
	font-weight: bold;
	color: #F33;
	text-decoration: none;
}
a:hover{
	color: red;
	text-decoration: underline;
}
a:visited{
	text-decoration: underline;
	color: #FF6666;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #666;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
p.normaltext{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
img {
	border: none;
}
a.normallink{
	font-weight: bold;
	color: Red;
	text-decoration: none;
}
img.linksuitgelijnd{
	float: left;
	margin: 4px;
}
img.rechtsuitgelijnd{
	float: right;
	margin: 4px;
}
/* Memberarea */
#memberarea {
	margin: 0px;
	background-color: #EFEFEF;
	text-align: left;
}
#center {
	position: absolute;
	left: 50%;
}
#container {
	position: absolute;
	top: 20px;
	left: -400px;
	width: 800px;
	height: 604px;
	border:1px solid #ccc;
	background-image: url(../siteimages/memberbg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFF;
}
.header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 799px;
	height: 120px;
	background: #eee url(../siteimages/memberheadrer.jpg);
}
.content {
	position: absolute;
	padding: 10px;
	left: 240px;
	top: 120px;
	width: 530px;
	height: 400px;
	overflow: auto;
}
.footer {
	position: absolute;
	top: 540px;
	width: 800px;
	height: 60px;
	background-image: url(../siteimages/bottom.jpg);
}
.back{
	position: absolute;
	left: 10px;
	top: 125px;
}
#search {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #666;
}
#searchterm {
	border: 1px solid #ccc;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	color: #666;
}
#searchbtn {
	border: 1px solid #ccc;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	color: #666;
}
.searchresult{
	margin: 10px;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #ececec;
}
label {
	float: left;
	width: 150px;
	font-weight: bold;
}

fieldset {
	border: 1px solid #333;
	padding: 20px;
}
legend {
	font-weight: bold;
	color: red;
	font-variant: small-caps;
}
hr {
	height: 1px;
	color: #333;
}
input, legend{
	margin-top: 5px;
}

.left{
	position: absolute;
	bottom: 70px;
	left: 10px;
	width:200px;
	background: #eee;
	border: 1px solid #ccc;
	padding: 2px;
	line-height: 16px;
} 
/* MENU */
/* Main menu items */
#dhtmlgoodies_slidedown_menu li{
	list-style-type:none;
	position:relative;
	padding: 0px;
}
#dhtmlgoodies_slidedown_menu ul{
	margin:0px;
	padding:0px;
	position:relative;
}
div#dhtmlgoodies_slidedown_menu {
	position: absolute;
	top: 150px;
	left: 15px;
	width: 220px;
}
/* 	Layout CSS */
#dhtmlgoodies_slidedown_menu{		
		
}

	/* All A tags - i.e menu items. */
#dhtmlgoodies_slidedown_menu a{
	text-decoration:none;
	color: #F99;	
	display:block;
	clear:both;
	width:190px;	
	padding:4px;	
}
#dhtmlgoodies_slidedown_menu a:hover{
	color: #F00;
}

	/*
	A tags 
	*/
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
	border-bottom:1px solid #eee;
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
	margin: 0px;
	border-left:1px solid #eee;	
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
	border-left:1px solid #eee;	
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
	border-left:1px solid #eee;
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
	border-left:1px solid #eee;
}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
	padding-left:10px;
}
#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
	padding-left:20px;
}
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
	padding-left:30px;
}
/*-------------index.html--------------*/
#index {
	position: absolute;
	top: 15px;
	left: -375px;
	background-image: url(../siteimages/achtergrond.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 550px;
	text-align: left;	
	line-height: 18px;
}
#index h1{
	visibility: hidden;
	display: none;
}
#index img{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#index_dl1{
	position: absolute;
	top: 220px;
	left: 100px;
	width: 250px;
}
#index_dl2{
	position: absolute;
	top: 220px;
	left: 400px;
	width: 250px;
}
#index_dl3{
	position: absolute;
	top: 30px;
	left: 400px;
	width: 250px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
}
.enter{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

