BODY {
	background-color: #303030;
	background-image: url('images/mainbg.png');
	background-repeat: repeat-x;
	background-position: top left;
	
	text-align: center;
}

div#contentContainer {
	background-image: url('images/containerbg.png');
	background-repeat: no-repeat;
	background-position: top left;
	
	margin: 60px auto 0px auto;
	width: 882px;
	height: 593px;
	padding: 0px;
	text-align: left;
}

div#menu {
	display: block;
	border: none;
	width: 812px;
	margin: 20px 35px 15px 35px;
}

div#menu IMG.logo {
	margin-left: 0px;
}

div#menu IMG {
	margin: 0px;
	margin-left: 28px;
}

div#content {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	width: 812px;
	height: 435px;
	margin: 0px 35px 15px 35px;
}

div#content H1, H2, H3{
	font-family: Verdana;
	margin-bottom: 5px;
	color: #000000;
}

div#text {
	display: block;
	padding: 21px 50px 21px 50px;
	letter-spacing: 1px;
}

div#text2 {
	float: left;
	width: 300px;
	display: block;
	padding: 21px 50px 21px 50px;
	letter-spacing: 1px;
}

div#text3 {
	float: right;
	width: 300px;
	display: block;
	padding: 21px 50px 21px 50px;
	letter-spacing: 1px;
}

div#textbedrijf {
	float: left;
	width: 400px;
	display: block;
	padding: 41px 50px 21px 50px;
	letter-spacing: 1px;
}

div#textopdrachten {
	float: left;
	width: 250px;
	display: block;
	padding: 41px 50px 21px 50px;
	letter-spacing: 1px;
}

div#foto {
	display: block;
	padding: 78px 50px 21px 50px;
}

div#screenshot {
	display: block;
	padding: 70px 50px 21px 50px;
}

div#screenshot2 {
	float: right;
	display: block;
	padding: 15px 50px 21px 50px;
}

div#screenshot3 {
	float: right;
	display: block;
	padding: 10px 50px 0px 0px;
}

H1 {
	font-size: 14px;
	letter-spacing: 2px;
}
H2 {
	font-size: 12px;
}
H3 {
	font-size: 11px;
}

.home {
	background-image: url('images/homebg.png');
	background-repeat: no-repeat;
}

.over-mij {
	background-image: url('images/over-mijbg.png');
	background-repeat: no-repeat;
}

.bedrijf {
	background-image: url('images/bedrijfbg.png');
	background-repeat: no-repeat;
}

.stage {
	background-image: url('images/stagebg.png ');
	background-repeat: no-repeat;
}

.contact {
	background-image: url('images/contactbg.png');
	background-repeat: no-repeat;
}

#submenu {
	display: block;
	background-image: url('images/transparant.png');
	background-repeat: repeat;
	height: 20px;
	
	margin: 3px 4px -24px 3px;
}

#submenu UL {
	list-style: none;
	margin: none;
}

#submenu UL LI {
	display: inline;
	float: left;
	margin-right: 15px;
}

#submenu UL LI A {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	
	line-height: 17px;
}

A {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#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: 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;
	}