/*
//  Created by Joost Schuttelaar on 2007-08-25.
//  Copyright (c) 2007 Joost Schuttelaar. All rights reserved.
*/

/*  flatten everything, every browser will look the same (bad) */

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, table, p, td, div, span, img, form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

a img {
	border: 0;
}

table {
	border-collapse: collapse;
	margin-bottom: 7pt;
}

body {
	color: black;
	font-family: trebuchet ms, sans-serif;
	font-size: 13px;
	line-height: 14pt;
}

h1 {
	font-size: 13pt;
	font-weight: bold;
	line-height: 14pt;
	margin-bottom: 14pt;
	clear: both;
}

h2 {
	font-size: 11pt;
	line-height: 15pt;
	margin-bottom: 3px;
	font-weight: bold;
	color: #0c66b1;
	clear: both;
}

h3 {
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
	color: black;
}

sub, sup {
	line-height: 100%; /* for co<sub>2</sub> and m<sup>2</m> */
}

h1.sectionEnd, h2.sectionEnd, h3.sectionEnd {
	margin-top: 28pt;
}

p {
	margin-bottom: 10pt;
	line-height: 14pt;

}

td {
	line-height: 14pt;
}

ul {
	margin-bottom: 7pt;
}

ol {
	margin-bottom: 7pt;
	margin-left: 4pt;
}

li {
	line-height: 14pt;
	margin-left: 12pt;
}

a {
	text-decoration: underline;
	color: #0C66B1;
}

a:hover {
	text-decoration: none;
}

div.section {
	margin-bottom: 14pt;
}


/* more elaborate graphical elements, perhaps move to screen.css */

.kader {
	padding: 7pt;
	padding-bottom: 0;
	background-color: #c2ddf1;
	border: 1px solid #61b3e0;
	margin-bottom: 14pt;
}

.kader h1 {
}

.kader input.submit {
	background-color: #61b3e0;
	font-weight: bold;
	color: white;
}

p.quote {
	font-size: 12pt;
	color: #DB0010;
	font-family: times;
	font-style: italic;
	margin-bottom: 0;
}

p.quoteAfzender {
	font-size: 12pt;
	font-family: times;
	color: black;
	text-align: right;
}

.small {
}

.small h1 {
	font-size: 10pt;
	line-height: 14pt;
	margin-bottom: 7pt;
}

.small h2 {
	font-size: 8pt;
}

.small h3 {
	font-size: 8pt;
}

.small p {
	font-size: 8pt;
	line-height: 14pt;
}

.small li {
	font-size: 8pt;
	line-height: 14pt;
}

.small td {
	font-size: 8pt;
	line-height: 14pt;
}

p.small {
	font-size: 8pt;
	line-height: 14pt;
}

p.note {
	color: gray;
}

img.floatRight {
	float: right;
	margin-left: 14pt;
	margin-bottom: 14pt;
}

img.floatLeft {
	float: left;
	margin-right: 14pt;
	margin-bottom: 7pt;	
}

p.bijschrift {
	font-size: 8pt;
	text-align: center;
	color: gray;
	margin-top: -7pt;
}

ul.linklist {
	font-size: 11px;
	margin-bottom: 14pt;
}

ul.linklist li {
	line-height: 19px;
}

span.highlight {
	font-weight: bold;
	background-color: #FEDF96;
}

a.tel { color: inherit; text-decoration: none; }
