/* main.css */

html, body {
	margin: 1.5em 0 0 0;
	padding: 0;
}

body {
	font-size: 100%;
	color: #000;
	background: #fff;
	font-family: "Trebuchet MS", sans-serif;
}

/* general */

h1 {
	font-size: 145%;
	color: #222;
	background: transparent;
	line-height: 120%;
	margin: 1em 6% 20px;
	font-weight: normal;
}

* html h1 { /* top-marge correctie alleen voor IE */ 
	margin: 0 6% 20px;
}

h2 {
	font-size: 120%;
	color: #6b5121;
	background: transparent;
	line-height: 120%;
	margin: 1.4em 6% 0.6em;
}

h3 {
	font-size: 105%;
	color: #000;
	background: transparent;
	line-height: 140%;
	margin: 1.6em 6% 0.5em;
}

h4 {
	font-size: 100%;
	color: #333;
	background: transparent;
	line-height: 140%;
	margin: 1.6em 6% 0.5em;
}

p, form, table {
	margin: 0 6% 1em;
}

p.intro {
	font-size: 100%;
	color: #6b5121;
	background: transparent;
	line-height: 135%;
	margin-bottom: 0.8em;
	font-style: italic;
	font-weight: normal;
}

a:link, a:link em {
	color: #b06030 !important;
	background-color: transparent !important;
	text-decoration: underline;
}

a:visited, a:visited em {
	color: #606066 !important;
	background-color: transparent !important;
	text-decoration: underline;
}

a:hover, a:hover em,  a:active, a:active em {
	color: #000 !important;
	background-color: transparent !important;
	text-decoration: underline;
}

img {
	border: none;
}

/* lists */

ul {
	list-style: none outside;
	margin: 0 6% 1.7em;
	padding: 0;
}

ul li {
	margin: 0; 
	color: #000; 
	background: url("/images/arrow.gif") transparent 2px 0.3em no-repeat;
	padding: 0.1em 0 0.1em 1.5em;
}

ol {
	list-style-position: outside;
	margin: 0 6% 1.7em;
	padding: 0 0 0 2.2em;
}

ol li { padding: 0.1em 0; margin: 0; }

/* navigation */

#navigation {
	position: relative;
	width: 100%;
	margin:  20px 4%;
	color: #000;
}

#navigation h1 {
	visibility: hidden; 
	display: none;
}

#navigation h2 {
	visibility: hidden; 
	display: none;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
	color: #fff;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0px 15px;
	border: 1px solid #cccac5;
	font-size: 85%;
	text-align: left;
	background-image: none;
}

/* content */

#content {
	float: left;
	width: 68%;
	padding: 5px 0 1px;
	font-size: 95%;
	color: #222;
	line-height: 135%;
}

/* footer */

#footer {
	clear: both;
	padding: 6px 5% 18px;
	font-size: 80%;
	line-height: 170%;
	margin: 0;
}

/* Position */
#more{
  float:right;
  width:34%;
}

#content {
  float: left;
  width: 65%;
}

/* form */

form {
	margin-left: 0;
}

fieldset {
	padding: 0px 0px 15px 0;
	margin: 10px 0px 10px 40px;
}

legend {
	color: #b06030;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-right: 5px;
}

/* logos */

div.logos {
	float: left;
}