/* Standaard Wdaarden */
* {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
	color: #09415c;
	text-decoration: none;
}
html {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: #9f2d20 url('images/htmlbg.gif') repeat-x top left;
	font: 11px "Verdana";
}
body
{	
	width: 100%;
	margin: 0px 0px;	
}
br.clear
{
	clear: both;
	font-size: 0px;
}
/* Topmenu */
div#container_h
{
	width: 783px;
	height: auto;
	margin: 0px auto;
	padding-right: 15px;
}
/* Topmenu */
div#topmenu
{
	width: 758px;
	height: 22px;
	background: url('images/topmenu_bg.png') no-repeat;
	behavior: url(iepngfix.htc);
	color: #e87c7c;
	text-align: center;
	padding-top: 62px;
	padding-left: 25px;
}

	div#topmenu a	{	color: #f9cccc; margin: 0px 5px;	}
	div#topmenu a:hover	{	text-decoration: underline;	}

/* Header */

div#header
{
	width: 783px;
	height: 121px;
	background: url('images/header.png') no-repeat;
	behavior: url(iepngfix.htc);
}

/* Container */
div#container
{
	width: 758px;
	height: auto;
	margin: 0px auto;
	background: #FFF;
	padding: 0px 5px;
	padding-top: 4px;
}
/* Container */
div#container #menu
{
	width: 180px;
	height: auto;
	float: left;
}
div#container #menu h3
{
	height: 19px;
	background: url('images/menu_h3.gif');
	color: #ffcc00;
	font-size: 14px;
	line-height: 20px;
	vertical-align: center;
	padding-left: 10px;
	padding-top: 1px;
	_padding-top: 0px;
}
div#container #menu .menu_links
{
	width: 166px;
	border: 1px SOLID #e44040;
	margin-bottom: 4px;
	color: #000000;
	background: #FCE6E6;
	font-family: Trebuchet MS;
	padding: 6px;
	line-height: 18px;
}

	div#container #menu .menu_links a		{	color: #000000;	}
	div#container #menu .menu_links a:hover	{	color: #322e2e;	}


/* Container */
div#container #content
{
	width: 574px;
	height: auto;
	background: #FFF;
	float: right;
}
div#container #content h3
{
	height: 19px;
	background: url('images/content_h3.gif') no-repeat;
	color: #ffcc00;
	font-size: 14px;
	line-height: 20px;
	vertical-align: center;
	padding-left: 10px;
	padding-top: 1px;
	_padding-top: 0px;
}

div#container #content .content_container
{
	width: 560px;
	border: 1px SOLID #e44040;
	margin-bottom: 4px;
	color: #000000;
	background: #FCE6E6;
	font-family: Trebuchet MS;
	padding: 6px;
	line-height: 18px;
}

	div#container #content .content_container a			{	color: #000000;	}
	div#container #content .content_container a:hover	{	color: #322e2e; text-decoration: underline;	}

div#container #content .content_advertentie
{
	width: 560px;
	border: 1px SOLID #e44040;
	margin-bottom: 4px;
	color: #000000;
	background: #FFF;
	font-family: Trebuchet MS;
	padding: 10px 6px;
	line-height: 18px;
	text-align: center;
}
/* Footer */
div#footer
{	
	width: 559px;
	height: 18px;
	background: url('images/footer.png') no-repeat;
	behavior: url(iepngfix.htc);
	margin: 0px auto;

	color: #e87c7c;
	text-align: center;
	padding-right: 115px;
	padding-left: 94px;
	padding-top: 14px;
}