/* Basis stijl */
html {
     overflow: -moz-scrollbars-vertical; /* Altijd verticale scrollbars, Dit zorgt ervoor dat het design altijd goed staat*/
}

body {
	background-color:#CCC;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555; 
	text-align:center;
}

/* Einde basis stijl */

/* Headers declareren */
h1 {
	color: #728D26; 
	font-size:14px;
}

h2 {
	color:#555;
	text-align:left;
	font-size:12px;
}

/* Einde headers declareren */

/* Declaren basis klassen */
.afbeeldingen {
	text-align:center;		/* Om een afbeelding in het midden te zetten dmv een div */
}

.afbeeldingen img {
	border:0;
}

.midden {
	margin:0 auto;			/* Om een tabel of iets anders in het midden te plaaten */
}

.rechts {
	text-align:right;
	padding-right:20px;
}

.onderlijnen {
	text-decoration:underline;
}

.uitslag {
	font-size:10px;			/* De uitslagen in de nieuws pagina worden kleiner weergegeven */
}

.plaatstussen {
	line-height:25px;		/* De plaats tussen de links op de home pagina groter maken */
}

.start2run {
	font-size:16px;
	text-align:center;
}

/* Einde declaren basis klassen */

/* Begin bovenkant webpagina */
#omvatten{
	width:820px;
	text-align:left;
	margin:0 auto;
	background:#CCC url(content3.jpg) repeat-y center top;
}

#header {
	width:820px;
	height:103px;
	background:url(header.jpg);
}

/* Einde bovenkant webpagina */

/*Begin Menu*/
#menu {
	width:780px;
	height:37px;
	margin-left:20px;
	background:url(menu.jpg) repeat-x;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
}

#menu ul {
	float:right;
	list-style:none;
	margin-top:10px;
}

#menu ul li {
	display:inline;
}

#menu ul li a {
	display:block;
	color:#FFF;
	padding:0 12px;
	float:left;
	text-decoration:none;
}

#menu ul li#eerste_link a {
	color:#D4E59F;
}

#menu ul li a:hover {
	color:#D4E59F;
}

#menu ul li#eerste_link a:hover {
	color:#FFFFFF;
}
/*Einde menu*/

/*Begin midden*/
#omvatten_midden {
	clear:both;
	width:760px;
	margin:10px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*Begin menu links*/
#menu_links {
	width:21%; /*max 159px*/
	float:left;
}

#menu_links h1 {
	margin-top:10px;
	padding:5px 5px;
}

#menu_links ul.links {
	list-style:none;
	margin-top:7px;
	margin-right:4px;
	margin-bottom:8px;
	margin-left:0px;
	padding:0;
	background:url(dots.jpg) repeat-x left top;	
}

#menu_links ul.links li{
	background:url(dots.jpg) repeat-x left bottom;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
	margin-left:2px;
	color:#68774A;
}

#menu_links ul.links li a {
	text-decoration:none;	
	color:#666666;		
}
#menu_links ul.links li a:hover {	
	color:#1773BC;		
}

#sponsors {
	text-align:center;
	margin-bottom:10px;
}

#sponsors img {
	border:0;
	padding:20px 0 20px 0;
}
/*Einde menu links*/
/*Begin Content */

#content {
	width:77%;
	float:right;
}

/* Standaard links in content div */
#content a {
	text-decoration:none;
	border-bottom:1px solid #666666;
	padding-bottom:1px;
	color:#666666;		
}
#content a:hover {	
	color:#1773BC;
	border-bottom:1px solid #1773BC;
}

#content h1 {
	border-bottom:1px solid #D5D5D5;
	padding-bottom:5px;
	padding-top:20px;
}

#content h1.eerste {
	padding-top:0;
}

/*Alles om de headlines van het nieuws op de index pagina goed te zetten 
  Wordt normaal niet meer gebruikt nu*/
#content h1.headline {
	border-top:1px solid #D5D5D5;
	border-bottom:none;
	font-size:13px;
	padding-top:10px;
}

#content h1.headline a {
	color:#728D26;
	border-bottom:none;
}

#content h1.eerste_headline {
	padding-top:0;
	border-bottom:none;
	font-size:12px;
}

#content h1.eerste_headline a {
	color:#728D26;
	border-bottom:none;
}

#content h2.headline {
	font-size:11px;
}

#content h2.headline a {
	color:#555;
	border-bottom:none;
}
/* Einde goed zetten headlines*/

/* Links op de homepagina defineren */
#content .plaatstussen a {
	border-bottom:none;
}

#content .plaatstussen a:hover {
	border-bottom:1px solid #1773BC;
}

#mededeling {
	border:1px dashed #000000;
	background-color:#EFEFEF;
	padding-left:10px;
}

/*Einde content */
/*Einde midden*/

#footer {
	background:url(footer.jpg);
	clear:both;
	width:820px;
	height:65px;
}

#copyright {
	width:200px;
	float:right;
	margin-top:10px;
	margin-right:30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	color:#FFFFFF;
}

#copyright a {
	color:#FFFFFF;
	text-decoration:none;
}

#copyright a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#update {
	width:20px;
	height:20px;
	color:#CCC;
}

#update a {
	color:#CCC;
}

/* Start tabel */
table {
	border-collapse:collapse;
	margin-top:10px;
}

th {
	background:#93BC0C;
	height:27px;
	color:#FFF;
	text-align:center;
}

tr {
	height:30px;
}

td {
	padding-left:3px;
	padding-right:3px;
	border-left:1px solid #FFF;
	border-bottom:solid 1px #ffffff;
}

td.midden {
	text-align:center;
}

tr.rij-a {
	background:#F8F8F8;
}

tr.rij-b {
	background:#EFEFEF;
}

tr.rij-a_midden {
	background:#F8F8F8;
	text-align:center;
}

tr.rij-b_midden {
	background:#EFEFEF;
	text-align:center
}
/* Einde tabel */

/*Lightbox Om afbeeldingen vergroot weer te geven*/


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/*Einde lightbox*/