body {
	background:			#003366;
	padding:			0px;
	margin:				0px;
	font-family:		verdana;
	height:				100%;
}

p {
	margin-top:			1em;
	margin-bottom:		0px;
}

a img {
	border:				0px;
}

table.alles {
	height:				100%;
	width:				100%;
}

table.alles td.randhorizontaal {
	width:				50px;
}

table.alles td.randvertikaal {
	height:				40px;
}

table.alles td.randhoek {
	width:				50px;
	height:				40px;
}

table.alles td.content {
	background:			white;
	padding:			0;
}

div.lastupdate {
	font-size:			10px;
	color:				white;
	text-align:			right;
}

table.content {
	height:				100%;
	width:				100%;
}

table.content td.menu {
	width:				170px;
	background:			#336699;
	vertical-align:		top;
}

table.rechts td.content {
	vertical-align:		top;
}

table.rechts {
	height:				100%;
	width:				100%;
}

table.rechts td.vastmenu {
	vertical-align:		top;
	padding-top:		5px;
	height:				25px;
	text-align:			center;
	color:				#FF0000;
	font-size:			10px;
}

table.rechts td.vastmenu a {
	color:				#336699;
	text-decoration:	none;
}

table.rechts td.content div.content {
	height:				100%;
	padding:			10px;
	overflow:			auto;
}

table.menu {
	height:				100%;
	width:				100%;
}

table.menu td.logo_school {
	height:				140px;
	text-align:			center;
	font:				bold 11px arial,helvetica,sans-serif;
	color:				white;
}

table.menu td.logo_opo_epe {
	height:				80px;
	text-align:			center;
}

table.menu td.menu {
	font-size:			13px;
	font-weight:		bold;
	color:				#FFFF99;
}

ul.hoofdmenu {
	margin:				0;
	padding:			0;
	list-style-image:	url(../images/vinkje.gif);
}

ul.hoofdmenu li {
	margin:				0 15px 2px 25px;
	padding:			0;
}

ul.hoofdmenu li a {
	color:				#FFFF99;
	text-decoration:	none;
}

ul.hoofdmenu li a.selected,
ul.hoofdmenu li a:hover {
	color:				#CCCCFF;
}

ul.submenu {
	margin:				0;
	padding:			0;
	list-style-type:	none;

	width:				180px;
	display:			none;
	position:			absolute;

	background:			#336699;
	border:				1px solid #6699CC;
}

ul.submenu li {
	margin:				0 5px;
	padding:			0;
}

ul.submenu li a {
	color:				#FFFF99;
	text-decoration:	none;
}

ul.submenu li a.selected,
ul.submenu li a:hover {
	color:				#CCCCFF;
}

