* {
margin:0px;
padding:0px;
}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#292929;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 142%;
	text-align: left;
	font-size: 12px;
	color: #ffffff;
	background-image: url(../images/back_streep.gif);
	background-position: top center;
	background-repeat: repeat-y;
}



#wrapper{
margin-left:auto;
margin-right:auto;
width:803px;
position: relative;
min-height: 98%;
height:auto !important;
height:98%; /* voor IE */
background-image: url(../images/back_golf.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#menu {
margin-left:auto;
margin-right:auto;
height: 20px;
background:#ffdf00;
width: 80%;
padding: 4px 4px 4px 12px;
}
#menu a:link, #menu a:visited {
font-size: 11px; 
font-weight: bold;
text-decoration: none;
color: #000000;
}
#menu a:hover {
text-decoration: underline;
}

#content {
margin-left:auto;
margin-right:auto;
padding: 24px 0px 0px 0px;
width: 70%;
}

#content img {
margin: 0px 12px 12px 0px;
float: left;
}


table.sponsors td img { width:180px;}
table.sponsors td {
	padding:5px 0 5px 0;
	text-align:center;
	vertical-align:top;
border-bottom: 1px dotted #eeeeee;



}



table.programma   {
border: 0px solid #ffffff;
width: 100%;
}

td.tijd  {
width: 30%;
padding: 4px;
border-bottom: 1px dotted #eeeeee;
vertical-align:top;
}
td.act  {
width: 50%;
padding: 4px;
border-bottom: 1px dotted #eeeeee;
}
td.act_link  {
width: 20%;
padding: 4px;
border-bottom: 1px dotted #eeeeee;
text-align:right
}

table.artiesten   {
border: 0px solid #ffffff;
width: 100%;
}

td.naam  {
width: 60%;
padding: 4px;
border-bottom: 1px dotted #eeeeee;
}
td.link  {
width: 40%;
padding: 4px;
border-bottom: 1px dotted #eeeeee;
}

td.link a:link, td.link a:visited {
font-size: 12px; 
font-weight: bold;
text-decoration: none;
color: #ffffff;
}






/* Typography
-----------------------------------------------------------------------------*/

h1{
font-size: 1.8em; /* Equivalent to 22pt */
margin-bottom: 12px;
}
	
h2{
font-size: 1.4em; /* Equivalent to 22pt */
color: #ffdf00;
margin-bottom: 12px;
}
	
h3{
font-size: 1.8em; /* Equivalent to 18pt */
}
	
h4{
font-size: 1.6em; /* Equivalent to 18pt */
}
	
h5{
font-size: 1.4em; /* Equivalent to 14pt */
}
	
p, q, cite{
font-size: 12px;
margin-bottom: 12px;
}

a:link, a:visited, a:hover
{
	color: #ffdf00;
}

ul, ol, dl	{
list-style: none;
}

li, dd, dt{
font-size: 1.2em; /* Equivalent to 12pt */	
}

/* Forms
-----------------------------------------------------------------------------*/
input.text
	{
	padding: 3px;
	border: 1px solid #999999;	
}

/* Tables 
-----------------------------------------------------------------------------*/

table	{ 
border-spacing: 0;
border-collapse: collapse;
}

td{
text-align: left;
font-weight: normal;
}
/*Sections and ID's
-----------------------------------------------------------------------------*/

/* Styles
-----------------------------------------------------------------------------*/

.clear{	clear:both;}
.right{float: right;}
.left{float: left;}

#footer {  
	width:803px; 
margin-left:auto;
margin-right:auto;
	background-image: url(../images/back_golf.gif);
	background-position: bottom center;
	text-align:center;
	font-size: 10px

}


/* Lightbox */

#lightbox{
	position: absolute;
	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;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 65%; 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;
	}
