@charset "utf-8";
/* CSS Document */

@import url(../../JoolContent/css/style.css);

#header {
  background: url(../afbeeldingen/header.png) left 100px no-repeat !important;
	height: 440px;
}

/*submenu lvl1 *********************/
#header ul#portfolio {
	margin: 0;
	padding: 0;
	position: absolute;
       z-index: 999;
	top: 112px;
	left: 43px;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
}

#header ul#portfolio > li {
	float: left;
	margin: 0 63px 0 0;
	padding: 0;
}

#header ul#portfolio > li > a{
	display: inline-block;
	text-transform: uppercase;
	color: #d7a7f7;
	height: 33px;
}

#header ul#portfolio > li.path > a {
	color: white;
	background: url(../afbeeldingen/path.png) center bottom no-repeat;
}

/*submenu lvl2 *********************/
#header ul#portfolio ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 52px;
	left: 678px;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	display: none;
}

#header ul#portfolio > li.path > ul {
	z-index:999;
	display: block;
}

#header ul#portfolio ul > li {	
	margin: 0 0 0 0;
	padding: 0;
}

#header ul#portfolio ul  > li > a{
	display: block;
	width: 163px;
	height: 36px;	
	text-transform: uppercase;
	color: #d7a7f7;
	padding-left: 38px;
	line-height: 36px;
}

#header ul#portfolio ul > li.path > a {
	color: white;
	background: url(../afbeeldingen/selected.png) left top no-repeat;
  *background: url(/templates/JoolPortfolio/afbeeldingen/selected-trans.png) left top no-repeat !important;
  
}

/* photoflow ***********************/
#header #photoflow {
	position: absolute;
	height:290px;
	left:1px;
	position:absolute;
	top:136px;
	width:938px;
}

object { outline:none; }

/* overrides ***********************/

#header + div {
	background: none;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
}

#left {
	margin-top: 26px;
}

#right {
	margin-top: -8px;
}

#left h1 + h2 {
	margin-top: 1.5em;
}