@charset "UTF-8";
body  {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F1F5E2;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #F1F5E2;
	
} 
.twoColFixLtHdr #header {
	background-color: #000;
	display: block;
	height: 20px;
	width: 379px;
	border-right-width: 1px;
	border-bottom-wi3dth: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 521px;
	position: relative;
	margin-top: 20px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #header #sub_route {

	display: block;
	height: 20px;
	width: 544px;
	background-color: #E8E8E8;
	position: relative;
	z-index: 120;
	top: 21px;
	float: none;
	margin-right: 0px;
	left: 395px;
}
.twoColFixLtHdr #header #sub {

	display: block;
	height: 20px;
	width: 505px;
	position: absolute;
	background-color: #E8E8E8;
	z-index: 120;
	top: 21px;
	float: none;
	margin-right: 0px;
	left: 395px;
}

.twoColFixLtHdr #header #sub_contact {

	display: block;
	height: 20px;
	width: 505px;
	background-color: #E8E8E8;
	position: absolute;
	z-index: 120;
	top: 21px;
	float: none;
	margin-right: 0px;
	left: 395px;
}
.twoColFixLtHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #A5A79A;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	display: block;
	float: left;
	height: 650px;
	width: 900px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	left: 395px;
	top: 20px;
	clear: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
} 
.twoColFixLtHdr #container #mainContent #leftImg_1 {
	background-color: #FFF;
	display: block;
	float: left;
	height: 650px;
	width: 395px;
	position: relative;
}
#mainContent #leftImg_1 #bottomNav {
	background-color: #3F4448;
	display: block;
	height: 90px;
	width: 365px;
	position: absolute;
	z-index: 2000;
	left: 15px;
	top: 545px;
	padding-left: 15px;
}

#mainContent #leftImg_1 #logo {
	background-image: url(images/logotrans.gif);
	display: block;
	height: 219px;
	width: 544px;
	position: absolute;
	z-index: 4000;
	top: 20px;
	margin-right: 0px;
	left: 335px;
}

#thumbs {
	display: block;
	position: absolute;
	z-index: 1;
	left: 395px;
	top: 545px;
	height: 90px;
	width: 505px;
}
#thumbs #thumbOne {
	display: block;
	height: 90px;
	width: 90px;
	float: left;
	margin-right: 10px;
}
#thumbs #thumbTwo {
	display: block;
	height: 90px;
	width: 90px;
	float: left;
	margin-right: 10px;
}
#thumbs #thumbThree {
	display: block;
	height: 90px;
	width: 90px;
	float: left;
	margin-right: 10px;
}
#thumbs #thumbFour {
	display: block;
	height: 90px;
	width: 90px;
	float: left;
	margin-right: 10px;
}
#thumbs #thumbFive {
	display: block;
	height: 90px;
	width: 90px;
	float: left;
}

a:link, a:visited {
color: #E8E8E8;	text-decoration: none;
}

a:hover, a:active {
color: black;	text-decoration: none;
} 


#bottomNav #olestaete a:link, #bottomNav #olestaete a:visited {
	background-image: url(images/buttonolestaete.gif);
	background-position: left top;
	display: block;
	float: left;
	height: 90px;
	width: 75px;

}
#bottomNav #olestaete a:hover, #bottomNav #olestaete a:active {
	background-position: left bottom;
	display: block;
}
#bottomNav #art a:link, #bottomNav #art a:visited {
	background-image: url(images/buttonart.gif);
	display: block;
	float: left;
	height: 90px;
	width: 114px;

}
#bottomNav #art a:hover, #bottomNav #art a:active {
	background-position: left bottom;
	display: block;
}
#bottomNav #links a:link, #bottomNav #links a:visited {
	background-image: url(images/buttonlinks.gif);
	background-position: left top;
	display: block;
	float: left;
	height: 90px;
	width: 50px;

}
#bottomNav #links a:hover, #bottomNav #links a:active {
	background-position: left bottom;
	display: block;
}
.xtwoColFixLtHdr #container #mainContent #mainText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #333;
	width: 450px;
	padding-top: 325px;
	padding-left: 405px;
	float: left;
	display: block;
	position: absolute;
	z-index: 6000;
	top: 200px;
	margin-right: 0px;
	left: 335px;
}

#mainContent #leftImg_1 #mainText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #333;
	width: 450px;
	display: block;
	position: absolute;
	z-index: 6000;
	top: 275px;
	left: 415px;
}
.twoColFixLtHdr #container #mainContent #mainText_route {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #333;
	width: 450px;
	display: block;
	position: absolute;
	z-index: 9000;
	top: 25px;
	left: 415px;

}

.twoColFixLtHdr #container #mainContent #mainText_route2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #333;
	width: 450px;
	display: block;
	position: absolute;
	z-index: 8000;
	top: 5px;
	left: 415px;
}

.twoColFixLtHdr #container #mainContent #mainText_route3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #333;
	width: 450px;
	display: block;
	position: absolute;
	z-index: 7000;
	top: 25px;
	left: 415px;
}

.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
} 
.twoColFixLtHdr #footer p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 0ex;
	text-align: right;
	color: #666;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 15px;
}


.twoColFixLtHdr #footer a:link, .twoColFixLtHdr #footer a:visited {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	color: #666;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover, .twoColFixLtHdr #footer a:active {
	color: #000;
	text-decoration: none;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#header #zalen a:link, #header #zalen a:visited {
	float: left;
	height: 20px;
	width: 43px;
	display: block;
	background-image: url(images/buttonzalen.gif);
	background-position: left top;
}
#header #zalen a:hover, #header #zalen a:active {
	background-position: left bottom;
	display: block;
}

#header #evenementen a:link, #header #evenementen a:visited {
	float: left;
	height: 20px;
	width: 98px;
	display: block;
	background-image: url(images/buttonevenementen.gif);
	background-position: left top;
}
#header #evenementen a:hover, #header #evenementen a:active {
	background-position: left bottom;
	display: block;
}
#header #workum a:link, #header #workum a:visited {
	background-image: url(images/buttonworkum.gif);
	background-position: left top;
	display: block;
	float: left;
	height: 20px;
	width: 134px;
}
#header #workum a:hover, #header #workum a:active {
	background-position: left bottom;
	display: block;
}
#header #contact a:link, #header #contact a:visited {
	background-image: url(images/buttoncontact.gif);
	background-position: left top;
	display: block;
	float: left;
	height: 20px;
	width: 61px;
}
#header #contact a:hover, #header #contact a:active {
	background-position: left bottom;
	display: block;
}
#header #home a:link, #header #home a:visited {
	background-image: url(images/buttonhome.gif);
	background-position: left top;
	display: block;
	float: left;
	height: 20px;
	width: 43px;
}
#header #home a:hover, #header #home a:active {
	background-position: left bottom;
	display: block;
}

#header #zaal a:link, #header #zaal a:visited {
	background-image: url(images/dropdownbuttons/zaal.gif);
	background-position: left top;
	background-color: #E8E8E8;
	display: block;
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 60px;
	margin-left:122px; 
}
#header #zaal a:hover, #header #zaal a:active {
	background-position: left bottom;
	display: block;
}

#header #keuken a:link, #header #keuken a:visited {
	background-image: url(images/dropdownbuttons/keuken.gif);
	background-position: left top;
	display: block;
	float: left;
	height: 20px;
	width: 60px;
	
}
#header #keuken a:hover, #header #keuken a:active {
	background-position: left bottom;
	display: block;
}
#header #koetshuis a:link, #header #koetshuis a:visited {
	background-image: url(images/dropdownbuttons/koetshuis.gif);
	background-position: left top;
	background-color: #E8E8E8;
	display: block;
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 80px;
}
#header #koetshuis a:hover, #header #koetshuis a:active {
	background-position: left bottom;
	display: block;
}
#header #olestaete a:link, #header #olestaete a:visited {
	background-image: url(images/dropdownbuttons/olestaete.gif);
	background-position: left top;
	display: block;
	float: left;
	height: 20px;
	width: 80px;
}
#header #olestaete a:hover, #header #olestaete a:active {
	background-position: left bottom;
	display: block;
}
#header #arrangementen a:link, #header #arrangementen a:visited {
	background-image: url(images/dropdownbuttons/arrangementen.gif);
	background-position: left top;
	display: block;
	float: left;
	height: 20px;
	width: 100px;
	
}
#header #arrangementen a:hover, #header #arrangementen a:active {
	background-position: left bottom;
	display: block;
}
#header #route a:link, #header #route a:visited {
	background-image: url(images/dropdownbuttons/route.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 20px;
	width: 60px;
	margin-right: 30px;
}
#header #route a:hover, #header #route a:active {
	background-position: left bottom;
	display: block;
}



