.hidden {
	display: none;
}

BODY {
	text-align: center;
}

DIV {
	display: none;
}

DIV.container {
	display: block;
	text-align: center;
}

DIV.sitecontent {
	display: block;
	text-align: center;
}

DIV.filler {
	display: none;
}

FIELDSET {
	display: none;
}

FORM {
	 display: none;
}

IFRAME {
	display: none;
}

IMG {
	display: none;
}

IMG.briefhoofd {
	display: block;
}

IMG.foto {
	width: 400px;
	height: 300px;
	display: inline-block;
}

IMG.thumb {
	width: 70px;
	height: 53px;
	border: 0px;
	position: relative;
	top: -2px;
	display: inline-block;
}

IMG.vfoto {
	width: 225px;
	height: 300px;
	display: inline-block;
}

IMG.vthumb {
	width: 108px;
	height: 144px;
	border: 0px;
	position: relative;
	top: -2px;
	display: inline-block;
}

INPUT {
	display: none;
}

LABEL {
	display: none;
}

LEGEND {
	display: none;
}

SELECT {
	display: none;
}

TABLE {
	display: none;
}

TABLE.details {
	display: block;
}

TABLE.fotos {
	display: block;
}

TABLE.weergeven {
	display: block;
	width: 100%;
}

TD {
	font-size: 12px;
}

TD.details_mail {
	display: none;
}

TEXTAREA {
	display: none;
}

TH.details {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background: #C6CED6;
	color: #000000;
}
