body
{	font-size:13px;
	font-family: Arial Narrow;
	background-color:#FFFFFF;
	scrollbar-3dlight-color: #958977;
	scrollbar-arrow-color: #958977;
	scrollbar-base-color: #F4E8D6;
	scrollbar-darkshadow-color: #F4E8D6;
	scrollbar-face-color: #F4E8D6;
	scrollbar-highlight-color: #F4E8D6;
	scrollbar-shadow-color: #6F6351;
	scrollbar-track-color: #F4E8D6;
}
td{
	font-size:13px;
	font-family:Arial Narrow;
}

a{
	text-decoration:none;
	color:#000000;
}
a:hover{
	text-decoration:none;
	color: #000000;
}

#maindiv{
	border:1px solid black;
	width:731px;
	height:306px;
	text-align:left;
	position:relative;
}

#navdiv{
	position: absolute;
	top:270px;
	left:5px;
	width:75px;
	font-weight:bold;
}

#navdiv td{
	font-weight:bold;
}

#navdiv a{
	text-decoration:none;
	color: #000000;
	font-weight:bold;
}

#navdiv a:hover{
	text-decoration:none;
	color: #000000;
	font-weight:bold;
}

#maincontentdiv{
	position: relative;
	top:20px;
	left:100px;
	width:531px;
	height:266px;
	/*border:1px solid black;*/
	
}

.cntDv{
	position:absolute;
	width:59px;
	height:88px;
}

/* 1/3e vak */
.contentdiv1{
	width:177px;
	height:266px;
	border:0px;
}
.contenttxt1{
	width:177px;
	height:266px;
	background-color:#F4E8D6;
	border:0px;
	overflow-y:auto;
}
.txtpadropding1{
	padropding:10px;
	border:0px;
}

/* 2/3e vak */

.contentdiv2{
	width:354px;
	height:266px;
	border:0px;
}
.contenttxt2{
	width:354px;
	height:266px;
	background-color:#F4E8D6;
	border:0px;
	overflow-y:auto;
}
.txtpadropding2{
	padropding:10px;
	border:0px;
}

/* volledig vak */

.contentdiv3{
	width:531px;
	height:266px;
	border:0px;
}
.contenttxt3{
	width:531px;
	height:266px;
	background-color:#F4E8D6;
	border:0px;
	overflow-y:auto;
}
.txtpadropding3{
	padropding:10px;
	border:0px;
}

#contactdiv{
	position: absolute;
	left:640px;
	top:265px;
	width:80px;
	text-align:right;
}

img{
	border:0px;
}


/* MENU */
#dropd{
	position:absolute;
	right:5px;
	margin: 0;
	padding: 0;
	top:15px;
}

#dropd li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 95px;
}

#dropd li a.menu{
	display: block;
	text-align: right;
	margin: 0 1px 0 0;
	color: #29BA01;
	text-decoration: none;
	padding-right:5px;
	padding-bottom:5px;
	font-weight:bold;
}

#dropd li a.menu:hover{

}

.submenu{   
	background-color: #FFFFFF;
	visibility: hidden;
	position: absolute;
	z-index: 3;
	width: 90px;
	right:0px;
	height:225px;
}

.submenu a{
	display: block;
	text-align: right;
	text-decoration: none;
	color: #000000;
	padding-right:5px;
}

.submenu a:hover{
	background-color: #D9D9D9;
	color: #000000;
	padding-right:5px;
}

.txtpadding{
	padding:10px;
}
