/* 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;}

form.simple fieldset {
	border:0;
}

form.simple fieldset textarea {
	font-family:arial;
}

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 label {
	width:160px;
}

form.simple fieldset label.error {
	color:#FF0000;
}

form.simple fieldset textarea {
	height:200px;
}

form.simple fieldset br {
	clear:left;
}

form.simple p.error {
	color:#FF0000;
}

form.simple fieldset label.check,
form.simple fieldset input.check {
	width:auto;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* 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;
}

/* RAAMWERK */
body {
	font-family:Lucida Sans Unicode,tahoma,arial,sans-serif;
	background:#fff url(../panorama.png) no-repeat top center;
	background-position:50% 0px;
	font-size:80%;
	color:#000;
}

label {
	cursor:pointer;
}

a {
	color:#2d68b2;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

legend {
	font-weight:bold;
	text-transform:uppercase;
	font-family:Lucida Sans Unicode;
}

#content fieldset {
	border-top:1px solid #000;
	padding:20px 20px;
}

#content label,
#content input {
	margin: 0 0 10px;
	text-align:left;
}

#content input {
	margin-left:10px;
}

#switch {
	border-bottom:1px solid #2d68b2;
	height:50px;
	background:#fff;
}

#switch li {
	display:inline;
}

#switch li a {
	float:left;
	width:100px;
	margin:25px 0 0;
	display:block;
	height:19px;
	text-align:center;
	padding:5px 0 0;
	border-left:1px solid #2d68b2;
	border-right:1px solid #2d68b2;
	border-top:1px solid #2d68b2;
	background:#fff;
}

#switch li a.active {
	background:#2d68b2;
	color:#fff;
}

ul.wrapper,
div.wrapper {
	width:900px;
	margin:0 auto;
}

#header {
	height:294px;
}

#login {
	float:left;
	margin:30px 10px 10px;
	opacity:0.7;
	width:200px;
	border:1px solid #2d68b2;
	background:#fff;
}

#login h2 {
	background:#2d68b2;
	text-align:left;
	padding:2px 5px;
	display:block;
}

#login form {
	padding:20px;
}

#login label,
#login input {
	display:block;
	width:100%;
}

#logo {
	float:right;
	border-left:8px solid #fff;
	border-bottom:8px solid #fff;
	border-right:8px solid #fff;
	width:196px;
	height:196px;
	margin-right:65px;
}

#logo:hover {
	border-left:8px solid #2d68b2;
	border-bottom:8px solid #2d68b2;
	border-right:8px solid #2d68b2;
}

#oudste {
	clear:right;
	float:right;
	margin:15px 65px 0 0;
}

#menu {
	background:#2d68b2;
	position:absolute;
	width:100%;
	left:0;
	right:0;
	margin:0;
	z-index:15;
}

#menu ul {
	margin:0 auto;
	width:900px;
}

#menu li.first {
	border-left:1px solid #fff;
}

#menu li {
	height:38px;
	float:left;
	background:#2d68b2;
	border-right:1px solid #fff;
}

#menu li.active {
	background:#fff;
}

#menu li.active a {
	color:#2d68b2;
}

#menu li.active:hover {
	background:#2d68b2;
}

#menu li.active:hover a {
	color:#fff;
}

#menu li a {
	color:#fff;
	line-height:36px;
	display:block;
	height:38px;
	width:130px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;	
}

#menu li ul {
	width:200px;
	position:absolute;
	margin:0;
	left:-999px;
}

#menu li.sfhover,
#menu li:hover {
	position: static;
}

#menu li.sfhover ul,
#menu li:hover ul {
	left:auto;
}

#menu li li {
	float:none;
	border:0 !important;
}

#menu li li.active {
	background:#2d68b2;
}

#menu li li.active a {
	color:#fff;
}

#menu li li a {
	width:200px;
	text-align:left;
	text-indent:15px;
}

#menu li li a:hover {
	text-indent:30px;
}

#main {
	margin:38px 0 0 0;
	padding:20px 0;
}

#sidebar {
	overflow:hidden;
}

#content {
	float:left;
	width:585px;
	min-height:646px;
	margin:0 15px 0 0;
	background:#fff url(../_images/three.png) no-repeat top center;
	text-align:justify;
}

#content p {
	margin-bottom:15px;
}

#content h1 {
	font-size:140%;
	font-weight:bold;
	color:#2d68b2;
	margin-bottom:20px;
	text-transform:uppercase;
	border-bottom:1px solid #2d68b2;
}

#content strong {
	font-weight:bold;
}

#content em {
	font-style:italic;
}

#content ul {
	list-style:disc;
	padding:20px 30px;
}

#content ol {
	list-type:decimal;
	padding:20px 30px;
}

#content table {
	width:583px;
	margin:0 1px 15px;
	empty-cells:show;
}

#content th {
	font-weight:bold;
	text-align:center;
}

#content th,
#content td {
	border:1px solid #000;
	padding:3px;
	
}

#sidebar {
	float:left;
	width:280px;
	background:#2d68b2;
	min-height:280px;
	padding:10px;
	color:#fff;
	font-family:times new roman,sans-serif;
}

#sidebar h2 {
	font-size:150%;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
	margin:0 0 10px;
}

#sidebar ul {
	margin:0 0 30px;
	font-size:120%;
}

#sidebar a {
	border-bottom:1px dotted #ccc;
}

#sidebar a:hover {
	text-decoration:none;
	border-bottom:1px solid #fff;
}

#sidebar ul.gastenboek li {
	background:transparent url(../_images/balloon.gif) no-repeat 0px 3px;
}

#sidebar ul.kalender li {
	background:transparent url(../_images/calendar.gif) no-repeat 0px 3px;
	margin-bottom:8px;
}

#sidebar ul.kalender p.details {
	display:none;
	padding:10px 0 10px 100px;
	font-style:italic;
	clear:left;
}

#sidebar ul.kalender li a,
#sidebar ul.kalender li strong {
	max-width:160px;
}

#sidebar li {
	display:block;
	padding:0 0 4px 20px;
	vertical-align:top;
	width:260px;
}

#sidebar li a,
#sidebar li strong,
#sidebar li span {
	display:block;
	float:left;
	color:#fff;
}

#sidebar li span.datum {
	width:100px;
	font-weight:bold;
}

#sidebar em.speelweekend {
	text-align:center;
	display:block;
	text-transform:uppercase;
	margin:0 0 10px;
}

#sidebar ul.wedstrijden li {
	background:transparent url(../_images/bijzijn.gif) no-repeat 0px 3px;
}

#sidebar ul.wedstrijden span.forward {
	float:none;
	display:inline;
	text-transform:uppercase;
}

#sidebar ul.wedstrijden span.wedstrijd {
	width:200px;
}

#sidebar ul.wedstrijden span.forward {
	text-transform:uppercase;
}

#pictures {
	background:#2d68b2;
	color:#fff;
	padding:20px;
}

#pictures h2 {
	color:#fff;
	text-transform:uppercase;
	font-size:140%;
	margin:0 0 10px;
	border-bottom:1px solid #fff;
}

#pictures h3 {
	text-align:center;
	font-size:115%;
	font-family:arial;
	margin:0 0 10px;
}

#pictures li {
	width:152px;
	padding:0 10px;
	float:left;
	text-align:center;
}

#footer {
	background:#000;
	color:#fff;
	padding:20px;
	margin:20px 0;
}

#footer h2 {
	color:#fff;
	text-transform:uppercase;
	font-size:140%;
	margin:0 0 20px;
	border-bottom:1px solid #2d68b2;
}

#footer li {
	padding:5px 0;
}

#footer a {
	border-bottom:1px dotted #2d68b2;
	color:#fff;
}

#footer a:hover {
	border-bottom:1px solid #2d68b2;
	text-decoration:none;
}

#rss {
	width:410px;
	padding-right:20px;
	float:left;
}

#rss li {
	text-align:right;
}

#contact {
	float:left;
	width:410px;
	padding-left:19px;
	border-left:1px solid #2d68b2;
}

#contact input,
#contact textarea {
	border:1px solid #2d68b2;
	margin:0 0 10px;
	width:190px;
	padding:5px;
}

#contact input.submit {
	margin:0 0 0 160px;
	width:200px;
	padding:0;
}	

#copyright {
	margin:20px 0;
	border-top:1px solid #ccc;
	color:#ccc;
	text-align:center;
	height:40px;
}

#copyright:hover {
	border-top:1px solid #000;
	color:#000;
}

ul#kalender li {
	padding:0 0 20px;
}

ul#kalender li span.datum,
ul#kalender li strong {
	display:block;
	float:left;
}

ul#kalender li span.datum {
	width:250px;
}

ul#kalender li strong {
	width:250px;
}

ul#kalender p.details {
	clear:left;
	margin:10px 0 0 250px;
}

#gastenboek a.nieuw-bericht {
	background:#2d68b2;
	padding:2px 6px;
	float:right;
	border:2px solid #000;
	color:#fff;
	margin:10px;
}

#gastenboek a.nieuw-bericht:hover {
	color:#fff;
	text-decoration:none;
}

#gastenboek ul {
	margin-top:50px;
	padding:15px;
	list-style:none;
}

#gastenboek li {
	margin-bottom:30px;
}

#gastenboek div.header {
	border-bottom:1px solid #000;
}

#gastenboek div.header div.datum,
#gastenboek div.header div.naam,
#gastenboek div.header a {
	display:block;
	float:left;
	padding:10px;
}

#gastenboek div.header div.naam,
#gastenboek div.header a {
	width:335px;
	font-weight:bold;
}

#gastenboek div.datum {
	text-align:right;
	width:180px;
}

#gastenboek div.bericht {
	padding:10px;
}

#gastenboek form {
	padding:10px;
}

#wedstrijden table {
	margin:0 1px 30px;
}

#wedstrijden caption {
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	background:#2d68b2;
	padding:4px 0;
}

#wedstrijden td.nummer {
	width:106px;
}

#wedstrijden td.wedstrijd {
	width:283px;
}

#wedstrijden td.tijd {
	width:66px;
	text-align:center;
}

#wedstrijden td.scheids {
	width:96px;
}

#weblog div.image {
	float:left;
}

#weblog div.image img {
	margin:0 20px 10px 0;
}

#weblog div.entry {
	margin:0 0 30px;
}

#content ol.navigation,
#albums ul,
#fotos ul {
	list-style:none;
	padding:0;
	margin:0;
}

#fotos ul li {
	display:block;
	width:180px;
	height:180px;
	vertical-align:middle;
	text-align:center;
	float:left;
}

#albums ul li {
	float:left;
	width:180px;
	height:200px;
	text-align:center;
}

#content ol.navigation {
	color:#fff;
	text-align:center;
	margin:0 0 20px;
}

#content ol.navigation li a {
	border:0;
	display:block;
	width:20px;
	height:20px;
	color:#fff;
	text-decoration:underline;
}

#content ol.navigation li {
	float:left;
	border:1px solid #000;
	margin:0 5px;
	background:#2D68B2;
	width:20px;
	height:20px;
}

#message {
	position:absolute;
	left:-999em;
}
