/*
CSS standard tag styles
form, table, fieldset
*/

BODY {
	behavior: url(../hover.htc);	
	text-align: center;
	background-attachment:fixed;
	background-color:#EBFFEB;
/*	background-image:url(../images/achtergrond.jpg); */
	background-repeat:repeat-x;
	margin:20px 0 0;
}

A {
	text-decoration:none;
}

A:visited {
	text-decoration:none;
	color:blue;
}

A:hover {
	text-decoration:underline;
}

UL LI A:hover {
	text-decoration:none;
}

div#container {
	width:980px;
	margin:0 auto; 
	text-align:left;
}

#header {
	text-align:center;
	width:980px;
	height:393px;
}
 
#middle {
	
	margin:0px;
	width:980px;
}

div#middle div#left {
	float:left;
	position:relative;
	display:inline;
	height:100%;
	width:200px;
}

div#middle div#content {
	float:right;
	width:780px;
	position:relative;
	display:inline;
}

div#footer {
	clear:both;
	text-align:center;
	width:980px; /* was 950px */
	height:60px;
	margin-left:20px;
}
div#footer #bottom {
	background-color:#006837;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	height:40px;
	padding-left:20px;
	position:relative;
	text-align:left;
}

div#footer1 #bottom {
	background-color:#006837;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	height:30px;
	padding-left:0px;
	position:relative;
	text-align:left;
	width:980px;
}

div#menu2
{

}

* html #left {margin-right:-3px;}/* 3 pixel jog*/
* html #right {margin-left:-3px;}/* 3 pixel jog*/
* html #content {overflow:hidden;float:left;width:100%}
* html #middle {height:1%;}

div#container {
	background-color:#EBFFEB;
	border:0px solid #000000; /* DIT WAS 2 PIXELS!~!! AANGEPAST DOOR PETER OP VERZOEK VAN ANNEKE*/
}

div#header div#top {
	background-color:#006837;
	border-bottom:1px solid #000000;
	height:48px;
	padding-left:20px;
	position:relative;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:30px;
	font-weight:bold;
	line-height:48px;	
	text-align:left;
}

div#header #logo {
	height:	300px;
}

div#header div#bottom {
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:25px;
	font-weight:bold;
	line-height:38px;
	height:38px;
	text-align:left;	
}

div#header #bottom {
	background-color:#006837;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	height:40px;
	padding-left:20px;
	position:relative;
	text-align:left;
}

#textdiv {
	margin: 10px;
}


UL {
	margin:0px;
	padding:0px;
	_margin-top:20px;
	list-style-type:none;
	margin-left:20px;
}

UL A, UL a:visited {
	color:#330000;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;	
}

UL LI {
	line-height:5px;
}

UL LI.unchecked {
	list-style-type:none;
	line-height:5px;
}

UL LI.checked {
	list-style-image:url(../images/arrow.gif);
	line-height:5px;
}

UL LI.unchecked:hover {
	list-style-image:url(../images/arrow.gif);
	line-height:5px;
}

INPUT {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 1px;
	padding: 1px;
	border: 1px solid #000000;
}

