/*
//  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;
}

a img {
	border: 0;
}

/* image positioning in het verslag - left, right and center */
.left
{ float: left; 
  padding: 0px 20px 0px 0px;
}
 
.right
{ float: right; 
  padding: 0px 0px 0px 20px;
}
 
.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

body {
	color: #707173;
	font-family: Arial, Tahoma;
	font-size: 10pt;
	line-height: 14pt;
	margin: 0;
	background-color: #9e9e9e;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}

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

td {
	color: 707173;
	font-family: Arial, Tahoma;
	font-size: 10pt;
	line-height: 14pt;
	text-align: left;
}

td {
	vertical-align: top;
	line-height: 14pt;
}

th {
	font-size: 10pt;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	line-height: 14pt;
	color: #fecc00;
}

h1 {
	margin: 0;
	color: #22bbea;
	font-size: 16pt;
	font-weight: bold;
	line-height: 14pt;
	margin-bottom: 14pt;
}

h2 {
	margin: 0;
	color: #22bbea;
	font-size: 12pt;
	line-height: 14pt;
	margin-bottom: 14pt;
}

p {
	margin-bottom: 14pt;
}

ul, ol {
	margin-bottom: 14pt;
}

a {
	color: #22bbea;
}

a:hover {
	text-decoration: none;
}

input.text {
	width: 280px;
	font-family: Arial, Tahoma;
	font-size: 10pt;
	line-height: 14pt;
	font-size: 10pt;
	border: 1px solid gray;
}

input.submit {
	background-color: #22bbea;
	border: 1px solid #007290;
	margin: 0;
	margin-top: 7pt;
	padding: 4px;
	color: white;
	font-weight: bold;
}

input.submit:hover {
	background-color: #00A2CC;
}

textarea {
	width: 280px;
	font-family: Arial, Tahoma;
	font-size: 10pt;
	line-height: 14pt;
	font-size: 10pt;
	border: 1px solid gray;
}

td.action {
	text-align: right;
}

table.form td {
	padding-right: 0;
}

table.form th {
	padding-right: 4px;
	text-align: right;
	vertical-align: middle;
	color: gray;
}

table.form td.Field {
	vertical-align: top;
	color: gray;
	padding-left: 0;
}

div#header {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 180px;
	padding-top: 28px;
	padding-bottom: 0;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-color: #ededee;
	margin: 0;
}

div#content {
	background-color: #ededee;
	padding-left: 28px;
	padding-right: 28px;
	margin-left: auto;
	margin-right: auto;
	margin: 0;
	
}

div#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	background-color: #ededee;
	/* border: 3px solid #d8d8d8;  */
}

div#footer {
	margin-left: auto;
	margin-right: auto;
	width: 790px;
	height: 90px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	padding-left:10px;
	text-align: left;
	clear: both;
}  

div#realized {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	padding-right: 26px;
	padding-bottom: 20px;
	text-align: right;
	color: #cccccc;
	font-size: 8pt;
}

div#realized a {
	color: #cccccc;
}

div#right {
	width: 220px;
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
	background-color: white;
	padding: 8px;
	margin-top: 28pt;
	font-size: 8pt;
	
}

div#right h2 {
	color: #707173;
	font-size: 10pt;
	margin-bottom: 0;
}

div#right ul {
	margin-left: 0;
}

div#right ul li {
	list-style-type: none;
}

td.tijd {
	width: 70px;
	padding-right: 8px;
}

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

div.images a {
	margin-right: 4px;
}

div.images a img {
	border: 0;
}

div.colofon {
	font-size: 8pt;
}
