/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	padding:0;
	margin:0;
	text-align:center;
	min-width:975px;/* for mozilla*/
	background:url(/images/back.gif) top repeat-x #004641;
	background-color: #004641;
}

h1, h2, h3, h4, h5, p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #166e3a;	
}

th, td {
	font-size: 12px;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

a,
a:link,
a:visited,
a:active {
	color: #ffffff;
}

#outer{
	height:100%;
	min-height:100%;
	width:975px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(/images/bg-1.gif) repeat-y;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:867px;
}
#header{
	position:absolute;
	top:0;
	width: 975px;
	height:102px;
	overflow:hidden;
	color: #000000;
	z-index:100;
}

#top {
	width: 975px;
	height: 76px;
	background:url(/images/top.gif) no-repeat left #FFFFFF;
}

#topmenu {
	margin-top: -12px;
	_margin-top: 0px;
	*margin-top: 0px;	
	width: 975px;
	height: 26px;
	background:url(/images/navbalk.gif) no-repeat left #166E3A; 
}

#left {
	position:relative;/*ie needs this to show float */
	width: 163px;
	float:left;
	padding-top:102px;/*needed to make room for header*/
	padding-bottom:81px;/* needed to make room for footer */
	background:url(/images/left.gif) repeat-y; 	
}

#mid {
	padding-left: 5px;
	float: left;
	width: 693px;
	height: 100%;
}

#content1 {
	padding-top: 10px;
	padding-right: 14px;
	padding-left: 5px;
	float: left;
	width: 447px;
	line-height: 18px;
}

#content2 {
	padding-top: 10px;
	float: left;
	width: 220px;
}

#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:100px;
	height: 375px;
	float:right;
	padding: 3px;
	padding-top:102px;/*needed to make room for header*/
	padding-bottom:81px;/* needed to make room for footer */
	background:url(/images/right.gif) top no-repeat;
	
}

#footer {
	width:975px;
	clear:both;
	height:81px;
	background:url(/images/footer.gif) top no-repeat;
	left:0;
	bottom:0;
	position: absolute;
}
* html #footer {/*only ie gets this style*/
	\height:78px;/* for ie5 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:698px;
	float:right;
	padding-top:122px;
	padding-bottom:81px;/* needed to make room for footer */
}
#centrecontent p {padding-left:3px}

#centrecontent a {color:#000;}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

#hoofdmenu {
	height: 28px;
	padding-top: 0px;
	padding-left: 41px;
}

#hoofdmenu ul li.selected a {
	color:#166E3A;
	background-color: #FFCF3D;
}

#hoofdmenu li {
	display: inline;
	list-style-type: none;
}

#hoofdmenu ul ul, #submenu ul ul {
    display:none;
}

#hoofdmenu a {
	text-decoration: none;
	margin-top: 0px;
	*margin-top: 0px;
	_margin-top: 1px;
	height: 21px;
	color:#F09104;
	font-weight: bold;
	padding-right: 23px;
	padding-left: 22px;	
	padding-top: 5px;
}
#hoofdmenu a:link,
#hoofdmenu a:visited,
#hoofdmenu a:active {
	display: block;
	float: left;
}

#hoofdmenu li a:hover {
	color:#166E3A;
	background-color: #FFCF3D;
}

#submenu ul li.selected {
	font-weight: bold;
}

#submenu {
	text-align:left;
	width: 160px;
}
#submenu ul {
	width: 160px;
	
	margin-left: 5px;
	margin-top: 10px;
	line-height: 23px;
}

#submenu li {
	list-style: none;
}

#submenu a {
	text-decoration: none;
	margin-left: -35px;
	*margin-left: 5px;
	_margin-left: 5px;
}

#submenu a:link,
#submenu a:visited,
#submenu a:active {
}
#submenu a:hover {
	color: #FFCF3D;
}

#submenu ul li ul {
}

#submenu ul li.selected ul {
  _width: 140px;
  display: block;
  margin-left : -20px;
  *margin-left:20px;
_margin-left:15px;
  margin-top: 0px;
}

#submenu ul li.selected ul li {
  font-size : 11px;
  font-weight: normal;
}

#submenu ul li.selected ul li.selected {
  font-weight: bold;
}

