
body {
  margin: 0;
  font-family: Verdana;
  font-size:  70%;
}

input, textarea {
  font-family: Verdana;
  font-size: 1em;
}

body.cms_page {
  background-color: #eeeeee;
  background-image: url(../images/background_pattern.jpg);
  background-repeat: repeat;
}

/************* SITE STRUCTURE ****************/

#wrapper {
  position: relative;
  max-width: 70em;
  *width: 70em;
  min-width: 780px;

  margin: 0 auto;
  background-color: white;
  border-width: 0px 2px;
  border-style: solid;
  border-color: #dddddd;
}

#header {
	max-width: 70em;
	min-width: 780px;
  *width: 70em;

  height: 170px;
  background-color: #ff9900;
}

#headerbackground {
	max-width: 70em;
	*width: 70em;
	min-width: 780px;
	height: 190px;
	background-image: url(../images/bovenbalk.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 2;	
}

#navbackgroundtop {
  position: absolute;
  height: 14px;
  width: 100%;
  top:0px;
  border-top: 1px solid #868686;
  border-bottom: 1px solid #868686;
  background-color: #cccccc;
  /* anders resizet IE hem toch met de text */
  font-size: 0.1em;
}

#navbackgroundbottom {
  position: absolute;
  height: 1.4em;
  width: 100%;
  top:162px;
  border-top: 1px solid #868686;
  background-color: #cccccc;

}

#nav {
	z-index: 3;
}

#content {
  max-width: 70em;
	*width: 70em;
	min-width: 780px;
  padding-top: 2.5em;
}

.photo{
	margin: 2px 0;
}

.right{
	float: right;
	margin-left: 4px; 
}

.left{
	float: left;
	margin-right: 4px; 
}
/*************** FONT STYLES ***************/
p{
	margin: 0;
}

h1 {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #dddddd;
	padding-top: 2px;
	padding-bottom: 2px;
}

h1, h2, h3 {
	color: #666666;

}

h1 {
	font-size: 1.5em;
}

h2 {
	font-style: italic;
	font-size: 1.3em;
}

h3 {
	font-style: italic;
	font-size: 1.1em;
}

a, a:visited, a:active {
	color: #63819F;
	text-decoration: underline;	
}

a:hover {
	background-color: #FFF3DF;
	color: #FE9900;
}

/*************** MAIN HTML ELEMENTS ******************/

img {
	padding: 2px;
	border: 2px solid #dddddd;
}

/* TABLES */

/*
Coffee with milk
Table design by Roger Johansson, 456 Berea Street
www.456bereastreet.com
================================================*/

table.fancy {
	border-collapse: separate;
	
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	border:1px solid #523A0B;
	border-width: 0 1px 1px 1px ;
}
* html table.fancy {
	border-collapse: collapse;

}
	

table.fancy thead th,
table.fancy thead td,
table.fancy tfoot th,
table.fancy tfoot td {
		border:1px solid #523A0B;
		border-width: 1px 0 ;
	}
table.fancy thead tr,
table.fancy tfoot tr {
		border:1px solid #523A0B;
		border-width:0 1px;
	}
table.fancy th {
	font-weight:bold;
	line-height:normal;
	padding:0.5em 0.5em;
	text-align:left;
	background: url(../images/gradient.jpg) repeat-x;
	}
table.fancy tbody th,
table.fancy td {
	padding:0.25em 0.5em;
	text-align:left;
	vertical-align:top;
	}
table.fancy tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
table.fancy tbody th a:link,
table.fancy tbody th a:visited {
	font-weight:bold;
	}
table.fancy tbody td,
table.fancy tbody th {
	border:1px solid #EBE5D9;
	border-width: 0 0 1px 0;
	}
table.fancy tbody tr.oddrow th,
table.fancy tbody tr.oddrow td {
	border-color:#EBE5D9;
	background:#F7F7F7;
	}
table.fancy tbody tr.ruler td,
table.fancy tbody tr.ruler th {
	background:#FFF3DF;
	}
table.fancy caption {
	font-family:Georgia,Times,serif;
	font-weight:normal;
	font-size:1.4em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
}



/****************** CSS fixes *************/

p#endofcontent {
  clear: both;
  height: 3em;
}

html
{
height: 100%;
}

body
{
height: 100%;
}

#wrapper
{
  min-height: 100%;
}

* html #wrapper
{
height: 100%;
}

#footer
{
  max-width: 70em;
  *width: 70em;
  min-width: 780px;
  height: 2em;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #868686;
  *padding-top: 4px;
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -4em;
  *margin-top: -3em;
}

#footer p {
  margin-top: 4px;
  margin-right: 1em;
}

/**************** PAGE LAYOUTS *************/

div.simplebox {
	padding-left: 1em;
	padding-right: 1em;
  	margin-top: 1.5em;
}

#columns_top {
  margin-top: 1.5em;
  padding-right: 2%;
  padding-left: 2%;
}

#leftcol {
  float: left;
  max-width: 46%;
  *width: 46%;
  padding-left: 2%;
}

#rightcol {
  float: left;
  max-width: 46%;
  *width: 46%;
  padding-right: 2%;
  padding-left: 3%;
}

/***************** MODULES ***************/
div.newsbox {
	border-left: 2px dotted #dddddd;
	padding-left: 1em;
	padding-bottom: 0.5em;
	margin: 1.5em 0;
	}
	
	div.faqs {
		padding-left: 1em;
		padding-right: 1em;
  		margin-top: 1.5em;
	}
	
	div.faqs p {
	margin-bottom: 1em;
	}
	
/* bulletinboard */
ul#bulletinboard_list, ul#bulletinboard_preview {
	clear: both;
	margin: 0;
}
ul#bulletinboard_list {
	padding: 0;
}
ul#bulletinboard_preview {
	padding: 1em 0 0 0;
}
ul#bulletinboard_preview {
	clear: both;
}
ul#bulletinboard_preview li.bulletinboard_message  {
	background-color: #FFDA9F;
}

li.bulletinboard_message {
	margin: 0;
	padding: 1em;
	display: block;
	
	background-color: #dddddd;
	margin-bottom: 1em;
	margin-left: 0;
}
form#bulletinboard_message {
	float: left;
}
div#bulletinboard_buttons {
	float: left;
}
form#bulletinboard_message input, form#bulletinboard_message textarea {
	width: 20em;
}
