body.index {
	overflow: visible;
	background-color: #cfcfcf;
	font: 10pt "verdana";
	color: #000000;
}

body {
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #ebebeb;
	font: 10pt "verdana";
	color: #000000;
}

td {
	font: 10pt "verdana";
	color: #000000;
}

iframe.border {
	border: 1px solid #094585;
}

div.onderdeelfpk{
	font: 9pt "verdana";
	color: #094585;
}

.main {
	height: 100%;
	width: 100%;
}

span.onderwerp {
	font: 14pt "verdana";
	color: #094585;
}

span.subonderwerp {
	font: 11pt "verdana";
	color: #094585;
}

div.heightabovebuttons {
	height: 15px
}

.cursusnaam {
	font: 9.5pt "verdana";
	color: #094585;
	font-weight: bold;
}
	
.volgeboekt {
	font: 8.5pt "verdana";
	color: #d28171;
	font-weight: bold;
}

.sterretje {
	font: 8.5pt "verdana";
	color: #d28171;
}

.imageborder {
	border: 1px solid #094585;
}

/*Table column width*/
	.col1width {
		width: 190px;
	}
	.col2width {
		width: 520px;
	}
	.col3width {
		width: 30px;
	}
/*End table column width*/


/*Table rows height*/
	tr.tr1height {
		height: 115px;
	}

	tr.tr2height {
		height: 310px;
	}

	tr.tr3height {
		height: 33px;
	}
/*End table rows height*/
	
	
	a:link {	
		color: #094585;
		text-decoration: underline;
	}
				
	a:visited {
		color: #094585;
		text-decoration: underline;
	}
				
	a:hover {
		color: #d28171;
		text-decoration: none;
	}

	a:active {
		color: #094585;
		text-decoration: underline;
	}
		
		
		
		
		
		/*BUTTONS - MENU*/
		
		
		.divclass ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 185px; /* Width of Menu Items */
		border-bottom: 1px solid #ebebeb;
		background-color: #d5d8e9;
		color: #000000;
		}
		
		.divclass ul li{
		position: relative;
		}
			
		/*Sub level menu items */
		.divclass ul li ul{
		position: absolute;
		width: 170px; /*sub menu width*/
		top: 0;
		visibility: hidden;
		background-color: #d5d8e9;
		}

		/* Sub level menu links style */
		.divclass ul li a{
		display: block;
		overflow: auto; /*force hasLayout in IE7 */
		color: #000000;
		text-decoration: none;
		background-color: #d5d8e9;
		padding: 1px 5px;
		border: 1px solid #ebebeb;
		border-bottom: 0;
		height: 20px;
		}

		.divclass ul li a:visited{
		background-color: #d5d8e9;
		color: #000000;
		text-decoration: none;
		}

		.divclass ul li a:hover{
		color: #000000;
		background-color: fbe2da;
		}

		.divclass .subfolderstyle{
		background: url(images/pijl.gif) no-repeat center right;
		}

			
		/* Holly Hack for IE \*/
		* html .divclass ul li { float: left; height: 1%; }
		* html .divclass ul li a { height: 1%; }
		/* End */
		
		
		/*EINDE - BUTTONS - MENU*/