@import url("custom.css");

/* Herdefinieren html tags */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color:#333333;
	background-color:#FFFFFF;
	line-height:130%;
	margin:0px;
}
p {
	margin-top:0em;
	margin-bottom:1em;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#006666;
	text-decoration:underline;
}
img {
	border:none;
}
hr {
	border:none; 
	border-bottom:1px dashed #335190;
	height:0px;
}

ul {
	margin:3px 0 3px 0;
	padding:0px;
}
ol {
	margin:3px 0 8px 0px;
	padding:0px;
}
ol li {
	background-image:none;
	list-style-type:decimal;
	padding-left:0px;
	list-style-position:inside;
}
ol.greennr li {
	background-image:none;
	list-style-type:decimal;
	padding-left:0px;
	list-style-position:outside;
	color:#00CC33;
	font-weight: bold;
}
ol.greennr li span {
	color:#333333;
	font-weight: normal;
}
li {
	margin-left:0px;
	padding:1px 0 1px 12px;
	list-style-type:none;
	background-image:url(../images/bullet.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
}
html li {
	background-position:left 6px;
}
h1 {
	font-size:24px;
	margin-top:5px;
	margin-bottom:15px;
	font-weight:normal;
	color:#00CC33;
}
h2 {
	font-size:18px;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:normal;
	color:#006666;
}
h3 {
	font-size:1.1em;
	margin-top:10px;
	margin-bottom:3px;
	font-weight:bold;
	color: #009999;
/*	color: #889970; */
/*	color:#9900FF; */
}
h4 {
	font-size:1em;
	margin-top:10px;
	margin-bottom:1px;
	font-weight:bold;
	color:#000000;
}
h5 {
	font-size:1em;
	margin:0px;
	font-weight:normal;
	color:#999999;
}
h6 {
	font-size:0.9em;
	margin-top:5px;
	margin-bottom:1px;
	font-weight:normal;
	color:#000000;
}
td {
	
}
form {
	margin:0px;
	padding:0px;
}
select {
	font-family:Arial, Helvetica, sans-serif;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
abbr {
	border:none;
}

/* Generieke elementen */
.clear {
	clear:both;
	margin-top: -1px;
	font-size: 0px;
	line-height: 0px;
	height: 1px;
	overflow: hidden;
}
.left {
	float:left;
}
.right {
	float:right;
}
.date {
	color:#00CC33;
	display:block;
}
a.more {
	display:block;
	text-align:right;
	background-image:url(../images/pijl.gif);
	background-position:right 7px;
	background-repeat:no-repeat;
	padding:4px 16px 0 0;
	text-decoration:underline;
	color:#006666;
}
a.more:hover {
	color:#333333;
	text-decoration:underline;
}
.back{
	margin-bottom:15px;
}
.multiPage{
	margin-top:10px;
	margin-bottom:10px;
}
.multiPage .results{
	float:left;
}
.multiPage .pages{
	text-align:right;
}


