html, body {

	width: 100%;
	
		/*new*/
	font-size: 12px;
	font-family: arial,helvetica;
	color: #000000;
	background-color: #FFFFFF;
	padding: 5px;
}

#achtergrond {
	background-image: url(/images/achtergrond.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 768px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;

}

#home_button {
	margin-left: 10px;
	width: 350px;
	height: 150px;
	position: absolute;
	top: 10px;
	cursor: pointer;
}

#twitter {
	position: relative;
	top: 70px;
	left: 805px;
	margin-bottom: -33px;
}

#buttons {
	width: 600px;
	height: 100px;
	position: relative;
	top: 119px;
	left: 415px;
}

#content {
	width: 920px;
	height: 430px;
	position: relative;
	top: 90px;
	left: 50px;
	clear: both;
}

#tekst {
	width: 470px;
	height: 400px;
	float: left;
	overflow-y: auto;
	overflow-x: none;
}

#tekst_alg {
	width: 920px;
	height: 400px;
	float: left;
	overflow-y: auto;
	overflow-x: none;
}

#folders {
	text-align: center;
	
}

#buttons_nieuws {
	text-align: center;
	
}


#nieuws_images
{
	height: 300px;
	width: 240px;
	float: left;
	margin-top: 10px;
}

#nieuws_items
{
	height: auto;
	width: 650px;
	float: right;
}

.hoofd_image
{
	max-width: 240px;
	width: 240px;
	height: auto;
}

#landkaart {
	width: 400px;
	height: 400px;
	float: right;
}

#adresgegevens {
	width: 400px;
	height: 400px;
	float: right;
}

#map_canvas {
	width: 400px;
	height: 400px;
	float: right;
}

#map_details { 
	float: right;
	width: 400px;
	color: #033266;
	font-weight: bold;
}

#deelnemers {
	width: 400px;
	height: 400px;
	float: right;
}

#folder {
	position: relative;
	top: 118px;
	left: 32px;
	width: 0%;	
	z-index: 4;
	float: left;
}

#folder img {	
	position: absolute;
	top: 0px;
	left: 480px;
	z-index: 4;
	float: right;
}

#abbo {
	top: 150px;
	position: relative;
	width: 0%;
	left: 330px;
	z-index: 4;
	float: left;
}

#aktie {
	position: relative;
	top: 250x;
	left: 700px;
	height: 100px;
	width: 300px;
	z-index: 4;
	cursor: pointer;
}


#krant {
	position: relative;
	top: -40px;
	left: 50px;
	z-index: 5;
	height: 264px;
	width: 193px;
	margin-top: -50px;
}

#krant img {
	height: 100%;
	width: 100%;
}

img {
	border: 0;
}

.hiddenDiv {display:none;}

.button {
	color:white;
	font-size: 12px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
	border-top:2px solid #FF7979;
	border-right:2px solid #CC0000;
	border-left:2px solid #FF3F3F;
	border-bottom:2px solid #7F0000;
	background-position: 100% 100%;
	background-repeat: no;
	background-color: #BB0000;
	padding:0px;
	margin:0px;
}

A {
	color: #033266;
	font-weight: bold;
	text-decoration:none;
	font-style:italic;
}

form#contact {
	padding: 0px;
}

form#contact legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

form#contact  ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

form#contact ol li {
	padding-bottom: 1em;
}

form#contact ol li label {
	display: block;
}

form#contact ol li textarea {
}

form#contact label {
	font-weight: bold;
}


.groot,h3 {
	font-size:20px;
	margin:0px;
	color: #033266;
	font-weight: bold;
	text-decoration:none;
	font-style:italic;
}

#ticker {
    position: relative;
    top: -35px; 
    left: 0px;
    width: 100%;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
}

table#news_table {
	width: 100%;
}

table#news_table td.title {
	cursor: pointer;
	font-size:16px;
	margin:0px;
	color: #033266;
	font-weight: bold;
	text-decoration:none;
	font-style:italic;  
    width: 400px;
}

table#news_table td.date {
	font-size:14px;
	margin:0px;
	font-style: italic;
	text-decoration:none;
	width: 200px;
	text-align: right;
}

ul.error_list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  color: red;
  font-weight: bold;
}

#buttons_folders {
  text-align: center;
}

