/* 
Yes2web Standaard CSS - V 20070801 
Site.css Bevat alle elementen voor de opmaak van de website, exclusief de opmaak die door TinyMCE gebruikt kan worden.
*/

/*
Projectnaam/algemene info
@author: naam
@version: yyyymmdd-##
*/
body, #publerBody {
	text-align: center; /* Center the contents for IE */
}

#header {
	position: absolute;
}

#header a#logo {
	display: block;
	position: absolute;
	left: 19px;
	top: 62px;
	width: 130px;
	height: 136px;
	text-indent: -5555px;
}

#container {
	position:relative;
	width: 900px;
	margin:0 auto;
	text-align: left;
}

#header {
	height: 100px;
}

div#wrapper{float:left;width:100%;}

div#contents{
	margin: 0 200px 0 200px;
}  

h1#title {
	background-color: white;
	color: #3a4079;
	margin: 0;	padding: 0;
}

h1#title img {
	margin: 10px 0;
}
div#navigation{
	float:left;
	width:170px;
	margin-left:-900px;
	padding-bottom: 360px;
	background: url(../../images/ernesto/navigation/bottom.jpg) center bottom no-repeat;
}
div#navigation p {
	margin: 0;
	padding: 0;
	text-indent: -5555px;
	width: 170px;
	height: 200px;
	background: url(../../images/ernesto/navigation/hals.jpg) center bottom no-repeat;	
}

#menu {
	padding: 0; margin: 0;
	padding-top: 20px;
	list-style: none;
	background: url(../../images/ernesto/navigation/menu-bg.jpg) center center no-repeat;	
}
#menu li {
	padding-left: 45px;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
}
	#menu li a {
		text-decoration: none;
		color: #393f79;
		display: block;
		height: 1%;
	}
	#menu li a:hover {
		text-decoration: underline;
	}
	#menu li.selected a {
		color: #e54b15;
	}
		#menu li.selected ul a { color: #393f79; }
		
	#menu li ul{
		list-style: none;
		padding: 0; margin: 0;
	}
		#menu li ul li {
			font-size: 12px;
			padding: 0;
			margin-left: 12px;
		}
#menu li.last {
	margin-left: -1px; /*Jop: zo makkelijk was het dus!*/
	padding-bottom: 65px;
	background: url(../../images/ernesto/navigation/adres.jpg) bottom center no-repeat;
}
#menu ul li.last {
	padding-bottom: 0;
	background: none;	
}
div#sub-navigation{float:left;width:170px;margin-left:-170px; margin-top: 65px;}
div#sub-navigation h2 {
	font-size: 15px;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	color: white;
	background: #e54b15;
	text-align: center;
	line-height: 1.5em;
	padding: 3px;
} 
div#sub-navigation dl {
	line-height: 14px;
}
div#sub-navigation dt a {
	text-decoration: none;
}

div#sub-navigation dd {
	margin-left: 0;
}

div#sub-navigation p.meer-workshops {
	text-align: right;
	padding: 0, margin: 0;
}
div#sub-navigation .submit {
	border: none;
	text-align: right;
	color: black;
	padding: 3px;
	display: block;
	background: #FFF;
	width: 100%;
	cursor: pointer;
	line-height: 1.5em;
	font-family: font-family: Arial, Helvetica, sans-serif;
}
div#sub-navigation input {
	line-height: 1.5em;
	font-size: 1em;
	font-family: font-family: Arial, Helvetica, sans-serif;
	width: 162px;;
	border: 1px solid #3a4079;
	padding: 3px;
}

div#footer{clear:left;width:100%;}
.hide {display: none;}


/* LiteBox */
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/ernesto/litebox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/ernesto/litebox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/ernesto/litebox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	