/*** css reset ***/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** start real css code ***/
body {
    background: transparent url("/bestanden/background.jpg") repeat scroll 0 0 ;
    color: #666666;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0px 0px 1em 0px;
    text-align: center;
}

a, a:link, a:visited , a:active{
    color: #5BC4D9;
    font-weight: bold;
    text-decoration: none;
}

h1 {
	background: transparent url("/bestanden/h1.png") no-repeat 0px 52px;
	width: 760px;
	height: 72px;
	display: block;
	margin: 0px -20px 0px -20px;
	text-align: right;
	color: #fdfdfd;
	font-size: 35px;
}

h1 span {
	display: block;
	width: 417px;
	margin-top: -52px;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	color: #99cc00;
}

p {
	width: 394px;
	line-height: 1.5em;
	margin: 12px 0px 0px 0px;
}

#frame {
	background: transparent url("/bestanden/achtergrond.png") repeat-y top;
	width: 720px;
	margin: 0px auto 0px auto;
	padding: 0px 35px 20px 35px;
	text-align: left;
}

#content {
	background: transparent url("/bestanden/stip.png") no-repeat bottom right;
	min-height: 405px;
	margin: 0px -20px -20px 0px;
}

#header {
	background: transparent url("/bestanden/hoofding.jpg") no-repeat top center;
	width: 760px;
	height: 140px;
	display: block;
	margin: 0px -20px 0px -20px;
}

#header a {
	width: 760px;
	height: 140px;
	display: block;
}

#header a span {
	display: none;
}

#footer {
	background: transparent url("/bestanden/footer.png") no-repeat top;
	width: 720px;
	height: 48px;
	margin: 0px auto 0px auto;
	padding: 0px 35px 0px 35px;
	text-align: right;
	color: #ffffff
}

#footer p {
	width: inherit;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

.jnet {
	text-align: center;
	margin-top: 3em;
	display: none;
}

#under-construction {
	background: transparent url("/bestanden/under_contruction.png") no-repeat bottom right;
	min-height: 700px;
	margin: 0px 0px 0px 0px;
}

.kader {
	background: transparent url("/bestanden/kader.png") no-repeat top left;
	display: block;
	width: 330px;
	height: 165px;
	padding: 10px 30px 0px 30px;
	float: left;
}

.kader h2 {
	background: transparent url("/bestanden/waarschuwing.png") no-repeat top left;
	margin: 17px 0px -20px 0px;
	padding: 10px 0px 0px 50px;
	display: block;
	height: 41px;
}

.kader p {
	width: 280px;
	margin-left: 52px;
}

.kader .info {
	width: 330px;
	margin: 25px 0px 0px 0px;
	text-align: center;
}

.kader .info a {
	color: #fdfdfd;
}

.kader .info a:hover {
	border-bottom: 1px dotted #fdfdfd;
}

.extra {
	display: block;
	width: 255px;
	height: 117px;
	margin-left: 400px;
	padding: 58px 30px 0px 30px;
	float: none;
}

.extra p {
	width: 255px;
}