﻿body{
margin-top:0px;
background-color: #D1D797;
}

/* divs */

#cont_home {
border:1px #D1D797 solid;
margin-top:0px;
width:760px;
height:500px;
margin-left:auto;
margin-right: auto;
background-color: #FFC;
background-image: url(images/homebgr.jpg);
background-position: center top;
background-repeat:no-repeat;
}

#gast_home{
width:173px;
margin-top:20px;
margin-left:3px;

}

#nav_home{
width:692px;
margin-top:150px;
margin-left:auto;
margin-right: auto;
}

/* classes */


/* rollover knoppen */

a.knh_gasten{
display: block;
height:110px;
width:173px;
background: url(images/gasten.gif) no-repeat;
}
a.knh_gasten:hover{
background: url(images/gasten_f2.gif) no-repeat;
}

a.knh_camping{
display: block;
float:left;
height:110px;
width:173px;
background: url(images/camping.gif) no-repeat;
}
a.knh_camping:hover{
background:  url(images/camping_f2.gif) no-repeat;
}

a.knh_groep{
display: block;
float:left;
height:110px;
width:173px;
background: url(images/groep.gif) no-repeat;
}
a.knh_groep:hover{
background:  url(images/groep_f2.gif) no-repeat;
}
a.knh_atelier{
display: block;
float:left;
height:110px;
width:173px;
background: url(images/atelier.gif) no-repeat;
}
a.knh_atelier:hover{
background:  url(images/atelier_f2.gif) no-repeat;
}

a.knh_route{
display: block;
float:left;
height:110px;
width:173px;
background: url(images/route.gif) no-repeat;
}
a.knh_route:hover{
background:  url(images/route_f2.gif) no-repeat;
}
a.knh_foto{
display: block;
float:left;
height:110px;
width:173px;
background: url(images/foto.gif) no-repeat;
}
a.knh_foto:hover{
background:  url(images/foto_f2.gif) no-repeat;
}


