/***************
Kleuren Zeist

#cc0000	rood
#ed950b oranje
#999999 grijs (in lijsten)
#2f2f2f donkergrijs (tekstkleur)
***************/

body {

}

body, td {
	font-family: Arial, Verdana;
	font-size: 12px;
	line-height: 14px;
	color: #000;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #000;
	text-decoration: underline;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	color: #000;
	font-size: 18px;
	line-height: 21px;
	margin: 0;
}

h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

img {
	border: 0;
}

input, select {
	font-family: Arial, Verdana;
	font-size: 11px;
	line-height: 13px;
	color: #000;	
}

table {
	width: 100%;
}

th {
	text-align: left;
	font-weight: bold;
	color: #000;
	height: 23px;
}

th, td {
	padding: 0 0 0 12px;
}

/*****************************
Layout divjes
******************************/

/* De hoofd div waarin de hele site zit */
#mainContainer {
	width: 100%;
}

#top, #header, #menu, #contentFooter {
	display: none;
}


/* In de div "middle" zitten "menu" en "content" */
#middle {
	width: 100%;
}

#content {
	width: 100%;
}

/* linkjes naar informatieteksten */
#accentContainer {
	border: 1px solid #000;
	border-left: none;
	border-right: none;
	padding: 12px;
	margin: 36px 0 12px 0;
}

/*****************************
Content
******************************/

/* de grote knoppen op de homepage */
#content .mainButton {
	float: left;
	margin: 0 0 10px 0;
}

/* een aantal stylen voor tabellen */
.tableList td, 
.tableInfo .tr0 td {
	border-bottom: 1px solid #000;
}

.tableList th {
	height: 23px;
}

.tableList td {
	padding: 4px 4px 4px 12px;
}

.tableList th {
	font-weight: bold;
}

.tableList a, .tableList a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

/* wisselende achtergrondkleur */
.tr0 {
	
}

.tr1 {
	
}

.trMouseOver {
	
}

.trMouseOver td, .trMouseOver td a {
	
}

/* tabellen met teksten */
.trContent td {
	padding-top: 18px;
}

.tableInfo .tr0 td {
	vertical-align: top;
	padding: 5px 0 5px 12px;
}

.tableInfo .tr0 b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* plaatje in content */
.imgContent {
	margin: 0 0 0 5px;
}