body{
  margin:0;
  padding:0 0 0 270px;
 } 
 div#left-sidebar{
  position:absolute;
  top:0;
  left:0;
  width:170px;
  background:url(../afbeeldingen/navhintergrund.jpg) no-repeat transparent;
	height:100%;
 }	/*navigatie*/
	#left-sidebar table{
		width:100%;
		position:absolute;
		top:98px;
		left:0px;
		list-style-type:none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:0.7em;
		
		font-weight:bold;
		text-align:left;
		}
	#left-sidebar table tr td{
		height:30px;
		
		}
	#left-sidebar table .bruin a{
		color:#c63;
		}	
	#left-sidebar table a,#left table a:visited{
		display:block;
		width:160px;
		background:transparent;
		color:#000;
		text-decoration:none;
		padding-bottom:5px;
		}
#left-sidebar table a:hover{color: #6699FF;}
#left-sidebar table a:active{color: #996600;}
	/*einde navigatie*/	
 @media screen{
  body>div#left-sidebar{
   position:fixed;
  }
 }
 * html body{
  overflow-y:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
