p {
	font-size: 10pt;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	font-size: 1.1em;
	color: green;
}

h3 {
	font-size: 1em;
}

h3.nomargin {
	margin: 0 0 5px 0;
}

body a {
	font-size: 10pt;
	font-weight: bold;
	color: #050AFF;
	text-decoration: none;
}
body a:hover {
	color: #D80000;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
	background-color: #CCCCCC;
	padding: 0px;
}
div#object {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffec00;
	width: 850px;
	height: 600px;
	margin-top: 20px;
}
div#top {
	background-image: url(../images/top.jpg);
	width: 850px;
	height: 140px;
}
div#topmenu {
	float: right;
	position: relative;
	top: -30px;
	right: 75px;
}
div#leftmenu {
	float: left;
	position: relative;
	top: 20px;
	left: 50px;	
	height: 200px;
	width: 100px;	
}
div#foto {
	float: left;
	position: relative;
	top: 220px;
	right: 100px;
	height: 240px;
	width: 240px;
}	
div#movie {
	float: left;
	position: relative;
	top: 80px;
	left: 200px;
	height: 250px;
	width: 410px;
	overflow: visible;
	background-color: #ffec00;
}

div#tekst {
	overflow: auto;
	margin: 0px;
	height: 330px;
	width: 460px;
	float: left;
	top: -30px;
	left: -30px;
	position: relative;
	vertical-align: text-top;
	scrollbar-3dlight-color:#F26522;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#F3F3F3;
	scrollbar-track-color:#F3F3F3;
	scrollbar-darkshadow-color:#F26522;
	scrollbar-face-color:#E6E6E6;
	scrollbar-highlight-color:#E6E6E6;
	scrollbar-shadow-color:#E6E6E6;
	padding: 5px;
	
}

div#disclaimer {
	text-align: center;
    color: #D80000;
}
div#disclaimer a {
	font-weight: normal;
	font-size: 8pt;
}

.highlight{
	color: #D80000;
	font-weight: bold;
	font-size: 10pt;
}

table.cursusdata {
	font-size: 10pt;
	border-collapse: collapse;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	margin: 0 0 10px 0;
}

table.cursusdata tr th {
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	text-align: left;
	font-weight: normal;
	padding: 2px 2px 2px 5px;
	background: #ffcc00;
}

table.cursusdata tr td {
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	padding: 2px 2px 2px 5px;
}
