/* Standaard Wdaarden */
* {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
	color: #09415c;
	text-decoration: none;
}
html {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: #d7e8ff url('images/htmlbg.gif') repeat-x top left;
	font: 11px "Trebuchet MS";
	padding-top: 31px;
}
body
{	
	width: 100%;
	margin: 0px 0px;	
}
br.clear
{
	clear: both;
	font-size: 0px;
}
/* Container */

div#container
{	
	width: 744px;
	height: auto;
	background: #FFF url('images/container.gif') no-repeat top left;
	padding-top: 4px;
	margin: 0px Auto;
	padding-left: 15px;
}

/* Menu */

div#container #links
{
	width: 153px;
	height: 100%;
	background: #d2e9ff;
	padding: 8px;
	margin-top: 10px;
	float: left;
}

div#container #links #menu h3
{
	color: #fca60f;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px SOLID #f2f9ff;
}

div#container #links #menu ul
{
	width: 153px;
	height: auto;
	background-color: #c7e1f8;
	margin: 0;
	padding: 0;
	border-top: 1px SOLID #205f84;
}
div#container #links #menu li
{
	padding-left: 8px;
	line-height: 18px;
	font-size: 11px;
	vertical-align: center;
}
/* Root Style */

div#container #rechts
{
	width: 575px;
	height: 100%;
	float: left;
}

/* Topmenu */
div#container #rechts #topmenu
{
	width: 570px;
	height: 28px;
	background: #FFF url('images/topmenu_bg_def.gif') no-repeat top left;
	line-height: 28px;
	vertical-align: center;
	color: #ffa200;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
	text-transform: uppercase;
	font-family: Verdana;
	font-size: 10px;
}

	div#container #rechts #topmenu a	{	color: #ffa200;	}
	div#container #rechts #topmenu a:hover	{	text-decoration: underline;	}

/* Header */

div#container #rechts #header
{
	margin-left: 32px;
	width: 503px;
	height: 74px;
	background: url('images/header.png') no-repeat;
	behavior: url(iepngfix.htc);
}

/* Content */

div#container #rechts #content
{
	width: 542px;
	height: auto;
	margin: 0px auto;
	padding-top: 34px;
}
div#container #rechts #content h3
{
	color: #1d5d83;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}
div#container #rechts #content .tekst
{
	width: 534px;
	height: auto;
	padding: 4px;
	background: #f2f6f8;
	color: #1d5d83;
	border-top: 1px SOLID #205f84;
}

/* Footer */

div#footer
{	
	width: 700px;
	height: 16px;
	background: url('images/footer.gif') no-repeat top left;
	margin: 0px Auto;
	padding-left: 59px;
	padding-top: 20px;
	text-transform: uppercase;
	color: #a1bbe4;
	font-size: 10px;

	text-align: center;
}
