* html body
{
	behavior: url("templates/js/csshover.htc");
}

* html #wrapper
{
	height: 100%;
}

html, body
{
	min-height: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
html>body #wrapper
{
	height: auto;
}

body
{
	background: url('../img/bg_body.png') repeat-x;
}

#wrapper
{
	position: relative;
	min-height: 100%;
	height: auto;
	margin: auto;
	width: 1040px;
	background: url('../img/bg_wrapper.png') repeat-y;
}

#topnav
{
	width: 1040px;
	height: 28px;
	background: url('../img/top_nav.png');
}

#topnav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 250px;
	position: absolute;
	right: 80px;
}

#topnav ul li
{
	float: right;
}

#topnav ul li a
{
	display: block;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	border-top: 3px solid white;
}

#topnav ul li a:hover, #topnav ul li a.link_active
{
	border-top: 3px solid #cc3300;
}

#header
{
	width: 1040px;
	height: 114px;
	background: url('../img/header.png');
}

#menu
{
	width: 1040px;
	height: 57px;
	background: url('../img/menu.png');
}

#content
{
	width: 1040px;
	min-height: 478px;
	_height: 478px;
	background: url('../img/bg_content.png');
}

#content-inner
{
	width: 870px;
	margin: auto;
}

#content-left
{
	float: left;
	background: white;
	width: 433px;
	min-height: 358px;
	_height: 358px;
}

#content-left #tekst
{
	margin: 10px;
}

#content-right
{
	float: left;
	width: 422px;
}

#content-right img#mainimage
{
	padding-top: 15px;
	padding-left: 15px;
}

#content-right table
{
	margin-left: 15px;
	margin-top: 10px;
	width: 422px;
}

#content-right td
{
	width: 207px;
	background: url('../img/bg_td.png');
}

#content-right td.space
{
	height: 10px;
	width: 10px;
	background: none;
}

/* MENU */
#dropdown
{
	margin-left: 90px;
}

#nav
{
	position: relative;
	height: 57px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1;
}

#nav li 
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background: url("../img/menu_split.png") no-repeat left bottom;    
 	height: 57px;
	list-style: none;
	z-index:999;
	text-align: left;
}

* html #nav li
{
	\display: inline;
	list-style: none;
}	

#nav li.current ul
{
	z-index: 999;
}
#nav li a
{
	display: block;   
	border: 0;
	padding: 30px 10px 10px 10px;
	
	/* opmaak */
	text-decoration: none;
	text-align: center;
	color: #663366;
	font-size: 14px;
}

@media all and (min-width: 0px)
{
   html>body  #nav li a {min-width: 1px;}
}
   
#nav li.sfHover {}
  
#nav li:hover, #nav li.link_active
{
	background: url('../img/menu_rood.png');	
}

#nav li:hover a, #nav li.link_active a
{
	text-decoration: none;
	color: #CC3300;	
}

#nav li:hover a:hover
{
	color: #CC3300;		
}

#nav li ul
{
	display: none;
	position: absolute;
	background-color: white;
	margin: 0;
	padding: 0;
	top: 57px;
	width: 166px;
	list-style-image: none;
}

#nav li:hover ul
{
	display: block;
	z-index: 1000;
}

#nav li ul li
{
	padding: 0;
	margin: 2px 0 0 0;
	height: auto;
	width: 166px;
	background: #d9dbdb;
	float: left;
	list-style: none;
}

#nav li ul li.firstitem a {	 }

#nav li ul li a, #nav li:hover ul li a, #nav li ul li a
{
	display: block;
	width: 156px;
	padding: 10px 0 10px 10px;
	margin: 0;

	background-color: #d9dbdb;
	color: #663366;
	font-size: 13px;
	line-height: 14px; 
	text-align: left;
}

* html #nav li ul li a, * html #nav li:hover ul li a
{
	width: 166px;
	w\idth: 156px;
}

html>body #nav li ul li a
{
	width: auto;
}

#nav li ul li a.link_active, #nav li ul li:hover a 
{
	background: #ececed url("../img/menu_actief.png") no-repeat 150px 50%;
	color: #CC3300;
}