HTML {
	margin: 0px;
}
BODY {
	color:			#000000;
	background:		#FFFFFF;


	font-family:	arial, verdana;
	font-size:		10pt;
	
	padding:		0px;
	margin:			0px;
}

.invisible {
	height: 0;
	width: 0;
	display: none;
}


#container {
	position: absolute;

	width: 886px;
	left: 50%;
	margin: 0px;
	margin-left: -413px;
	padding: 0px;

	background: url('images/container-bg.png');
	background-repeat: repeat-y;
}

#header {
	float: left;
	clear: both;

	height: 210px;
	width: 887px;	
}
#header #top {
	height: 176px;
	/*width: 100%;*/
}
#header #top #logo {
	float: left;
	width: 226px;
	height: 176px;
	background: url('images/top-logo.png');
	background-repeat: no-repeat;
}
#header #top #accomodatie, #header #top #activiteiten, #header #top #omgeving {
	float: left;
	width: 150px;
	height: 176px;
}
#header #top #accomodatie {
	width: 151px;
	background: url('images/top-accomodatie.jpg');
	background-repeat: no-repeat;
}
#header #top #activiteiten {
	background: url('images/top-activiteiten.jpg');
	background-repeat: no-repeat;
}
#header #top #omgeving {
	background: url('images/top-omgeving.jpg');
	background-repeat: no-repeat;
}
#header #top #vmenu {
	float: left;
	width: 134px; /*check padding*/
	height: 176px;
	background: url('images/top-vmenu.png');
	background-repeat: no-repeat;

	padding-right: 15px;

	font-size: 12px;
	line-height: 35px;
	text-align: right;
}
#vmenu A {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#vmenu A:hover {
	color: #c91a21;
}
#header #top #button-deutsch {
	float: left;
	width: 61px;
	height: 36px;
}
#header #top #button-deutsch IMG {
	width: 61px;
	height: 36px;
	border: 0px;
}

#header #bottom {
	display: inline;
	float: left;
	clear: both;
	margin-left: 21px;
	background: url('images/bottom-bg.png');
	background-repeat: repeat-x;
	width: 805px;
	height: 34px;
}
#header #bottom div {
	background: url('images/bottom-bg-left.png');
	background-repeat: no-repeat;
	height: 34px;
}
#header #bottom #hmenu {
	margin-left: 205px;
}
#header #bottom #hmenu A {
	display: block;
	float: left;
	height: 34px;
	width: 150px;
}
#header #bottom #hmenu #menu_accomodatie.nohover {
	background: url('images/hmenu-accomodatie.png');
	background-repeat: no-repeat;
}
#header #bottom #hmenu #menu_activiteiten.nohover {
	background: url('images/hmenu-activiteiten.png');
	background-repeat: no-repeat;
}
#header #bottom #hmenu #menu_omgeving.nohover {
	background: url('images/hmenu-omgeving.png');
	background-repeat: no-repeat;
}
#header #bottom #hmenu #menu_fotoboek.nohover {
	background: url('images/hmenu-fotoboek.png');
	background-repeat: no-repeat;
}

#header #bottom #hmenu #menu_accomodatie.hover {
	background: url('images/hmenu-accomodatie-hover.png');
	background-repeat: no-repeat;
}
#header #bottom #hmenu #menu_activiteiten.hover {
	background: url('images/hmenu-activiteiten-hover.png');
	background-repeat: no-repeat;
}
#header #bottom #hmenu #menu_omgeving.hover {
	background: url('images/hmenu-omgeving-hover.png');
	background-repeat: no-repeat;
}
#header #bottom #hmenu #menu_fotoboek.hover {
	background: url('images/hmenu-fotoboek-hover.png');
	background-repeat: no-repeat;
}
	

#page {
	display: inline;
	float: left;
	margin-left: 97px;
	width: 654px;
	border-bottom: 10px #ecedf1 solid;

	background: url('images/page-bg.png');
	background-repeat: no-repeat;
	background-position: top right;
}
#page .content {
	margin-left: 75px;
	width: 504px;
	margin-top: 50px;
}

.content H1 {
	color: #c91a21;
	font-size: 14pt;
}
.content H2 {
	color: #333333;
	font-size: 10pt;
}

#map {
	width: 100%;
	height: 300px;
	border: 2px #666666 solid;
	margin-bottom: 20px;
	margin-top: 20px;
}
#directions {
	width: 100%;
	height: 300px;
	overflow: scroll;
	display: none;
}
INPUT {
	border: 1px #666666 solid;
	padding: 3px;
}
.focus {
	border: 2px #666666 solid;
}
