div{
	border: 0px solid #000;
}

body{
	margin: 0;
	padding: 0;
	color: #000;
	font: 0.8em Arial, Helvetica, sans-serif;
	background: #FFF url(img/bg.gif) repeat-y 50% 0;
}

.container{
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

.shortmenu{
	margin: 0;
	padding: 0;
	height: 40px;
	width: 960px;
	background-color: #010646;
	overflow: auto;
}

.shortmenu ul{
	margin: 10px 0 0 0;
	padding: 0;
}

.shortmenu ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

.shortmenu li a {
	margin: 0 20px 0 20px;
	display: block;
	color: #FFF;
	font: 110% Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.shortmenu li a:hover {
	background: #FFF;
	color: #000;
}

.header{
	padding: 20px 0 0 20px;
	margin: 0;
	width: 940px;
	height: 120px;
	background: #009dd5 url(img/header.gif) no-repeat right bottom;
}

.header h1{	
	margin: 0 0 0 -1000px;
	color: #FFF;
	font: bold 300% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

/*-------------Hoofdmenu--------------- */

.frieseVlag{
	display: block;
	position: absolute;
	width: 37px;
	height: 24px;
	background: url("/img/friese-vlag.gif");
}

.horizontalcssmenu{
	width: 960px;
	height: 2em;
	background-color: #E0E0E0;
}

.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Hoofdmenu items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;

}

/*Hoofdmenu links*/
.horizontalcssmenu ul li a{
	display: block;
	margin: 0;
	padding: 5px 0 5px 0;
	width: 120px; /*Width of top level menu link items*/
	text-decoration: none;
	background: #E0E0E0 url(menubg.gif) center center repeat-x;
	color: #000;
	font: bold 110% Arial, Helvetica, sans-serif;
	text-align: center;
}
	
/*Submenu*/
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}

/*Submenu items*/
.horizontalcssmenu ul li ul li{
	display: inline;
	float: none;
}


/* Submenu links */
.horizontalcssmenu ul li ul li a{
	width: 180px; /*width of sub menu levels*/
	font-weight: normal;
	padding: 2px 5px;
	background: #E0E0E0;
	color:#000;
	font: 110% Arial, Helvetica, sans-serif;
	border-width: 0 1px 1px 1px;
	text-align: left;
}

.horizontalcssmenu ul li a:hover{
	background: #009dd5 url(menubgover.gif) center center repeat-x;
	color: #FFF;
}

.horizontalcssmenu ul li ul li a:hover{
	background: #009dd5;
	color: #FFF;
}

.horizontalcssmenu .arrowdiv{
	position: absolute;
	right: 0;
	background: transparent url(menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Hack voor IE \*/
* html .horizontalcssmenu ul li { 
	float: left; height: 1%; 
}

* html .horizontalcssmenu ul li a { 
	height: 1%; 
}


/* ---------Mainframe links-------------*/

.mainLeft{
	float: left;
	padding: 0 20px 20px 20px;
	width: 660px;
	background-color: #FFF;
	min-height: 500px;
}

.mainLeft h1.mainkop{
	padding: 10px 0 0 0;
	margin: 20px 0 0 0;
	color: #009dd5;
	font: 180% Georgia, "Times New Roman", Times, serif;
	border: none;
	float: left;
}

.mainLeft h1.kop{
	padding: 10px 0 0 0;
	margin: 20px 0 0 0;
	color: #009dd5;
	font: 180% Georgia, "Times New Roman", Times, serif;
	border: none;
}

.mainLeft h1.kop2{
	margin-top: 20px;
	color: #009dd5;
	font: 240% Georgia, "Times New Roman", Times, serif;
	border: none;
}

.mainLeft h1{
	padding: 10px 0 0 0;
	margin: 20px 0 0 0;
	color: #000;
	font: 180% Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #E0E0E0;
	clear: both;
}

.mainLeft h1.noborder{
	border: none;
}

.mainLeft p.datum{
	margin: 0;
	color: #000;
	font: 100% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	line-height: 150%;
	font-style: italic;
}

.mainLeft p{
	width: 590px;
	margin: 20px 0 0 0;
	color: #000;
	font: 100% Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	line-height: 150%;
}

.mainLeft p.klein{
	margin: 0;
	color: #000;
	font: 100% Georgia, "Times New Roman", Times, serif;
	width: 250px;
}

.mainLeft a{
	color: #000;
	font: 100% Georgia, "Times New Roman", Times, serif;
}

.mainLeft a:hover{
	color: #FFF;
	background-color: #009dd5;
}

.mainLeft a.image{
	color: #000;
	
}

.mainLeft a.image:hover{
	color: #000;
	background-color:#FFF;
}

.mainLeft a.archief{
	color: #000;
	font: 100% Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0 500px;
}

.mainLeft a.archief:hover{
	color: #FFF;
	background-color: #009dd5;
}

.mainLeft a.nieuwsbrieven{
	float: right;
	margin: 23px 0 0 20px;
	padding: 0;
}

.mainLeft a.nieuwsbrieven:hover{
	background: none;
}

.mainLeft a.nieuwsbrieven img{
	margin: 0;
	padding: 0;
}

.mainLeft img.home{
	margin: 22px 0 0 0;
	float: right;
	width: 120px;
	height: 120px;
	background: #000 url(img/error.jpg);
	border: 5px solid #E0E0E0;
}

.mainLeft img{
	margin: 20px 0 20px 0;
	border: none;
}

.mainLeft td{
	color: #000;
	font: 100% Georgia, "Times New Roman", Times, serif;
}

.mainLeft h1.thermo{
	margin: 30px 0 0 75px;
	color: #009dd5;
	font: 250% Arial Black, "Times New Roman", Times, serif;
	border: none;
	z-index: 500;
}

.mainLeft img.thermo{
	margin: -65px 0 0 0;
	border: none;
	z-index: 1;
}


/* ---------Mainframe rechts------------*/

.mainRight{
	float: left;
	padding: 0 0 30px 0;
	width: 240px;
	background-color: #009dd5;
	text-align: center;
}

.mainRight img{
	border: none;
}

.mainRight h1{
	margin: 20px 0 0 10px;
	color: #FFF;
	font: 180% Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #FFF;
}

.mainRight ul{
	margin: 10px 0 20px 20px;
	padding: 0;
}

.mainRight ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.mainRight ul li a {
	margin: 0;
	padding: 0;
	display: block;
	color: #FFF;
	font: 110% Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.mainRight ul li a:hover {
	background: #FFF;
	color: #000;
}

.mainRight p{
	margin: 20px 0 0 0;
	color: #FFF;
	font: 100% Arial, Helvetica, sans-serif;
}

ul.verhuur{
	padding: 0;
	margin: 20px 0 0 0;
}

ul.verhuur li{
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	border-right: 1px solid #000;
}

ul.verhuur li a{
	margin: 0 8px;
}

ul.verhuur li a.first{
	margin-left: 0;
}

ul.verhuur li.last{
	margin-right: 0;
	border: none;
}

#verhuur ul.verhuur li a.verhuur,
#geluidsarm ul.verhuur li a.geluidsarm,
#glazen ul.verhuur li a.glazen,
#kleedkamers ul.verhuur li a.kleedkamers,
#sportzaal ul.verhuur li a.sportzaal,
#vipzaal ul.verhuur li a.vipzaal,
#zorgkamers ul.verhuur li a.zorgkamers{
	background: #009dd5;
	color: #fff;
}


/* ---------Footer------------*/

.footer{
	width: 960px;
	background-color: #009dd5;
	clear: both;
	height: 30px;
	padding: 5px 0 0 0;
}

.footer p{
	margin: 5px 0 5px 20px;
	color: #FFF;
	font: 90% Arial, Helvetica, sans-serif;
}

.footer a{
	color: #FFF;
}

.footer a:hover{
	background: #FFF;
	color: #000;
}


/*--------Lightbox -----------*/

#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/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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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 */
	}	
	
	
/*--------Sponsors -----------*/

.sponsors{
	margin: 20px 0 0 0;
	width: 540px;
}

.sponsors a{
	margin: 15px 0 0 0;
	float: left;
	font-size: 120%;
	font-weight: bold;
}

.sponsors img{
	float: right;
	margin: 15px 0 0 0;
}

.sponsors p{
	float: left;
	border-bottom: 1px solid #000;
	padding: 0 0 10px 0;
	margin-right: -3px;
}