
/*	Let's start with zeroing out any browser default margins and paddings
 */

* {
	margin: 0 0 0 0;
	padding: 0;
	}

/*	Next we set the page height, to position the footer at the bottom of the window 
 *	when page is short, and at the bottom of the page when page is longer
 */

html, body {
	height: 100%;
	color: #000;
	}
body {
	font: 100%/150% arial; /* just some defaults - should be customized */
	} 
html>body { font-size: 12px; } /* for modern browsers that can resize px */

TD {
	font-style:normal;
	color:#000;
	font-family: arial; /* just some defaults - should be customized */
	font-size:12px;
}

#wrap {
	position: relative; /* to keep the header inside */
	height: 100%; 
	min-height: 100%; /* for modern browsers, to push the footer down */
	width: 973px; /* you can change this, using %, em or px */
	margin: 0 auto; /* auto centers the div */
	text-align: left; /* after centering #wrap above we return to normal aligning */
	}

#middle {
	position: relative;
	height: 100%; 
	min-height: 100%; /* for modern browsers, to push the footer down */
	border-right: 205px solid #bbc5e9; /* width and background of right column */
	border-left: 195px solid #ea7201; /* width and background of left column */
	width: 573px;
	}

#middle:after { /* this will keep the floats contained, for modern browsers */
    content: "."; 
    display: block; 
    height: 0; 
    overflow: hidden; 
    clear: both; 
    visibility: hidden; 
    } 

* html #wrap, * html #middle {
	height: 100%; /* for IE because it doesn't do min-height */
	}

/*	Now we set the header, footer and columns...
 */

a {
	color:#000000;
}
a:hover {
	color:#ea7201;
}

.link a {
	color:#000000;
}
.link a:hover {
	color:#ea7201;
}

.linka {
	text-decoration:none;
	font-weight:bold;
	color:#ea7201;
}
.linka a{
	text-decoration:none;
	font-weight:bold;
	color:#ea7201;
}
.linka a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#00175d;
}
.linkb {
	text-decoration:none;
	font-weight:bold;
	color:#00175d;
}
.linkb a {
	text-decoration:none;
	font-weight:bold;
	color:#00175d;
}
.linkb a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#ea7201;
}
.veldnaam {
	text-decoration:none;
	font-weight:bold;
	color:#00175d;
}
#header {
	position: absolute;
	top: 0;
	left: 0px;
	height: 40px;
	width: 974px;
	background:#fff;
	overflow: hidden;
	z-index: 3; /* to show it on top */
	}

#main, #right { /* so that the content will not overlap with the header or footer */
	padding-top: 40px;
	}

#main {
	position: relative; /* IE float bug workaround */
	height:100%;
	float: left;
	width: 572px; /* width of #content +1 */
	}

#content {
	position: relative;
	float: right;
	width: 572px; /* width of #middle -2 */
	}
#inhoud {
	position: relative;
	float: left;
	width:100%;
	height:100%;
}
#left {
	position: relative;
	float: left;
	width: 195px;
	display:inline;
	margin-left: -195px; /* width -1 */
	}
#right {
	position: relative;
	float: right;
	width: 205px;
	display:inline;
	margin-right: -204px; /* width -1 */
	}
* html #right { /* addressing some IE bugs */
	width: 205px; 
	margin-top: 1.7em;
	}
* html #right, * html #left, * html #content {
	overflow:hidden;
	}
.kleinzwart {
	font-style:normal;
	font-weight:bold;
	color:#000;
	font-size:11px;
	line-height:16px;
	letter-spacing:1px;
}
.kleinzwart a {
	text-decoration:none;
	color:#000;
}
.kleinzwart a:hover {
	text-decoration:none;
	color:#ea7201;
}
.adres {
	font-style:normal;
	color:#000;
	font-size:11px;
	line-height:16px;
	letter-spacing:1px;
}
.adres a {
	text-decoration:none;
	color:#000;
}
.adres a:hover {
	text-decoration:none;
	color:#fff;
}
.kleinwit {
	font-style:normal;
	color:#fff;
	font-size:11px;
	line-height:16px;
	letter-spacing:1px;
}
.kleinwit a {
	text-decoration:none;
	color:#fff;
}
.kleinwit a:hover {
	text-decoration:none;
	color:#ea7201;
}
.datumdag {
	font-style:normal;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	line-height:17px;
	letter-spacing:1px;
}
.imgl {
border:solid #00175d 1px;
}


/*	Some block elements that influence div sizes and positioning
 */

h1 { 
	font-size: 18px; 
	color:#ea7201;
	}

h2 { 
	font-size: 15px; 
	color:#00175d;
	}
h3 {
	font-size: 13px;
	color:#00175d;
	}
.kop {
	font-size: 14px; 
	font-weight: bold;
	color:#00175d;
}

.skop {
	font-size: 12px; 
	font-weight: bold;
	color:#ea7201;
}

