@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: no-repeat;
}
#container  {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 565px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-image: url(image/sky_sun_1b.png);
	background-repeat: no-repeat;
	background-position: center;
} 
#header  {
	position: absolute;
	height: 90px;
	width: 950px;
	background-color: #93C6E1;
	text-align: center;
} 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	letter-spacing: 0.6em;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}


#header #foto {
	position: absolute;
	left: 0px;
	top: -10px;
	height: 91px;
}

#menu {
	position: absolute;
	height: 23px;
	width: 950px;
	left: 0px;
	top: 80px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #877F6A;
}
#content {
	position: absolute;
	height: 455px;
	width: 900px;
	left: 17px;
	top: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(image/mm_white_1_tr.png);
	z-index: 6;
	padding-top: 0px;
	padding-left: 20px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	bottom: 0px;
	text-align: left;
	position: absolute;
	height: 15px;
	width: 930px;
	z-index: 7;
	background-color: #877F6A;
	left: 0px;
	padding-left: 20px;
}

.txt12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#contenthuis {
	position: absolute;
	height: 282px;
	width: 903px;
	left: 0px;
	top: 5px;
	z-index: 6;
	visibility: visible;
}
#contentfotos {
	position: absolute;
	height: 423px;
	width: 922px;
	left: 0px;
	top: 25px;
	z-index: 6;
	background-color: #93C6E1;
	visibility: hidden;
	background-image: url(image/sky_sun_1b.jpg);
	background-repeat: no-repeat;
}
#contentkaart {
	position: absolute;
	height: 453px;
	width: 622px;
	top: -2px;
	z-index: 6;
	background-color: #93C6E1;
	visibility: hidden;
	padding: 3px;
	right: 0px;
}



a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF0000;
}
a:active {
}
#menuhuis {
	position: absolute;
	height: 20px;
	width: 301px;
	left: 0px;
	top: 0px;
	z-index: 10;
}
#container #content #menuhuis table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	width: 265px;
	text-align: center;
	letter-spacing: 0.2em;
}
#container #content #menuhuis table a:link {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #877F6A;
	border: 2px solid #877F6A;
}

#container #content #menuhuis table a:visited {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #877F6A;
	border: 2px solid #877F6A;
}
#container #content #menuhuis table a:hover {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	border: 2px solid #877F6A;
}
#container #content #menuhuis table a:active {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #877F6A;
	border: 2px solid #877F6A;
}
#prijzen {
	position:absolute;
	left:480px;
	top:54px;
	width:408px;
	height:241px;
	z-index:1;
	font-size: 12px;
}
#container   #content   #prijzen   table  td {
	border: 1px solid #877F6A;
	padding: 2px;
	background-color: #FFFFFF;
}
#container #content #prijzen table {
	border: 4px outset #FFFFFF;
}



.tdhuis {
	border: 2px solid #877F6A;
}
#footer a:link {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footer a:visited {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#footer a:hover {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
#footer a:active {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#teller {
	width: 100px;
	position: absolute;
	z-index: 100;
	right: -20px;
	bottom: 20px;
	visibility: visible;
}

