@charset "utf-8";
body  {
	font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	line-height:20px;
	letter-spacing:1px;
}

.kader {
	padding:4px;
	border:#999999 solid 1px;
	width:272px;
	text-align:center;
	margin-top:-25px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/ontwerp/bordje.jpg);
	height:22px;
	}
.hangen {
	padding:15px;
	border:none;
	vertical-align:top;
	}
.tabelhangen {
	vertical-align:top;
	}
a:link {
	color: #FFFFFF;
	text-decoration:none;
	outline:none;
}
a:visited {
	color: #FFFFFF;
	text-decoration:none;
	outline:none;
}
a:hover {
	color: #ff0000;
	text-decoration:none;
	outline:none;
}
a:active {
	color: #ff0000;
	text-decoration:none;
	outline:none;
}
a.goed:link {
	text-decoration:underline;
	color: #FFFFFF;
	outline:none;
	}
a.goed:visited {
	color: #FFFFFF;
	text-decoration:underline;
	outline:none;
}
a.goed:hover {
	color: #ff0000;
	text-decoration:underline;
	outline:none;
}
a.goed:active {
	color: #ff0000;
	text-decoration:underline;
	outline:none;
}

#inhoud {
	width: 800px;
	line-height:20px;
	letter-spacing:1px;
	margin-left:auto;
	margin-right:auto;
	}
#inhoud2 {
	width: 510px;
	line-height:20px;
	letter-spacing:1px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	height:550px;
	}
h1 {
	font-size:16px;
	margin-top:20px;
	}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border:none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -120px;
left: -200px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

#boven {
	background-color:#666666;
	margin: 0px;
	padding:15px;
	}

#menuboven {
	position:absolute;
	width:100%;
	margin:0;
	background-color:#666666;
	height:45px;
	text-align:center;
	}
	