html, body, form, div, img, h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
	border: none;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    opacity:	.8;
    filter: 	alpha(opacity=80);
    background: rgb( 255, 255, 255 ) 
                url('../images/loading.gif') 
                50% 50% 
                no-repeat;
}

body.loading {
    overflow: hidden;   
}

body.loading .modal {
    display: block;
}

img {
	border: 0;
}

a {
	outline: none;
}

p {
	margin: 0 0 21px;
}

iframe {
	border: 0 none;
}

.button {
	border: 0 none;
	cursor: pointer;
	background-position: left -1px;
	background-color: transparent;
	-webkit-appearance: none;
	-webkit-border-radius:0px;
}

.button:hover {
	background-position: left bottom;
}

.default-button,
.default-button-large {
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius:0px;
}

.title-button {
	float: right;
}

.img-frame {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
}

.clearer {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	display: block;
	background-color: transparent;
	border: 0px solid black;
}

.hr {
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	empty-cells: show;
}

th, td {
	vertical-align: top;
	padding: 0;
}

.js-enabled .no-js-only {
	display: none;
}

.page-content {
	max-width: 857px;
}

.page-content.notexist {
    border-color:#555555;
    border-width:1px;
    border-style:None;
    height:100%;
    width:100%;
    text-align:center;
}

.page-content > #lblMessage {
    color:Black;
    font-family:Verdana;
    font-size:Large;
    font-weight:bold;
    }

.page-content > #backUrl {
    color:#555555;
    font-family:Verdana;
    font-size:Medium;
    text-decoration:none;
}

.hidden
{
    display:none !important;
}

/* voor eenvoudig zoeken */
.element-hidden {
    display: none !important;
}

.visually-hidden,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    background-color: #fff;
    color:#000;
}

.visually-hidden-focusable:active,
.visually-hidden-focusable:focus,
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}