body
{
	background-image: url(img/background.jpg);
}
div
{
	font-family: Verdana;
	font-size: 12px;
}
.artikel
{
	padding: 15px;
	float: left;
}

.prijs
{
	font-weight: bold;
	color: #aa8844;
}

.artikel img
{
	border: solid 1px black;
}
.artikel a
{
	text-decoration: none;
}

.header
{
	font-size: 29px;
	font-weight: bold;
}
.menu a
{
	font-size: 14px;
	font-weight: bold;
	margin-right: 15px;
}
.titel
{
	font-weight: bold;
	font-size: 14px;
}
.extrainfo
{
	font-style: italic;
}
.werkgroot
{
	margin: 15px;
}
.werkgroot img
{
	border: solid 1px #000;
}

.verkochtartikel
{
	position: relative;
	margin: 15px;
	float: left;
	border: 0px;
}

.verkochtartikel span
{
	border: 0px;
	
	float: left;

	padding: 0px;
	margin-top: -1px;
	font-size: 0px;
	line-height: 0px;
	position: absolute; 
	right: 0px; 
	top: 1px; 
	background-image: url(/img/verkocht.gif);
	background-repeat: no-repeat;
	width: 64px;
	height: 64px;
}

.verkochtartikel img
{
	border: solid 1px black;
}
.verkochtartikel a
{
	text-decoration: none;
}
