body
{
	margin: 0;
	background: url('images/bg_body.png') repeat-y center top;
}

#wrapper
{
	margin: auto;
	width: 900px;
}

#header
{
	width: 900px;
	height: 136px;
	/* background: url('images/header.png'); */	
}

.header0
{
	background: url('images/header0.png');	
}

.header6
{
	background: url('images/header6.png');	
}

.header7
{
	background: url('images/header7.png');	
}

.header8
{
	background: url('images/header8.png');	
}

.header11
{
	background: url('images/header11.png');	
	
}

#dropdown
{
	width: 900px;
	height: 22px;	
}

.dropdown0
{
	background: url('images/dropdown0.png');	
}

.dropdown6
{
	background: url('images/dropdown6.png');	
}

.dropdown7
{
	background: url('images/dropdown7.png');	
}

.dropdown8
{
	background: url('images/dropdown8.png');	
}

.dropdown11
{
	background: url('images/dropdown11.png');	
}

#content
{
	
}

#content-left
{
	float: left;
	width: 181px;
	height: 366px;
	background: url('images/boot-kleur.png');
}

#content-left #submenu
{
	background: url('images/boot-blauw.png');
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;	
}

#content-left #submenu .wit
{
	margin: auto;
	width: 179px;
	height: 30px;
	background: white;
	line-height: 30px;
	text-align: right;
	opacity: 0.8;
	filter: alpha(opacity=80);
	border-bottom: 1px solid rgb(203, 0, 72);	
}

#content-left #submenu .wit a
{
	margin-right: 10px;
	text-decoration: none;
	color: rgb(203, 0, 72);
}

#content-left #submenu .paars
{
	margin: auto;
	width: 179px;
	height: 30px;
	background: rgb(203, 0, 72);
	line-height: 30px;
	text-align: right;
	opacity: 0.8;
	filter: alpha(opacity=80);	
}

#content-left #submenu .paars a
{
	margin-right: 10px;
	text-decoration: none;
	color: white;
}

#content-center
{
	float: left;
	width: 546px;	
}

.content0
{
	background: url('images/bg_content0.png') no-repeat;	
}

.content6
{
	background: url('images/bg_content6.png') no-repeat;	
}

.content7
{
	background: url('images/bg_content7.png') no-repeat;	
}

.content8
{
	background: url('images/bg_content8.png') no-repeat;	
}

.content11
{
	background: url('images/bg_content11.png') no-repeat;	
}

#content-center #tekst
{
	margin: 45px 0px 45px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #020202;
	line-height: 19px;	
}

#content-center #tekst a
{
	color: rgb(203, 0, 72);	
}

#content-right
{
	float: left;
	width: 173px;
	height: 427px;
	background: url('images/balk.png') no-repeat;	
}

#content-right .streepje
{
	width: 173px;
	height: 10px;
	background: url('images/streepje.png') no-repeat center right;	
}

#content-right .menuitem
{
	margin-right: 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: right;	
}

#content-right .menuitem a
{
	color: rgb(8, 81, 150);
	text-decoration: none;	
}

#content-right .menuitem a:hover
{
	text-decoration: underline;	
}

/* MENU */
#nav
{
	position: absolute;
	margin-left: 190px;
	top: 118px;
	*top: 134px;
	_top: 134px;	
}

/*
* html #nav
{
	top: 134px;	
}
*/

#dropdown ul { /* alle lists */
   padding: 0;  
   list-style: none;
}

#dropdown li { /* alle list items */
   float: left;
   position: relative;

   font-family: "MyriadPro Cond", Tahoma, sans-serif;
   font-size: 13px;
   margin-right: 0.9em;
}

#dropdown li a
{
	display: block;
	text-decoration: none;
	color: white;
	line-height: 23px;
}

#dropdown ul li ul { /* sub items */
   display: none;
   position: absolute;
   top: 1em;
   left: 0;

   background-color: #0c385e;
   border: 1px solid #cb0048;
   margin-top: 0.8em;
   margin-left: 0.5em;
   /*
   opacity: 0.6;
   filter: alpha(opacity=60); */
   width: 10em;
   padding-top: 0.5em;
}

#dropdown ul li ul li
{
	margin: 0;
	width: 10em;
	border-top: 1px solid white;
}

#dropdown ul li ul li a
{
	text-decoration: none;
	line-height: 1.8em;
	padding-left: 0.5em;
	color: white;
}

#dropdown ul li ul li a:hover
{
	background-color: white;
	color: #cb0048;
}

#dropdown li>ul { /* postitie resetten voor alle browsers behalve IE */
   top: auto;
   left: auto;
}

#dropdown li:hover ul, #dropdown li.over ul { /* lists nested onder hovered list items */
   display: block;
}
