/*
Preparee stylesheet for Drupal 6.x
Jeroen Baert for Preparee, 2008
*/

/* General elements */
html { 
	font-size: 100.01%;					/* routes around several browser bugs ;) */
}

body {
	color:  #000000;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.45;					/* for a target line height of 16px */
	margin: 0 auto auto auto;
	padding: 0;
}

p {
	margin: 0.725em 0 0.4em 0;	/*Paragraaf-afstand*/
	text-align: justify;
}

h1 {                                    /*Ach, wie gebruikt er headings*/
	margin: 0.75em 0 0 0;
	line-height: 1;
}

h2 {
	margin: 1.3em 0 0 0;
	font-size: 15px; 
	line-height: 1;
}

h3 {
	margin: 1.8em 0 0 0;
	font-size: 13px; 
	line-height: 1.23;
}

h4 {
	margin: 2.1em 0 0 0;
	line-height: 1.45;
}

h5, h6 {
	margin: 2.5em 0 0 0;
	line-height: 1.78;
}
td {
  	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.45;					/* for a target line height of 16px */
}

a, 
a:link, 
a:visited {
	background-color: inherit;
	color: #fc0000;                  /*Maak links rood*/
	text-decoration: none;
}

a:hover {
	color: #fc0000;
	text-decoration: underline; 	/*Added text decoration for link hovering*/
}

a:active, 
a.active {
	color: #fc0000;
	text-decoration: underline;
}

dd {
	margin-bottom: 0.4em;
}

tbody {
	border: none;
}

input,                                /*Zorg dat invoervelden ook zelfde lettertype gebruiken*/
select,
textarea {
	font-family: inherit;
}