<!--

body#main
{
	font-family:Verdana;
	color:black;
	position:absolute;
	top:20px;
	left:10%;
	width:780px;
	height:550px;
	background-image:url(../inhoud/bg.jpg);
}

iframe#inhoud
{
	position:absolute; top:20px; left:150px;
	width:600px;
	height:480px;
	border-top-color:#ff9966;
	border-right-color:#ff9966;
	border-left-color:#ffcc99;
	border-bottom-color:#ffcc99;
	border-width:5px;
	border-style:solid;
	background-color:white;
	z-index:1;
}

div#menu
{
	position:absolute; top:50px; left:20px;
	width:100px;
	background-color:lightgray;
	padding:8px;
	background-image:url(../inhoud/menubg.gif);
	text-align:left;
	z-index:1;
}
div#kalender
{
	position:absolute; top:300px; left:-10px;
	z-index:1;
}

.menuitem
{
	font-family:Verdana;
	font-size:10pt;
	font-weight:bold;
	color:#33f;
	margin-top:3px;
	cursor:pointer;
}

.menuitem:hover
{
	color:#f63;
	margin-left:5px;
}

h1.titel
{
	font-family:Verdana;
	font-size:12pt;
	font-weight:bold;
	color:#F30;
}

h2.titel
{
	margin:0px;
	margin-left:20px;
	font-family:Verdana;
	font-size:11pt;
	font-weight:bold;
	color:gray;
}

div.text
{
	font-family:Verdana;
	font-size:11pt;
	color:black;
}

img.thumbnail
{
	border-color:blue;
	border-width:2px;
	border-style:dotted;
	cursor:pointer;
}

a
{
	text-decoration:none;
	font-family:Verdana;
	font-size:11pt;
	cursor:pointer;
	color:blue;
}
-->
