body {
	padding:0px;
	margin:0px;
	height:100%;
}

body, td
{
	font-family:arial, verdana;
	font-size:11px;
	color:black;
	line-height:17px;
}

#container {
	background:white url("../images/bg_2.jpg") top left repeat-y;
	width:1080px;
	min-height:100%;
}

* html #container {
	height:100%;
}

#header {
	background:url("../images/logo.jpg") top left no-repeat;
	width:1010px;
	height:99px;
}

#columnLeft {
	float:left;
	width:293px;
}

#imageLeft {
	width:257px;
	height:170px;
}

ul#menuLeft {
	font-size:12px;
	text-transform:uppercase;
	background-color:#e5e5e5;
	list-style-type:none;
	width:213px;
	padding:0px;
	margin:0px;
	padding-top:30px;
	padding-bottom:100px;
	display:inline;
	float:left;
	margin-left:44px;
}


#columnRight ul, #columnMiddle ul {
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#columnRight ul li, #columnMiddle ul li {
	background:url("../images/bullet.jpg") 0px 5px no-repeat;
	padding:0px;
	margin:0px;
	padding-left:20px;
}


ul#menuLeft li {
	border-bottom:1px solid white;
	font-weight:bold;
	color:#006566;
}

ul#menuLeft li a {
	color:#006566;
	text-decoration:none;
	padding:4px 0px 4px 0px;
	display:block;
	padding-left:30px;
}

* html ul#menuLeft li a {
	padding-left:20px;
}

ul#menuLeft li ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

ul#menuLeft li ul li {
	border:none;
	text-transform:none;
	padding:0px;
	margin:0px;
}

ul#menuLeft li ul li {
	_display:block;
	_width:162px;
	_height:20px;
}


ul#menuLeft li ul li a {
	display:block;
	color:#006566;
	padding:0px;
	margin:0px;
	padding-left:15px;
	margin-left:50px;
	height:20px;
	border:none;
	white-space:nowrap;
	background:url("../images/bullet.jpg") 0px 5px no-repeat;
}

ul#menuLeft li ul li a:hover {
	background-color:#006566;
	color:#FFFFFF;
	border:none;
}

ul#menuLeft li a:hover {
	color:#FFFFFF;
	background-color:#006566;
	text-decoration:none;
}

ul#menuLeft li ul li ul {
	position:absolute;
	left:200px;
	width:200px;
	border:none;

	background-color:#006566;
	margin-top:-20px;
	display:none;
}


ul#menuLeft li ul li ul li a {
	color:white;
	margin:0px;
	border:none;
	padding:2px 2px;
	width:200px;
	}
	
ul#menuLeft li ul li ul li a:hover {
	border:none;
}
	
	
#columnMiddle {
	float:left;
	width:475px;
	_width:478px;
}

h1 {
	font-size:19px;
	color:#006566;
}

#columnRight {
	float:left;
	margin-left:25px;
	border-left:1px solid #006566;
	padding-left:25px;
	width:170px;
}

ul#menuHeader {
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	list-style-type:none;
	float:right;
	margin-top:10px;
	margin-right:40px;
}

* html ul#menuHeader {
	margin-top:0px;
}

ul#menuHeader li {
	float:left;
	font-weight:bold;
	border-right:1px solid #006566;
	color:#006566;
}

ul#menuHeader li a {
	color:#006566;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
}


* html ul#menuHeader li a {
	padding-top:7px;
	height:20px;
}

ul#menuHeader li a:hover {
	border-top:10px solid #006566;
}

* html ul#menuHeader li a:hover {
	border-top:7px solid #006566;
	height:20px;
	padding-top:0px;
}

#header .zoek {
	float:right;
	margin-right:20px;
	display:inline;
	margin-top:8px;
}

#header .zoek input {
	border:1px solid #006566;
	font-size:11px;
	margin:0px;
	padding:2px;
}

* html #header .zoek input {
	height:21px;
	padding:0px;
}

* html #header .zoek {
	margin-top:2px;
}

.special_button {
	background:url("../images/zoek_knop.jpg") 0px 50% no-repeat;
	height:20px;
	width:21px;
	border:none;
	border:1px solid white;
}

a
{
	color: #006566;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.req
{
	font-size:13px;
	font-weight:bold;
	
	color:#006567;
}

.text
{
	border:1px solid black;
	
	width:250px;
}

.button
{
	font-size:13px;
	font-weight:bold;
	
	background:#E5E5E5;
	border:1px solid black;
	
	width:123px;
}

textarea
{
	border:1px solid black;
	
	width:250px;
	height:100px;
}

select
{
	width:250px;
}

hr{
	background:none;
	border:0px;
	border-bottom: 2px dashed #006566;
}

