BODY {
	margin:			0;
	background-image:	url("img/bodybg-2009.png");
	background-repeat:	no-repeat;
	background-position:	top center;
	background-color:	#102030;
}

DIV#main {
	width:			700px;
	padding:		0px;
	margin:			0 auto;
	color:			white;
}

P, LI, DIV#footer, TH, TD, H1, H2, H3 {
	font-family:		Futura, Arial, Verdana, Tahoma, Bitstream Vera Sans, sans-serif;
}

A {
	color:			#4080C0;
	text-decoration:	none;
}

A:hover {
	color:			#AEC9E5;
	text-decoration:	underline;
}

UL#menu {
	margin:			0px -8px;
	padding:		0px;
	list-style:		none;
}

UL#menu LI {
	display:		inline;
	height:			20px;
	float:			left;
	margin-left:		8px;
	margin-right:		8px;
	padding:		0px;
	font-size:		16px;
}

UL#menu LI A {
	width:			100%;
	height:			100%;
}

H1, H2, H3 {
	clear:			left;
	color:			#AEC9E5;
	padding:		0px;
	border-bottom:		1px dotted #204060;
	font-weight:		normal;
	font-size:		24px;
	margin:			0.5em 0;
}

H2 {
	font-size:		20px;
}

H3 {
	color:			#4080C0;
	font-size:		16px;
}

P, LI, PRE {
	font-size:		12px;
}

P.langsel {
	text-align:		center;
}

PRE {
	font-family:		Lucidatypewriter, Bitstream Vera Sans Mono, Courier New, fixed;
}

IMG.rechts {
	border:			1px solid white;
	margin:			8px 0 8px 16px;
	clear:			right;
	float:			right;
}

TD, TH {
	font-size:		11px;
	font-weight:		bold;
	text-align:		left;
	padding-right:		1.5em;
	vertical-align:		top;
}

TD {
	font-weight:		normal;
}

TD.crednaam {
	font-style:		italic;
}

FORM {
	margin-left:		16px;
}

TD.banddesc {
	text-align:		center;
	font-size:		16px;
}

