@CHARSET "ISO-8859-1";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
	
}

/* end of reset */

ol, ul {
	list-style: disc;
	list-style-position: inside;
}

body {
	font-family: Verdana;
	font-size: small;
	line-height:150%
}

table {
	font-size: small;
}

td {
	padding: 0px 5px 5px 0px; 
}

.main {
	width: 1024px;
}

.header {
	position: absolute;
	background-color: white;
	top: 0px;
	left:7px;
	height: 105px;
	width: 843px;
	padding-top: 35px;
	
}

.tools {
	position: absolute;
	top: 10px;
	left: 620px;
}

.left {
	padding-top: 145px;
	float: left;
	width: 300px;
}

.middle {
	padding: 140px 5px 10px 5px;
	float: left;
	width: 543px;
	min-height: 460px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: rgb(242, 148, 0);
	border-right-color: black;
	border-right-width: 3px;
	border-right-style: solid;
}

.right {
	
	padding-left: 5px;
	float: left;
	width: 160px;
	float: left;
}

.text {
	padding: 10px 10px 0px 5px;
}

h1 {
	margin: 10px 0px 0px 0px;
	font-size: small;
}

h2 {
	margin: 10px 0px 0px 0px;
	font-size: small;
}

h3 {
	margin: 10px 0px 0px 0px;
	font-size: small;
}

.footer {
	clear: both;
	padding-top: 20px;
	font-weight: bold;
	text-align: center;
	padding-right: 270px;
}

.footer A {
	text-decoration: none;
	font-weight: bold;
}

.footer A:hover {
	text-decoration: underline;
}

.rood {
	color: rgb(174, 16, 35);
}

.oranje {
	color: rgb(242, 148, 0);
}

A:link {
	color: rgb(174, 16, 35);
}

A:visited {
	color: rgb(174, 16, 35);
}

A:active{
	color: rgb(174, 16, 35);
	border: hidden;
}

ul {
	margin-top: 0px;
}

.l_advert {
	text-align: center;
	margin: 5px 0px 5px 0px;
	width: 300px;
	height: 79px;
}



A img {
	border: none;
}

img {
	border: none;
}