* {
	margin: 0px;
}

html {
	height: 100%;
}

body {
	height: 100%;
	padding-top: 0px;
	background: #CCCCCC;
}

#container {
	width: 800px;
	height: auto !important;
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; 
	position: relative;
	margin: 0px auto;
	border-left: 2px solid #008A4B;
	border-right: 2px solid #008A4B;
	text-align: left;
	font-family:14px/18px Verdana, Arial, Hervetica;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	text-decoration: none;
}

#header {
	height:120px;
	background-image: url(../images/bg_header_800x120.jpg);
	background-repeat:no-repeat;
	background-color: #dddddd;
}

#headerunderline {
	margin-left: 350px;
	border-bottom: 2px solid #008A4B;
}

.clear {
	clear: both;
}
/*------- MENU --------------------------------------------------- */

#menu {
	float:	left;
	width: 150px;
	margin-bottom: 50px;
	margin-top: 20px;
	border-top: 2px solid #008A4B;
	border-right: 2px solid #008A4B;
	border-bottom: 2px solid #008A4B;
	background: #9FC195;
}

#menu ul {
	width: 130px;
	height: auto;
	padding-left: 0px;
	margin: 10px;
	list-style-type: none;
	border-top: 1px solid #008A4B;
}

#menu li{
	width: 128px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	list-style-type: none;
	border-left: 1px solid #008A4B;
	border-right: 1px solid #008A4B;
	border-bottom: 1px solid #008A4B;
	background: #ffff33;
}

#menu li a {
	padding-left: 10px;
	display: block;
	font-family: Verdana, Arial, Hervetica;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	color: #000000;
	background: #0095D5;
}

#menu li a:hover {
	color: #333333;
	background: #99ff00;
}

.menuactief {
	padding-left: 10px;
	display: block;
	font-family: Verdana, Arial, Hervetica;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;	
	color: #333333;
	background: #99ff00;
}

/*------- CONTENT --------------------------------------------------- */

#content {
	float: right;
	width: 600px;
	height: auto;
	margin-top: 20px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 40px;
	background: #ffffff;
}

#content h1 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.4em;
	font-weight: bold;
	color: #0095D5;
}

#content h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
/*	color: #555555;*/
}

#content h3 {
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 1.0em;
	font-weight: bold;
}

#content h4 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.0em;
	font-style:italic;
	font-weight: normal;
}

#content p {
	padding-top: 0px;
	padding-bottom: 10px;
}

#content hr {
	height: 1px;
	border: none;
	border-top: 1px solid #0095D5;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ffffff;
}

#content a {
	text-decoration: none;
	color: #0095D5;
}

#content a:hover {
	text-decoration: underline;
	color: #FF9933;
}

.toppagetext {
	display: blok;
	text-decoration: none;
	border-bottom: 1px solid #0095D5;
}

.rightdate {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 0.8em;
	font-style:italic;
	font-weight: normal;	
}

.newstext {
	display: blok;
	text-decoration: none;
	border-bottom: 1px solid #0054A6;	
}

/*------- FOOTER --------------------------------------------------- */

#footer {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0px;
	background-color: #008A4B;
}
#footertext{
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Hervetica;
	font-weight: bold;
	font-size: 0.8em;
	color: #ffffff;
}

/*------- IMAGES --------------------------------------------------- */
a img {
	border: none;
}

img.logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

IMG.leftframe {
	display: block;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid #008A4B;
}

IMG.top {
	display: block;
	margin-left: auto;
	margin-right: auto 
}

IMG.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;	
}

IMG.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

IMG.centre {
	display: block;
	margin-left: auto;
	margin-right: auto 
}


