body
{
	background-image: url("/images/bg_horizontaal.jpg");
	background-repeat: repeat;
	color: #505050;
	margin: 0px;
	font-family: arial, verdana, "trebuchet ms";
	font-size: 13px;
}

table
{
	color: #505050;
	margin: 0px;
	font-family: arial, verdana, "trebuchet ms";
	font-size: 13px;
}

h1
{
	color: #00bade;
	font-size: 24px;
}

a:link
{
	color: #505050;
}

a:visited
{
	color: #505050;
}

a:hover
{
	color: #505050;
	text-decoration: none;
}

.bold
{
	font-weight: bold;	
}

.lichtblauw
{
	color: #00bade;
}

.donkerblauw
{
	color: #2a3759;
}

.nobr
{
	white-space: nowrap;
}

#background
{
	background-image: url("/images/bg_verticaal.jpg");
	background-repeat: repeat-x;
	width: 100%;
	height: 907px;
}

#wrapper
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 998px;
	margin: 0px auto;
	padding: 0px 0px 157px 0px;
}

#container
{
	position: relative;
	top: 0px;
	left: 0px;
	background-image: url("/images/bg_content.png");
	background-repeat: repeat-y;
	width: 998px;
	padding: 0px 0px 15px 0px;
	float: left;
}

#header
{
	width: 980px;
	height: 138px;
	margin: 0px auto;
}

#headerleft
{
	width: 240px;
	height: 138px;
	float: left;
}

#headerright
{
	width: 740px;
	height: 138px;
	float: left;
}

#menu
{
	position: relative;
	top: -8px;
	left: 0px;
	background-image: url("/images/bg_menu.jpg");
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 980px;
	height: 40px;
	margin: 0px auto;
	padding: 0px;
}

#menu ul
{
	height: 40px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: none;
}

#menu ul li
{
	position: relative;
	width: 154px;
	height: 26px;
	color: #FFFFFF;
	padding: 14px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	text-align: center;
	cursor: pointer;
}

#menu ul li a
{
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li.selected a:hover
{
	color: #2a3759;
	text-decoration: none;
}

#menu ul li:hover
{
	color: #2a3759;
	cursor: pointer;
}

#menu ul li.selected
{
	background-image: url("/images/bg_menuhover.png");
	background-repeat: no-repeat;
	color: #2a3759;
	cursor: pointer;
}

#menu ul li:hover a, #menu ul li.selected a
{
	color: #2a3759;
	text-decoration: none;
}

#contentleft
{
	background-image: url("/images/border_content.jpg");
	background-repeat: repeat-y;
	background-position: right top;
	width: 644px;
	min-height: 500px;
	margin: 7px 0px 0px 0px;
	padding: 0px 24px 20px 32px;
	line-height: 1.7em;
	float: left;
}

#contentright
{
	width: 259px;
	min-height: 500px;
	float: left;
}

#footer
{
	background-image: url("/images/bg_footer.png");
	background-repeat: no-repeat;
	width: 998px;
	float: left;
}
