@charset "utf-8";
/* CSS Document */
body {
	background-color: #fef000;
	margin: 0px;
	padding: 0px;
}
a:link {
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}
a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}
a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #999999;
}
a:active {
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}
.projecttable {
	border: 1px solid #cccccc;
	background-color: #FFFB9F;
}
.projectimg {
	border: 1px solid #000000;
}
.projectimage {
	border: 1px none #000000;
	text-align: right;
	vertical-align: top;
}
.projectlocatie {
	border-top: 0px none #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	font-weight: normal;
	font-style: italic;
}
.projectkort {
	border: 1px none #000000;
}
.projectnaam {
}
.projectartiest {
	font-weight: bold;
}
.projectheader {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 3pt;
	vertical-align: top;
}

.projectproducent {
	font-weight: bold;
}
.content {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #000000;
	vertical-align: top;
	margin: 20px;
	padding: 20px;
}
