html
{
	background: black;
	color: white;
	font-family: Arial Unicode MS;
}
div
{
font-family: Calibri;
}
html, body, img, #container
{
	margin: 0px;
	padding: 0px;
}
img
{
	border: none;
}

#container
{
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.site-border
{
	background: url('/images/zwart_paarselijn_glow.gif');
	height: 138px;
	width: 100%;
	text-align: center;
	font-family: Vrinda;
	font-size: 105%;
}
.site-border a
{
	color: white;
}
#middle
{
	height:522px;
	background-image: url('/images/CU_horizontale_break.jpg');
}
#site
{
	width: 1011px;
	margin: auto;
}

.menu
{
	height: 522px;
	width: 119px;
	background-repeat: no-repeat;
}
#menu-left
{
	background: url('/images/menu-left.gif');
	float: left;
}
#menu-right
{
	background: url('/images/menu-right.gif');
	float: right;
}
.above_and_below_content
{
	width: 773px;
	height: 3px;
	background: #8df700;
}
#content_container
{
	float: left;
	width: 773px;
	height: 518px;
}
#content_container, #content_container tr, #content_container td, #content_container tr td
{
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
#content
{
	/*float: left;*/
	width: 773px;
	height: 516px;
	max-height: 516px;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
.menu ul
{
	margin: 0px;
	padding: 0px;
	margin-top: 40px;
}
.menu ul li
{
	list-style: none;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.menu ul li a
{
	color: white;
	text-decoration: none;
}
#menu-left ul
{
	text-align: right;
	margin-right: 4px;
}
#menu-right ul
{
	text-align: left;
	margin-left: 4px;
}

a, a:visited
{
	color: white;
	text-decoration: none;
}

