/* Headline interactive


 CSS RESET */


#wrap {
	position:relative;
	height:70px;
	top:5px;
	width:640px;
	overflow:visible;
	/*background:#000 url("../images/easter-egg.png") no-repeat 50% 1px;*/
}
.largescreen #wrap {
	top:43%;
	margin-top:-291px;
}
.hasjs #wrap {
	/*position:fixed;*/
	overflow:hidden;
	background-color:#2E8FF6;
}
* html .hasjs #wrap {
	/*position:absolute;*/
	margin-top:4px;
	/*top:expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
	height:592px;*/
}
.content {
	/*height:50px;*/
	width:2170px;
	
	/*overflow:visible;*/
	cursor: url("/resources/images/openhand.cur"), -moz-grab;
}
.roybackground 		{background:#fff  no-repeat 0 19px;}
.martijnbackground 	{background:#fff  no-repeat 0 19px;}
.peterbackground 	{background:#fff  no-repeat 0 19px;}
.joostbackground 	{background:#fff  no-repeat 0 19px;}


/********* CONTROLS SETTINGS */
.dragbutton {
	text-indent:-999999px;
	background:url("../images/dragbg.png") no-repeat 0 -35px;
	width:35px;
	height:35px;
	cursor: url("/resources/images/openhand.cur"), -moz-grab;
	position:absolute;
	/*overflow:hidden;*/
	z-index:21;
	top:0;
}
.dragbutton:hover,
.dragbutton:focus {background-position:0 0;}

.clickleft,.clickright {
	width:20px;
	height:20px;
	display:block;
	text-decoration:none;
	line-height:50px;
	color:#eee;
	font-weight:700;
	font-size:60px;
	background:#FFF url("../images/squadre/lista-prec.gif") no-repeat center center;
	text-align:center;
	position:absolute;
	top:45px;
	z-index:20;
	outline:none;
	opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	background-color: #FFF;
}
	
.clickright {
background:#FFF url("../images/squadre/lista-succ.gif") no-repeat center center!important; }


	
* html .clickleft,
* html .clickright {padding-top:4px;height:491px;}
.clickright {
	right:0;
	background:#7d9403 url("../images/clickright.gif") no-repeat 12px center;
}
.clickright:focus,
.clickleft:hover,
.clickleft:focus,
.clickright:hover {opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);}
/********* HEADER SETTINGS */
.slide {
	/*height:30px;*/
	position:fixed;
	left:0;
	/*bottom:auto;*/
	z-index:4;
	top:0px;
}

.active {	
 	/*background-color:#FF9900;*/
	color:#FF9900;
}


.hasjs .slide {
	position:relative;
	

}
* html .hasjs .slide {/*top:540px;bottom:auto;*/}

/*
.slide h1 a {
	position:absolute;
	text-indent:-9999px;
	height:40px;
	width:121px;
	background:url("../images/headerlogo.gif") no-repeat 0 0;
	left:23px;
	top:15px;
	overflow:hidden;
}


.slide ul {
	float:left;
	margin-top:0px;
	border-left:1px solid #6b6b6b;
	height:30px;
	line-height:30px;
}
* html .slide ul {margin-left:95px;}
.slide ul a {
	float:left;
	margin-left:23px;
	text-decoration:underline;
	color:#ccf205;
	line-height:1.1em;
	padding-top:6px;
}*/
.slide p a{float:none;margin-left:0;color:#fff;text-decoration:none;}

.slide p a:hover,
.slide p a:focus {text-decoration:none;border-bottom:1px solid #D7FF05;}
.slide p {
	color:#fff;
	float:right;
	display:inline;
	line-height:20px;
	margin-right:27px;
	text-align:left;
	width:395px;
	margin-top:16px;
	background:url("../images/description-leftline.gif") no-repeat 0 0;
	padding-left:20px;

}
.slide p.adr{padding-left:220px;} /* Lars: 230px original */
.slide form fieldset {
	position:absolute;
	right:30px;
	top:30px;
}
.slide form input {
	border:0;
	width:183px;
	height:18px;
	line-height:18px;
	margin-right:8px;
	vertical-align:bottom;
	padding:2px;
}
.slide form button {
	text-indent:-999px;
	border:0;
	background:url("../images/search.gif");
	width:62px;
	height:22px;
	/*overflow:hidden;*/
	cursor:pointer;
}

/* PORTFOLIO SETTINGS ******/
.portfolio {
	/*position:relative;
	height:600px;
	overflow:hidden;*/
	float:left;
	left:5px;
	top:10px;
	
	
}
.portfolio h2 {
	position:absolute;
	bottom:0;
	left:0;
	font:20px/38px Georgia, "Times New Roman", Times, serif;
	color:#ccf205;
	height:38px;
	width:100%;
	padding-left:15px;
	background:#000;
}
* html .portfolio h2 {margin-left:12px;bottom:-4px;}
.portfolio h2 sup {
	color:#819903;
	font-size:13px;
}
.portfolio ul {margin-left:-12px;}
.portfolio ul li {
	float:left;
	margin-left:12px;
}
.portfolio ul li:last-child {
	margin-right:0;
}
.portfolio ul li ul li {
	float:none;
	width:182px;
	height:118px;
	background:#000;
	margin-bottom:10px;
	margin-right:0;
}
.portfolio a img {display:block;}
.portfolio a:hover img,
.portfolio a:focus img{
	opacity:0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}



