@charset "UTF-8";
body {
	background-color: #CB211B;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	text-indent: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(afbeeldingen/ag.png);
	background-repeat: repeat-x;
}
.broodtekst {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	text-indent: 0px;
	line-height: 18px;
	white-space: normal;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 10px 113px 10px 40px;
	}
.linksdownloads {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	text-indent: 0px;
	line-height: 18px;
	white-space: normal;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 10px 113px 40px 225px;
}
li {
	color: #333333;
	line-height: 18px;
	padding: 0px 113px 6px 0px;
	color: 333333;
	margin-left: 22px;
	clip: rect(auto,auto,auto,auto);
}
.copyright {
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding: 10px 0px 0px;
}
a:link {
	color: #666;
	text-decoration: none;
}
.titel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #6F4D6F;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
a {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.kop {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}
.rechterkolom {
	line-height: 16px;
}
.inleiding {
	color: #5D405D;
	font-style: italic;
	font-weight: bold;
}
.bijschriften {
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	background-position: left;
}
.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #000000;
	left: -1000px;
	visibility: hidden;
	color: white;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	text-align: center;
	white-space: nowrap;
	padding: 1px;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	color: #000000;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 20px;
	left: -250px; /*position where enlarged image should offset horizontally */
}

