body {
	background-color: #5B99D2;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.blue_page {
	position: relative;
	background-image: url(../images/background_blue.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.green_page {
	position: relative;
	background-image: url(../images/background_green.gif);
	background-repeat: repeat-y;
	background-position: center;
}

div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
	color: #333333;
  line-height: 17px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

td {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
	color: #333333;
  line-height: 17px;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.navigation {
	background-color: #005A1B;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left: solid;
	border-left-width: 1px;
	border-color: #FFFFFF;
	width: 127px;
}

#navigation_active {
	background-image: url(../images/nav_active.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.undernav_blue {
	background-image: url(../images/undernav_blue.gif);
	background-repeat: no-repeat;
}

.undernav_green {
	background-image: url(../images/undernav_green.gif);
	background-repeat: no-repeat;
}

.subnavigation {
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 15px;
	color: #89BD3B;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;

}

.indexLeftColumn {
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	height: 370px;
	overflow: auto;
	xscrollbar-3dlight-color: #E4F5FF;  
	scrollbar-arrow-color: #9DCB59;  
	scrollbar-base-color: #9DCB59;  
	scrollbar-darkshadow-color: #E4F5FF;  
	scrollbar-face-color: #FFFFFF;  
	xscrollbar-highlight-color: #9DCB59;  
	scrollbar-shadow-color: #9DCB59;
	scrollbar-track-color: #FFFFFF;

}

.pictures {
	margin: 0px;
	padding: 0px;
}

#menu {
	background: #DAEDBF;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.inleiding {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	padding-left: 30px;
	padding-right: 20px;
	text-align: justify;
}

.content {
	font-size: 10px;
	color: #333333;
	line-height: 18px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 15px;
	text-align: justify;
	width:430px;
}

a:visited, a:link {
	color: #5A99D2;  
	text-decoration: none; 
}

a:hover, a:active {
	color: #5A99D2;
	text-decoration: underline;
}

a.blue:visited, a.blue:link {
	color: #5A99D2;  
	text-decoration: none; 
}

a.blue:hover, a.blue:active {
	color: #5A99D2;
	text-decoration: underline;
}

a.green:visited, a.green:link {
	color: #89BD3B;  
	text-decoration: none; 
}

a.green:hover, a.green:active {
	color: #89BD3B;
	text-decoration: underline;
}

a.white:visited, a.white:link {
	color: #FFFFFF;  
	text-decoration: none; 
}

a.white:hover, a.white:active {
	color: #FFFFFF;
	text-decoration: underline;
}

h1{
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
}

h2{
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #5A99D2;
}

h3{
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	color: #5A99D2;
}

/* MENU */
.closedSubMenu{
	display:block;
}

/*Uitklap bij menu van projecten*/
.menuItem {position:relative; width:129px; height:0px;}
.projectNaam {width:120px; color:#89BD3B; cursor:pointer; margin-bottom: 15px; font-size: 10px;}
.submenu {position:absolute; width:180px; z-index:1; left: 115px; top: 0px; visibility: hidden; background-image: url(../images/bg_submenu.gif); background-repeat: no-repeat;z-index:100;}

.submenuContent ul {list-style: none; margin: 0px 0px 0px 25px; padding: 5px; font-weight: normal; background-color: #FFF; color:#5b99d2; border: 1px solid #5b99d2}
.submenuContent li {margin-left: 0px; padding-left: 12px; background-image: url(../images/sub_back_blue.gif); background-repeat: no-repeat;}
.submenuContent li a {color:#5b99d2}
