BODY {
	background-color:	#F5F8FF;
}

TABLE.site {
	width:			98%;
	border-collapse:	collapse;
}

TD.staart {
	height:			10px;
	background-image:	url("../pics/scrat-top.png");
	background-position:	bottom right;
	background-repeat:	no-repeat;
	margin:			0;
}

TD.header {
	border-left:		solid 1px #2467E5;
	color:			#FFFFFF;
	background-color:	#2467E5;
	background-image:	url("../pics/scrat-bot.png");
	background-position:	top right;
	background-repeat:	no-repeat;
	height:			80px;
	font-size:		200%;
	font-style:		italic;
	padding:		0;
	padding-left:		20px;
	margin:			0;
}

TD.nav {
	width:			120px;
	min-width:		120px;
	height:			250px;
	border-top:		solid 1px #000000;
	border-left:		solid 1px #000000;
	border-right:		solid 1px #000000;
	background-color:	#ededed;
	background-image:	url("../pics/bender.png");
	background-position:	bottom left;
	background-repeat:	no-repeat;
	padding:		10px;
	padding-top:		20px;
	vertical-align:		top;
}

TD.content {
	margin:			0px;
	border-left:		solid 1px #00ff00;
	border-top:		solid 1px #000000;
	padding:		10px;
	padding-top:		5px;
	vertical-align:		top;
}

TD.foot-left {
	border:			solid 1px #000000;
	border-right:		none;
	background-color:	#ededed;
	padding:		0.3em;
	padding-left:		1em;
}

TD.foot-right {
	border:			solid 1px #000000;
	border-left:		none;
	background-color:	#ededed;
	text-align:		right;
	padding:		0.3em;
	padding-right:		1em;
}

/* Navigatie */
A.nav {
	display: 		block;
	width:			100%;
	text-decoration:	none;
	padding-left:		5px;
}
A.nav:link {
	color:			#0000FF;
}
A.nav:hover {
	color:			#0000FF;
	background-color:	#cccccc;
}

A.nav:visited {
	color: #000088;
}

UL.nav {
	margin:			0;
	padding:		0;
}
LI.nav {
	list-style:		none;
}

IMG {
	border:			0;
}

/* Content */
table.list {
	width:			98%;
	border-collapse:	collapse;
}

tr.listhead {
	background-color:	#a0bdff;
	border:			inset 1px #000000;
}
td.listhead {
	font-weight:		bold;
	padding:		2px;
	border:			inset 1px #000000;
}
a.listhead {
	text-decoration:	none;
	color:			#000000;
}
a.listhead:hover {
	text-decoration:	underline;
}
tr.list {
}
tr.list:hover {
	background-color:	#e4ecff;
}
td.list {
	border:			inset 1px #000000;
	padding:		2px;
}

