/****************************/
/*    CSS file WBN.nl       */
/*    Author: Peter Goes    */
/****************************/

/****************************/
/*    
/*    Body
/*
/****************************/
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	font-size: 10pt;
	margin-top: 0px;
	color: #1c5ba2;
	overflow: scroll;
	}
	
a	{
	color: #1c5ba2;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
	
/****************************/
/*    
/*    Div's
/*
/****************************/
#container	{
	width: 756px;
	height: 100%;
	margin:0px auto;
	text-align:left;
	background-color: #e6ffea;
	z-index: 2;
	}
	
#header h1{
	display: none;
	}
#header	{
	width: 756px;
	height: 188px;
	background-image: url(../images/header.jpg);
	background-repeat:no-repeat;
	position: fixed;
	z-index: 20;
	}
	
#breadcrumb {
	width: 756px;
	height: 20px;
	background-color: #c9ffd2;
	top: 188px;
	position: fixed;
	z-index: 19;
	padding-top: 5px;
	padding-left: 2px;
	}

#navigatie {
	width: 145px;
	height: 100%;
	background-color: #1c5ba2;
	float: left;
	top: 213px;
	position: fixed;
	z-index: 3;
	}

#main	{
	width: 611px;
	top: 213px;
	margin-left: 145px;
	background-color: #e6ffea;
	position: absolute;
	float: right;
	z-index: 2;
	}

#content	{
	width: 609px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-top: 0px;
	margin-top: 0px;
	
	}
	
#footer	{
	width: 100%;
	height: 14px;
	background-color: #c9ffd2;
	text-align: center;
	bottom: 0px;
	left: 0px;
	position: fixed;
	z-index: 25;
	}
	
#image	{
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	}

#left {
	width: 100%;
	height: 213px;
	background-image: url(../images/left.jpg);
	background-repeat: repeat-x;
	position: absolute;
	right: 51%;
	top: 0px;
	float: left;
	z-index: 4;
	position: fixed;
	}

#right {
	width: 100%;
	height: 213px;
	background-image: url(../images/right.jpg);
	background-repeat: repeat-x;
	position: absolute;
	left: 51%;
	top: 0px;
	float: right;
	z-index: 4;
	position: fixed;
	}

#background{
	width: 756px;
	height: 100%;
	margin:0px auto;
	background-color: #e6ffea;
 	z-index: 1;
	left: 50%;
	margin-left: -378px;
	position: fixed;
	}

/****************************/
/*    
/*    Classes
/*
/****************************/
.breadcrumb {
	font-size: 11px;
	font-weight: bold;
	}
	
.navigatie {
	font-size: 11px;
/*	font-weight: bold; */
	color: #FFFFFF;
	}
	
.footer{
	font-size: 10px;
	}


/****************************/
/*    
/*    Menu
/*
/****************************/
#menu {
	width: 140px;
	background-color: #1c5ba2;
	z-index: 22;
	margin-left: 5px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a {
	font-size: 10px;
	font-weight: normal;
	display: block;
	border-width: 0px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
	font-size: 11px;
	color: #fff;
	background: #1c5ba2;
	/*	text-transform: uppercase; */
	display: block;
	margin: 0;
	padding: 2px 3px;
}

#menu a {
	color: #e6ffea;
	background: #1c5ba2;
	text-decoration: none;
}

#menu a:hover {
	color: #e6ffea;
	background: #5584b9;
}
/*
#menu li {
	position: relative;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
	{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
	{display: block;}
/*
/* tree menu */
.treeview a{
  color: #000000;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 10px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../images/closed.gif) no-repeat left 3px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
padding-left: 20px;
}