body { font-family: "Comic Sans MS";color: black;font-size: 12pt;background-color: #EEE8CC }
a:link {color: black; }
a:visited {color: black; }
a:hover {color: black; }
a:active {color: black; }

#Blok {
/* lege div voor centreren hele pagina */
font-size : 13px;
}
/*container tbv content       ------------------------------------------------*/
#container {
   margin: 2px auto;
	 margin-bottom: 5 px;
	 position: absolute;
	 top: 114;
	 left: 195; 
   float: left;
	 overflow: hidden;
	 Border-left: 3px solid #9ACD32; 
}

#veluwe {
   margin: 2px auto;
	 margin-bottom: 5 px;
	 position: absolute;
	 top: 114;
	 /*left: 200;*/ 
   float: left;
	 overflow: hidden; 
}
#vakantie {
   background-image: url(fotos/herfst.gif);
	 background-repeat: no-repeat;
   background-position: left top;
	 color: #000000;
   margin: 2px auto;
	 margin-bottom: 5 px;
	 position: absolute;
	 top: 1;
	 /*left: 200;*/ 
	 display: block;
   float: left;
	 overflow: hidden; 
	 height: 100px;
	 width: 99%;
}

/*schaduw met randje bij hover------------------------------------------------*/
img { 
border: 0px; 
}
img.shadow {
	background: url(fotos/trans-shadow.png) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}

img.shadow:hover {
border: 1px solid navy;
}
/* t.b.v. bovenframe in div vakantie -----------------------------------------*/
#links {
/*background-image: url(logo.gif);
background-repeat: no-repeat;*/
background-position: left top;
position: absolute;
left: 10px;
padding: 0px;
top: 5px; 
width: 150px;
background: #9ACD32;
}
#rechts {
position: absolute;
right: 10px;
padding: 0px;
top: 0px;
width: 150px;
}
/*opmaak knoppen in div veluwe------------------------------------------------*/
#nav a {
font-size : 13px;
text-align : left;
text-decoration : none;
padding : 0 4px 2px 4px;
margin : 3px;
display : block;
width : 160px;
border-bottom:1px dotted
}

#nav a:hover {
color: #9ACD32;
padding : 1px 3px 1px 5px;
}
