@charset "utf-8";
/* CSS Document */

html
{
	height: 100%;
	width: 100%;
}

body
{
	background-color: #000;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	margin-top: 37px;
	font-family: arial;
	font-size: 11px;
	color: #ccc;
	text-align: center;
}

#superContainer {
	margin: auto;
}

.container
{
	border: 2px solid #FFF;
	border-top: none;
}

.navigatie
{
	border: 2px solid #FFF;
	border-top: none;
	border-right: none;
}

.nav_holder
{
	margin-left: 10px;
	width: 180px;
	font-family: arial;
	font-size: 11px;
	color: #ccc;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	/*width: 830px;*/
	color: #000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	color: #000;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }



a:link
{
	color: #fff;
	text-decoration: none;
}
a:visited
{
	color: #fff;
	text-decoration: none;
}
a:active
{
	color: #fff;
	text-decoration: none;
}
a:hover
{
	color: #CC0000;
	text-decoration: underline;
}
