html {
	height: 100%; 
	max-height: 100%; 
	padding: 0; 
	margin: 0; 
	border: 0;
	font-size: 14px; 
	font-family: arial, sans-serif;
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */  }

body {
	height: 100%; 
	max-height: 100%; 
	overflow: hidden; 
	padding: 0; 
	margin: 0; 
	border: 0; }

#left {
	display: block; 
	overflow: auto; 
	position: absolute; 
	z-index: 1; 
	top: 60px; 
	bottom: 60px; 
	width: 210px; 
	margin-left: -505px; 
	left: 50%;
	background: #fff;
	border-left: 0px solid #000;
	border-right: 0px solid #00633a; }

* html #left {
	top: 0; 
	bottom: 0; 
	height: 100%;
	width: 210px;
	border-top: 60px solid #fff; 
	border-bottom: 60px solid #fff; }


#pagetitle {
	position: absolute;
	margin-left: -295px; 
	left: 50%; 
	top: 60px; 
	width: 780px; 
	height: 30px;
	z-index: 3;
	padding: 10px;
	font-size: 20px; 
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #cc0a21;
	text-align: center;
	border: 0px solid #000;
	background: #fff; }

* html #pagettitle {
	top: 0;
	width: 780px;
	height: 30px; }

#content {
	display: block; 
	overflow: auto; 
	position: absolute; 
	z-index: 1; 
	top: 110px; 
	bottom: 60px; 
	width: 780px; 
	margin-left: -295px; 
	left: 50%;
	padding: 10px;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	background: #fff; }

* html #content {
	top: 0px; 
	bottom: 0px; 
	height: 100%;
	width: 780px;
	border-top: 110px solid #fff; 
	border-bottom: 60px solid #fff; }

#head {
	position: absolute; 
	margin-left: -500px; 
	left: 50%; 
	top: 0; 
	width: 2000px; 
	height: 60px; 
	background-image: url('images/logo-boven.gif'); 
	z-index: 2;
	border: 0px solid #000; }

* html #head {
	top: 2px;
	width: 2000px;
	height: 60px; }

#foot {
	text-align: right;
	position: absolute; 
	margin-left: -1520px; 
	left: 50%; 
	bottom: 0; 
	width: 4200px;
	height: 60px; 
	background-image: url('images/logo-onder.gif');
	z-index: 2; 
	border: 0px solid #000; }

* html #foot {
	bottom: 2px;
	width: 4200px;
	height: 60px; }

table {
	font-family: arial;
	font-size: 14px;
	font-weight: normal; }

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	margin-bottom: 5px; }

h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0px; }

h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	margin: 0px; }

h4 {
	font-size: 14px;
	font-weight: normal;
	font-style: italic; 
	margin: 0px; }
	
h5 {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	margin: 0px; }
	
h6 {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin: 0px; }

p {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	line-height: 16px;
	margin-top: 0px; }
    
#content p {
	padding: 0px;
	text-align:justify;}
	
#ticker {
	width: 400;
	height: 100;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);
	-moz-opacity: 0.8;
	}

.ticker {	
	font-size: 15px;
	}
	
.boldhead {
	font-size:1.5em; 
	font-weight:bold; }

.bold {font-weight:bold;}

.left {float:left; margin:10px; border:1px solid #000;}

.right {float:right; margin:10px; border:1px solid #000;}

.lefttext {float:left; width: 300px; text-align:justify;}

.righttext {float:right; width: 300px; margin-left: 30px; text-align: center;}

* html .lefttext {float:left; width: 300px; text-align:justify;}

* html .righttext {float:right; width: 300px; text-align:justify;}
    
a {
	font-size: 14px;
	color: #00633a;
	text-decoration: underline; }
	
a:hover {
	font-size: 14px;
	color: #00633a;
	text-decoration: none; }
	
a.nounderline {
	font-size: 14px;
	color: #00633a;
	text-decoration: none; }
	
a.nounderline: hover {
	font-size: 14px;
	color: #00633a;
	text-decoration: none; }	
	
a.large {
	font-size: 20px;
	color: #00633a;
	text-decoration: underline; }
	
a.large:hover {
	font-size: 20px;
	color: #00633a;
	text-decoration: none; }
	
ul {
	font-size: 14px;
	line-height: 16px;
	}
	
li {
	line-height: 16px; }
	
.bottom {
	margin-bottom: -5px; }
	
.image {
	border-style: solid;
	border-width: 1px;
	border-color: #00633a;
	margin: 0px 20px 0px 20px; }
	
.imagenomargin {
	border-style: solid;
	border-width: 1px;
	border-color: #00633a;
	margin: 0px; }

.imagecenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #00633a;
	margin: 0px; }

.imageright {
	float: right;
	border-style: solid;
	border-width: 1px;
	border-color: #00633a;
	margin: 10px 10px 0px 20px; }
	
.imageleft {
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: #00633a;
	margin: 10px 20px 0px 10px; }
	
/*webpics opmaak */
p.desc {
		font-family: arial;
		font-size: 14px;
		color: #000000;
		text-align: center; }
	
td.desc {
		font-family: arial;
		font-size: 14px;
		color: #000000;
		text-align: center; }

.caption {
		width: 600px;
		font-family: arial;
		font-size: 14px;
		color: #000000;
		vertical-align: bottom;
		text-align: left; }

p.caption {
		width: 600px;
		font-family: arial;
		font-size: 14px;
		color: #000000;
		text-align: left; }
	
p.nav {
		font-family: arial;
		font-size: 14px;
		color: #000000;
		text-align: center; }
	
td.thumbnail {
		font-family: arial;
		font-size: 14px;
		color: #000000;
		vertical-align: bottom;
		text-align: center; }
	
td.caption {
		font-family: arial;
		font-size: 14px;
		color: #000000;
		vertical-align: bottom; 
		text-align: justify;
		padding-right: 20px;}

span.disabled {
		font-size: medium;
		color: #cccccc; }
