body
{
	background-color: #dcdcdc;
	overflow-y: scroll;
}
table 
{ 
    border-spacing: 0;
    border-collapse: collapse;
	width: 100%;
}
#websitecontainer
{
	width: 100%;
}
.fullwidth:
{
	width: 100%;
}
.onlymobile
{
	display: none;
}
#tekstenmenu
{
	width: 985px;
}
#bottomlines
{
	width: 100%;
	height: 73px;
	background: url(/siteimg/vdh_onderrechts.png) repeat-x;
}
a.klein
{
	font-weight: normal;
	font-size: 10px;
}
a.ilink
{
	font-weight: bold;
}
hr.streep
{
	border: 0;
	border-top: solid 1px black;
}
div.menustreep
{
	height: 1px;
	width: 150px;
	background-color: #FFFFFF;
	line-height: 1px;
	margin: 0;
	padding: 0;
	font-size: 1px;
}
div.menuspacer
{
	clear: both;
	height: 3px;
	width: 100%;
	line-height: 3px;
}
div.pagecontainer
{
	background-color: #fff;
	margin: auto;
	width: 985px;
}
#header2
{
	width: 985px;
	background-color: #ffffff;
	height: 170px;
}
#contentcontainer
{
	width: 985px;
	background-color: #ffffff;
	position: relative;
}
#menucontainer
{
	width: 200px;
	background-color: #ffffff;
	background: url(/siteimg/vdh_links.png) repeat-y;
	position: relative;
}
td img.pand
{
	display:block;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
}
#menu
{
	width: 200px;
	text-align: left;
}
#menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 20px;
}
#menu li
{
	height: 28px;
}
#menu li a, a.menu
{
	font-size: 12px;
	line-height: 28px;
	font-family: Raleway;
}
#menu li a:hover, #menu li a.menusel
{
	color: #003399;
}
#menu li a.submenu, #menu li a.submenusel
{
	font-size: 12px;
	padding-left: 4px;
	background: none;
}
a.menu, a.submenu
{
	font-weight: normal;
}
li.navmainmenu
{

}
li.navmainmenulast
{

}
li.navsubmenu
{
	margin-top: -8px;
}
#textcontainer
{
	width: 689px;
	padding: 20px;
	padding-top: 88px;
}
#textcontainer .img
{
	max-width: 547px;
    max-width: 100%;
}
#textcontainer img
{
    max-width: 100%;
}
#rightcontainer
{
	width: 56px;
	background: url(/siteimg/vdh_rechts.png);
}
#refcontainer
{
	width: 751px;
	padding: 20px;
}
.kadercontainer
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#bottom
{
	height: 73px;
	text-align: right;
	font-size: 11px;
	color: #ffffff;
	background-color: #ffffff;
}
#bottom a
{
	font-size: 11px;
	font-weight: normal;
}
h1
{
	margin: 0;
	padding: 0;
	font-family: Raleway;
	font-size: 24px;
	font-weight: 700;
	margin-top: -5px;
	margin-bottom: 10px;
}
h2
{
	margin: 0;
	padding: 0;
	color: #003399;
	font-size: 13px;
	font-weight: bold;
}
.zwart
{
	color: black;
}
#adresmenu
{
	width: 140px;
	margin-left: 20px;
	margin-right: 20px;
	color: #cccccc;
	font-size: 12px;
	font-family: Raleway;
}
#adresmenu b, #adresmenu a
{
	color: #cccccc;
	font-size: 12px;
}
#textcontainer .fotoproject_main
{
    width: 100%;
    max-width: 100%;
}
#textcontainer .fotoproject_main img
{
    max-width: 547px;
    max-width: 100%;
}
#textcontainer .foto_thumbs
{
    width: 140px;
    max-width: 100%;
    padding-left: 20px;
}
#textcontainer .foto_thumbs img
{
    max-width: 118px;
    border: solid 1px black;
    margin-bottom: 20px;
}
/* Desktop */
#textcontainer .fotoproject {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

#textcontainer .fotoproject_main {
    flex: 1;
}

#textcontainer .foto_thumbs {
    flex-shrink: 0;
}


.thumb {
    cursor: pointer;
    transition: transform 0.2s;
}

.thumb:hover {
    transform: scale(1.1); /* Vergroot iets bij hover */
}

