html, body {
	border: 0px;
	padding: 0px;
	margin: 0px;
	color: #333;
	background-color: #fff;
	fffont-family: Lucida Sans,Lucida Grande,Lucida,Verdana,Tahoma,Arial,Helvetica,Geneva,sans-serif;
	font-family: "museo-sans-1","museo-sans-2";
	font-size: 11px;
	height: 100%;
	line-height: 15px;
}


img {
	border: 0px;
}

a {
	text-decoration: none;
	color: inherit;
	color: expression(this.parentNode.currentStyle.color);
	border-bottom: 1px dotted #00aeef;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #00aeef;
}

a:visited {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}


.moeder {
	margin: auto;
	width: 500px;
	position: relative;
	top: 60px;
}

.kop {
	font-family: "museo-slab-1","museo-slab-2";
	font-weight: 500;
	color: #ec008c;
	font-size: 35px;
	line-height: 40px;
	ttext-transform:uppercase;
}
#contrast {
	color: #444;
}

.subkop {
	font-size: 21px;
	color: #ec008c;
	text-transform:uppercase;
	font-weight:700;
}

.artikel {
	padding: 20px 0 20px 0;
}

.info {
	position: relative;
	top: -10px;
	text-align: right;
	color: #959595;
}

.beschrijving {
	padding: 10px 0 0 0;
}

.credits {
	x_font-family: inFontKit;
	line-height: 10px;
	color: #333;
	font-size: 9px;
	padding: 10px 0 0 0;
}


