/* YAHOO RESET CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* POSITION IS EVERYTHING CLEAR FIXER */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*
################################### FORM */
form.simple fieldset {
	border:0;
	padding:10px;
}

form.simple fieldset button,
form.simple fieldset input,
form.simple fieldset select,
form.simple fieldset textarea,
form.simple fieldset label {
	float:left;
	display:block;
}

form.simple fieldset button,
form.simple fieldset input,
form.simple fieldset select,
form.simple fieldset textarea {
	width:200px;
}

form.simple fieldset legend {
	text-transform:uppercase;
	font-weight:bold;
}

form.simple fieldset label {
	width:200px;
	margin:0 25px 15px 0;
	text-align:right;
}

form.simple fieldset textarea {
	height:200px;
}

form.simple fieldset br {
	clear:left;
}

form.simple label.error,
form.simple p.error {
	color:#FF0000;
}


form.simple fieldset input.check {
	width:10px;
}

/*
############################### 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;
}

/*
############################### LAYOUT */
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../_images/body-bg.png) repeat-x;
	color: #000;
	font-size:80%;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

label {
	cursor:pointer;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Arial Narrow;
	color:#252525;
	font-weight:bold;
	margin:0 0 15px;
}

h1 {font-size:160%;}
h2 {font-size:150%;}
h3 {font-size:140%;}
h4 {font-size:130%;}
h5 {font-size:120%;}
h6 {font-size:110%;}

p {
	line-height:140%;
	margin:0 0 15px;
}

table {
	margin:0 1px 30px;
}

table caption {
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	background:#2d68b2;
	padding:4px 0;
}

table th {
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

table th,
table td {
	padding:2px 4px;
}

#wrapper {
	margin:0 auto;
	width:1000px;
}

#header {
	height:101px;
}
	#forward {
		float:right;
		text-decoration:none;
		margin:28px 0 0 ;
	}

	#header h2 {
		color:#fff;
		margin:0 0 5px;
	}
	
	#agenda {
		float:left;
		width:600px;
		line-height:140%;
		margin:30px 0 0 20px;
	}
	
	#agenda li {
		float:left;
		width:300px;
	}
	
	#header,
	#header a {
		color:#fff;
	}
	
	#header strong {
		float:left;
		margin:0 8px 0 0;
		width:85px;
		display:block;
	}
	
#content-top {
	padding:15px 0 0 0;
	height:304px;
	overflow:hidden;
}

	#clubhuis {
		float:left;
	}
	
	#logo {
		position:relative;
		top:-225px;
		left:530px;
	}	
	
	#mooiste {
		position:relative;
		top:-230px;
		left:-130px;
	}
	
	#van-nl {
		position:relative;
		top:-170px;
		left:-407px;
	}
	
	#menu {
		float:left;
		width:400px;
		height:304px;
		overflow:hidden;
		background:transparent url(../_images/bg-menu.png) no-repeat;
	}
	
		#menu ul ul {
			position:absolute;
			margin:-28px 0 0 0;
			left:-999em;
			list-style:none;
			width:200px;
		}
		
		#menu li.sfhover,
		#menu li:hover {
			background:#064C7F url(../_images/bullet-menu-over.png) no-repeat 5px 50%;
			position: static;
		}
		
		#menu li.sfhover ul,
		#menu li:hover ul {
			left:auto;
		}
	
		#menu li {
			list-style:none;
			width:200px;
			background:transparent url(../_images/bullet-menu.gif) no-repeat 5px 50%;
			margin:13px 0;
			height:30px;
		}
		
		#menu li.pos1,#menu li.pos7 { width:180px;margin-left:20px; }
		#menu li.pos2,#menu li.pos6 { width:160px;margin-left:40px; }
		#menu li.pos3,#menu li.pos5 { width:140px;margin-left:60px; }
		#menu li.pos4 { width:120px;margin-left:80px; }
		
		#menu li.pos1 ul,#menu li.pos7 ul { margin-left:180px; }
		#menu li.pos2 ul,#menu li.pos6 ul { margin-left:160px; }
		#menu li.pos3 ul,#menu li.pos5 ul { margin-left:140px; }
		#menu li.pos4 ul { margin-left:120px; }
		
		#menu li.pos5 ul.items4,#menu li.pos6 ul.items3,#menu li.pos7 ul.items2 { margin-top:-58px;}
		#menu li.pos5 ul.items5,#menu li.pos6 ul.items4,#menu li.pos7 ul.items3 { margin-top:-88px;}
		#menu li.pos5 ul.items6,#menu li.pos6 ul.items5,#menu li.pos7 ul.items4 { margin-top:-118px;}
		#menu li.pos5 ul.items7,#menu li.pos6 ul.items6,#menu li.pos7 ul.items5 { margin-top:-148px;}
		
		 { margin-top:-58px;}
		
		#menu li li {
			width:200px;
			margin:0;
			padding:0;
			float:left;
		}
		
		#menu li a {
			display:block;
			padding:5px 0 5px 40px;
			text-decoration:none;
			color:#000;
			font-weight:bold;
			font-size:130%;
			height:18px;
		}
		
		#menu li a:hover {
			background:transparent;
			color:#fff;
		}

#lid-worden {
	background:#000;
	color:#fff;
	float:right;
	padding:3px 5px;
	text-decoration:none;
}

#lid-worden:hover {
	text-decoration:underline;
}

#content-wrapper {
	background:#fff;
	padding:0 0 20px;
	min-height:400px;
}

	#content-wrapper a {
		border-bottom:1px dotted #064C7D;
		color:#064C7D;
		text-decoration:none;
	}
	
	#content-wrapper a:hover {
		border-bottom:1px solid #000;
		background:#064C7D;
		color:#fff;
	}

	#content {
		width:550px;
		text-align:justify;
		float:left;
		padding:20px;
	}
	
	#weekendinfo {
		float:left;
		width:410px;
	}
	
	#weekendinfo h2 {
		margin:20px 0 0 0;
	}
	
	#weekendinfo li {
		display:block;
		padding:4px 0 4px 20px;
		vertical-align:top;
		width:360px;
	}
	
	#weekendinfo span {
		display:block;
		float:left;
	}
	
	#weekendinfo em.speelweekend {
		text-align:center;
		display:block;
		text-transform:uppercase;
		margin:0 0 10px;
	}
	
	#weekendinfo ul.wedstrijden li {
		background:transparent url(../_images/bijzijn.png) no-repeat 0px 1px;
	}
	
	#weekendinfo ul.wedstrijden span.forward {
		float:none;
		display:inline;
		text-transform:uppercase;
	}
	
	#weekendinfo ul.wedstrijden span.wedstrijd {
		width:200px;
	}
	
	#weekendinfo ul.wedstrijden span.forward {
		text-transform:uppercase;
	}
	
	#weekendinfo strong {
		display:block;
		float:left;
		width:150px;
	}
	
	#content-wrapper #weekendinfo div.sponsors a:hover,
	#content-wrapper #weekendinfo div.sponsors a {
		color:0;
		background:0;
		border:0;
		border:0;
	}
	
	#content-wrapper #weekendinfo div.sponsors div.sponsor {
		margin-bottom:10px;
	}

#footer {
	background:#04314F;
	height:100px;
	border-top:1px dotted #fff;
	color:#fff;
	padding:10px 0;
	text-align:center;
}

#message {
	position:absolute;
	left:-999em;
}