@charset "utf-8";
/* CSS Document */

*		{	margin: 0;	padding: 0;	border: none;	}
html	{	margin: 0;	background: #3487BB url('images/html-bg.gif') repeat-x;	}
body	{	width: 827px;	height: auto;	margin: 0px auto;	font: 12px "Corbel";	}

br.clear{	clear: both;	font-size: 1px;	height: 1px;	}

div#logo {	margin: 16px 0; width: 453px;	height: 95px;	background: url('images/logo.png') no-repeat; }

div#left {	width: 181px; float: left; }

	div#left ul					{	background: url('images/menu-ul.png') no-repeat; padding: 2px 0 0 0; list-style: none;}
	div#left ul li				{	height: 12px;	padding: 5px 0; background: #E7DCC3;	border-right: 2px SOLID #FFF;	border-left: 2px SOLID #FFF; }
	div#left ul li span			{	float: left; width: 28px; text-align: center;	color: #9FADB6; }

	div#left ul li.dark			{	background: #9FADB6; }
	div#left ul li.dark  span	{	color: #E7DCC3; }

	div#left ul li.last			{	text-align: right; padding: 5px 10px 5px 0;}

	div#left ul li a			{	color: #000; text-decoration: none; }
	div#left ul li a:hover		{	text-decoration: underline;  }

	div#left ul li.adsense		{	height: auto; text-align: center;}

	div#left div.bottom	{	height: 5px;	font-size: 1px; margin: 0 0 10px 0; background: url('images/menu-bottom.png') no-repeat; }

div#right {	width: 633px; float: right;	background: url('images/right-bg.gif') repeat-y; }
	
	div#right div.content		{	padding: 20px 63px 20px 22px; }
	div#right div.content h1	{	width: 395px; margin-bottom: 20px; border-bottom: 2px SOLID #9FADB6; font: 24px "Arial"; color: #3487BB; }	
	
	div#right div.content h2	{	font-size: 24px; font-weight: bold; color: #3487BB;	padding: 12px 0 5px 0; }

	div#right div.content img.picture	{	float: right; border: 1px SOLID #3487BB; }

	div#right div.content p		{	display: block; padding: 0 0 16px 0; font-size: 12px;}
	div#right div.content span	{	color: #3487BB; }

	div#right div.informatie	{	width: 548px; height: 106px;  background: url('images/info-bg.png') no-repeat; margin: 15px 0; }
	
	div#right div.informatie div.left		{	width: 336px; float: left; height: 106px; line-height: 26px;	color: #3487BB; }
	div#right div.informatie div.left span {	float: left; width: 210px;	color: #000; }
	div#right div.informatie div.left img  {	float: left; padding: 6px 2px 0 0;  }
	
	div#right div.informatie div.right		{	width: 209px; float: left; height: 106px; line-height: 26px;	color: #3487BB; }
	div#right div.informatie div.right span {	float: left; width: 70px;	color: #000; }
	div#right div.informatie a				{	color: #3487BB; text-decoration: none; }
	div#right div.informatie a:hover		{	text-decoration: underline; }
	
	
	div#right div.top			{	height: 4px; font-size: 1px; background: url('images/right-top.gif') no-repeat; }
	div#right div.bottom		{	height: 6px; font-size: 1px; background: url('images/right-bottom.gif') no-repeat; }

div#footer {	clear: both; color: #E7DCC3;	font-size: 10px;	text-align: right; padding: 0 0 10px 0; }

#logo {
	_azimuth: expression(
	this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true);
}

