* {
	margin: 0;
	padding: 0;
}


body
{
	font-family: Georgia;
	font-size: 12px;
	background-color: #111;
}

a:link, a:active, a:visited, a:hover, img
{
	border-style: none;
	text-decoration: none;
	border: 0px;
}

	#subtitel
	{
		position: absolute;
		top: 70px;
		left: 85px;
	}
	

#wrapper

{
	/*Om een element te centreren geef je margin-(left|top): -((top|width)/2) */
	margin-top: -307px;
	margin-left: -409px;
	top: 50%;
	left: 50%;

	
	width: 819px;
	height: 614px;
	background-color: #bcbcbc;
	overflow: hidden;
	position: absolute;
}

#vloer
{
	position: absolute;
	bottom: 0px;
	left: -100px;
	z-index: 100;
}

#linkerwand
{
	position: absolute;
	z-index: 300;
}

	#stijnsmissaert
	{
		position: absolute;
		left: 55px;
		top: 40px;
	}
	

#thumbs
{
	position: absolute;
	right: 0px;
	top: 37px;
	width: 500px;
	height: 230px;
}

#thumbs img
{
	padding: 10px;
	cursor: pointer;
}

#bigimg
{
	position: relative;
	cursor: pointer;
}

#passepartout
{
	background-color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10000;
}

#overlay
{
	height: 100%;
	width: 100%;
	
	z-index: 5000;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	
	background-color: black;
}

#info
{
font-family: Georgia;
color: #444;
word-spacing: 0.1em;
letter-spacing: 1px;
font-size: 1.0em;

position: absolute;
left: 40px;
bottom: 35px;
}


#closebigimg
{
position: absolute;
top: 0px;
right: 5px;

font-family: Verdana;
font-weight: bold;
color: #444;
font-size: 1.2em;
cursor: pointer;
}

#haan
{
	position: absolute;
	bottom: 35px;
	left: 10px;
}

#linkhome
{
	position: absolute;
	bottom: 70px;
	left: 40px;
}