body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background:url("Capehenlopen.jpg");
background-size:100% auto;
background-repeat:no-repeat;
}

#wrap {

margin: 0 auto;
width: 90%;
}



#avmenu {
clear: left;
float: left;
width: 10%;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 20px 0;
padding: ;
font-size: 1.1em;
}	

#avmenu li {
margin-bottom: 7px;
}

#avmenu li a {
font-weight: bold;
height: 35px;
text-decoration: none;
color: #00364D;
display: block;
padding: 6px 0 0 10px;
background: #BECFD6;
border-left: 4px solid #1C6280;
}	
	
#avmenu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #1C6280;
}





#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 0 110px 20px 160px;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}



#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #BECFD6;
}


a {
text-decoration: none;
color: #1C6280;
}

a:hover {
text-decoration: underline;
color: #1C6280;
}

a img {
border: 0;
}


}



.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}