a {
	padding: 3px 5px;
	text-decoration: none;
	color: #006;
	border: 0;
}
a:hover {
	color: #FFE;
}

body {
	
	font-family: "Trebuchet MS", Georgia, serif;
	color: #006;  
	margin: 0;

}

#content
  {
    padding:0px 0px 70px 20px;
    margin-left: 230px;
    width: 740px;
    font-size: 14px;
	background-image: url(../images/bg.jpg);
	background-position: -50px 200px;
	background-repeat: repeat-y;
  }
#header {
	height: 200px;	
	background-image: url(../images/Header.png);
	background-position: center;
	background-repeat: no-repeat;
}
#header h1 {
	display: none;
}

#nav
  {
   
    height:expression(document.body.clientHeight-94+'px');
    left:0;
    position:absolute;
    top:200px;
    width:200px;
  }

#nav li{
	list-style: none;
}

#nav li a{
	display: block;
	text-indent: -5000px;
	height: 30px;
	width: 190px;
}

#nav li a#lnk_home{
	background: url(../images/menu/home.GIF) no-repeat;
}
#nav li a#lnk_home:hover{
	background: url(../images/menu/home_actief.GIF) no-repeat;
}
#nav li a#lnk_winkel{
	background: url(../images/menu/winkel.GIF) no-repeat;
}
#nav li a#lnk_winkel:hover{
	background: url(../images/menu/winkel_actief.GIF) no-repeat;
}
#nav li a#lnk_sporten{
	background: url(../images/menu/sporten.GIF) no-repeat;
}
#nav li a#lnk_sporten:hover{
	background: url(../images/menu/sporten_actief.GIF) no-repeat;
}
#nav li a#lnk_service{
	background: url(../images/menu/services.GIF) no-repeat;
}
#nav li a#lnk_service:hover{
	background: url(../images/menu/services_actief.GIF) no-repeat;
}
#nav li a#lnk_werkwijze{
	background: url(../images/menu/werkwijze_loopschoenen.GIF) no-repeat;
}
#nav li a#lnk_werkwijze:hover{
	background: url(../images/menu/werkwijze_loopschoenen_actief.GIF) no-repeat;
}
#nav li a#lnk_contact{
	background: url(../images/menu/contact.GIF) no-repeat;
}
#nav li a#lnk_contact:hover{
	background: url(../images/menu/contact_actief.GIF) no-repeat;
}
#nav li a#lnk_beheer{
	background: url(../images/menu/beheer.GIF) no-repeat;
}
#nav li a#lnk_beheer:hover{
	background: url(../images/menu/beheer_actief.GIF) no-repeat;
}
#nav li a#lnk_nieuws{
	background: url(../images/menu/nieuws.GIF) no-repeat;
}
#nav li a#lnk_nieuws:hover{
	background: url(../images/menu/nieuws_actief.GIF) no-repeat;
}
#nav li a#lnk_promoties{
	background: url(../images/menu/promoties.GIF) no-repeat;
}
#nav li a#lnk_promoties:hover{
	background: url(../images/menu/promoties_actief.GIF) no-repeat;
}
   table.galery { border: none; }
   table.galery img { width: 100px; height: 75px; vertical-align: middle; padding: 1px; margin: 1px; }
   table.galery img.big { width: 320px; height: 240px; }
