/* reset browser default styles*/
Html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol{ list-style-position: inside; },li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}

*, html, body{
	font-size: 14px;
	font-family: 'Arvo', serif;
}
html {
	overflow-y:scroll;
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
.hidden{
	display:none;
}
:active { outline: none; }
:focus { outline: none; -moz-outline-style: none;}
strong, b{
	font-weight: bold;
}
.message_warning, .message_error, .message_message{
	background-color: #FFC119;
	color:#fff;	
	line-height:30px;
	font-size:20px;
	padding:4px 20px;
	text-align:center;
}
.message_error{
	background-color: #FF1D19;
}
.message_message{
	background-color: #009309;
}
input{
	padding:3px 10px;
}
input[type=submit]{
	background-color:#337ab7;
	border:none;
	border-radius:3px;
padding:5px 10px;
color:#fff;
font-weight:bold;
}
em, i {
	font-style: italic;
}

ol {
	list-style: decimal;
}
li {
	display: list-item;
	list-style: inherit;
}

#broekerveiling_virtueel_img,
#tijdelijke_tentoonstelling_img
{
	display: none;
}