html, body {

	background-color: #191917;
	font-family:Tahoma, sans-serif;
	font-size:11px;
	color: #eeedea;
	margin : 0px;
	padding: 0px;
	}
	

	
#container {
	width:946px;
	margin: auto;
	z-index: 1;
	}


#header
{
	background:url(../_img/header.png) no-repeat;
	height:176px;
}


#content{
    background:url(../_img/bg.gif) repeat-y;
}

#left{
width:180px;
float:left;

}


#login 
{
margin-top: 10px;
padding-top: 10px;
width:154px;
height: 96px;
background:url(../_img/login.gif) no-repeat;

}

div#login input.text {
	background:url(../_img/input_text.gif);
	height:17px;
	width: 120px;
	margin:0 0 8px 0;
	padding:0px 8px 0 8px;
	border:1px solid #4f5049;
	color:#ddd9ce;
	font-size:8pt;
	
}
div#login input.submit {
	background:url(../_img/input_text.gif);
	width:43px;
	height:20px;
	margin:0 0 8px 0;
	border:1px solid #4f5049;
	cursor:pointer;
	font-size:8pt;
	color:#ffb901;
}
 
#sponsor
{
margin-top: 10px;
padding-top: 10px;
width:154px;
height: 143px;
background:url(../_img/sponsor.gif) no-repeat;

}

#sponsor a:link { text-decoration: none; font-size:11px; color: #ffb903; }
#sponsor a:visited { text-decoration: none; font-size:11px; color: #ffb903; }
#sponsor a:hover { text-decoration: none; font-size:11px; color: #ffb903;}
#sponsor a.border img {
	
	
	border:2px solid #ffb903;
}
#sponsor a.border:hover img 
{
border:2px solid #ffb903;
}


#player
{
	
	position: relative;
    background:url(../_img/player.png) no-repeat;
	height:305px;
	width:266px;
	z-index: 2;
	left: -100px;
	/* margin-left: -100px; IE6 hack voor plaatsing Player*/ 
	
	
}


#midwrap
{
float:left;
display: inline;
}

#middle{

float:none;
width: 475px;
margin-left: 20px;
 


}

#middle a:link { text-decoration: none; font-size:11px; color: #ffb903; }
#middle a:visited { text-decoration: none; font-size:11px; color: #ffb903; }
#middle a:hover { text-decoration: underline; font-size:11px; color: #ffb903;}

div#middle input.text {
	background:url(../_img/input_text.gif);
	height:17px;
	width: 120px;
	margin:0 0 8px 0;
	padding:0px 8px 0 8px;
	border:1px solid #4f5049;
	color:#ddd9ce;
	font-size:8pt;
	
}

div#middle textarea.text {
	background:url(../_img/textarea.gif);
	margin:0 0 8px 0;
	padding:0px 8px 0 8px;
	border:1px solid #4f5049;
	color:#ddd9ce;
	font-size:8pt;
	height: 100px;
	
}
div#middle input.submit {
	background:url(../_img/input_text.gif);
	width:43px;
	height:20px;
	margin:0 0 8px 0;
	border:1px solid #4f5049;
	cursor:pointer;
	font-size:8pt;
	color:#ffb901;
}

#right{
width:125px;
float:right;
/*margin-right: 10px;*/
margin-left: auto;
margin-right: 5px;

}

#footer
{
	background:url(../_img/footer.gif) no-repeat;
	height:76px;
	width:946px;
	margin: auto;
}

#footer a:link { text-decoration: none; font-size:11px; color: #ffb903; }
#footer a:visited { text-decoration: none; font-size:11px; color: #ffb903; }
#footer a:hover { text-decoration: underline; font-size:11px; color: #ffb903;}

.geel a:link { text-decoration: none; font-size:11px; color: #ffb903; }
.geel a:visited { text-decoration: none; font-size:11px; color: #ffb903; }
.geel a:hover { text-decoration: underline; font-size:11px; color: #ffb903;}

/* Switchmenu */
.menutitle{
cursor:pointer;
	display:block;
	cursor:hand;
	margin:0;
	padding:0;
	padding:3px 6px;
	color:#ddd9ce;
	font-family:Arial Black;
	font-size:14px;
	
	text-align: center;

}

.submenu{
margin:0;padding:0;padding:6px;line-height:1.4;overflow:auto;
	color:#ddd9ce;
	font-family:Arial;
	font-size:10px;
	text-align: center;
}

.submenu a:link { text-decoration: none; font-size:10px; color: #ddd9ce; }
.submenu a:visited { text-decoration: none; font-size:10px; color: #ddd9ce; }
.submenu a:hover { text-decoration: none; font-size:10px; color: #ffb903;}

/* Lightbox stuff */

#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(../_img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../_img/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	/*height: 600px;*/
	height: 100%;
	background-color: #494947;
	}
	
.edited table td { font-weight: bold; }
