html,body{
	margin:0;
	padding:0;
}
body{
	padding-top:132px;/*match height of fixed header*/
	margin-top:-132px;/*match height of fixed header*/
	padding-left:190px;/*match width of fixed sidebar*/
	margin-left:-190px;/*match width of fixed sidebar*/
	font: 11px verdana, helvetica;
	color: #265382;
	text-align: justify;
}

#outer{
	margin-left:190px;/* match width (at least) of fixed sidebar (#left)*/
	max-width: 822px;
	position:relative;
}
#inner{
	padding-top:135px;/* matches height of fixed header to clear the content below it*/
	margin-right:185px/* clear right column*/
}
#header{
	position:fixed;/* for good browsers*/
	top:0;
	left:0;
	width:100%;
	height:135px;/* the height you want the header to be*/
	z-index:999;
}
#headerinner{/* header content goes inside here*/
	text-align:center;
	background:url(images/maatkracht.jpg) no-repeat left top;
	height:135px;/* match height of fixed header*/
	position:relative;
	z-index:999;
	width: 100%;
}
#left{/* Bear in mind that as there is no height then scrollbars won't appear in IE and very small screens will be unable to reach the content of his fixed side - so keep content to a minimum */
	width:190px;
	position:fixed;/* for good browers */
	left:0px;
	top:133px;
	bottom:50px;/* this will enable a vertical scrollbar to appear in good browsers*/
	overflow:auto;/* this will enable a vertical scrollbar to appear in good browsers*/
	background-image: url(images/achtermenu.jpg);
	height: 100%
}
#left ul { 
  margin: 0px 0px 0px -3px;
  list-style-type: none; 
}

#left a {
	font-family: verdana,trebuchet,sans-serif;
 font-size:12px;
 color:#ffffff;
}

#left ul li ul {
	padding:0;
	list-style-type: none;
	margin:0;
	padding-left: 0px;
	}
#left .showsub {
		display: block;
}
#left li {
	line-height: 1.4em;
	font-size: 12pt;
	vertical-align:bottom;
	padding-left:20px;
	padding-top:0px;
	padding-bottom:0px		
	
}
#right{
	width:170px;
	position:relative;
	float:right;
	padding-top:132px;/* match height of header*/
	padding-bottom:1px;
	background-image: url(images/achtergrtabel2.gif);
	background-repeat:no-repeat;
	height:600px;
}
#footer{
	height:1px;
	background:silver;
	border-top:1px solid #000;
	position:fixed;
	bottom:0;left:0;
	z-index:999;
	width:100%;
}
#clearfooter{/* to clear footer*/
	height:3px;
	clear:both;
}


/* ie only styles below */
/* mac hide \*/
* html, * html body{
	overflow:hidden;
	height:100%;
}
* html #left {position:absolute;}
* html #headerinner{margin-right:-133px;voice-family: "\"}\""; voice-family:inherit; }
* html #headerinner{margin-right:15px;}
* html #header{position:absolute;}
* html #outer {height:100%;overflow: auto;
}
* html #inner{height:1%}
* html #footer{
	clear:both;
	margin-top:-1px;
	margin-right:17px;	
	position:relative;
	width:auto;
}
/* end hide */
/*  kopjes */
.kopjes, .kopjes a:link, .kopjes a:active, .kopjes a:visited, .kopjes a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   12px;
 color:       #ffffff;
}
.kopjes a:link    { color:  #ffffff; text-decoration: none;font-weight: bold;}
.kopjes a:visited { color:  #ffffff; text-decoration: none;font-weight: bold;}
.kopjes a:active  { color:  #ffffcc; text-decoration: underline;font-weight: bold;}
.kopjes a:hover   { color:  #ffffcc; text-decoration: underline;font-weight: bold;}

.ziektebeelden a:link    { color:  #6B9FD3; text-decoration: none;font-weight: bold;}
.ziektebeelden a:visited { color:  #6B9FD3; text-decoration: none;font-weight: bold;}
.ziektebeelden a:active  { color:  #6B9FD3; text-decoration: underline;font-weight: bold;}
.ziektebeelden a:hover   { color:  #6B9FD3; text-decoration: underline;font-weight: bold;}

h1 {
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Helvetica;
}
h2 {
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana, Helvetica;
}

.style1 {
	color: #FFFFFF;
	font-size: 12px;
}
#outer #right .tekst {
	text-indent: 30px;
	white-space: normal;
	line-height: 3px;
}

.style2 {
   font-size: 12px
   }
.input {
	font: 11px verdana, helvetica ;
	border: 1px solid #9AAFC5;
	color:#265382;
}.button {
border-style: none;
color: #265382;
font: 11px verdana, helvetica ;
}
A:link    {
	color: #265382;
	text-decoration: underline;
}
A:visited {
	color: #265382;
	text-decoration: underline;
}
A:hover   {
	color: #265382;
	text-decoration: none;
}

A:active {
    color: #6B9FD3;
	text-decoration: none;
}
body, td {
    font: 11px verdana, helvetica;
	color: #265382;
	text-align: justify;
	}
ol {padding-left:30px; line-height:20px;}