@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%;
}
#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}
#indexheader  {
	width: 900px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #416D86;
	border-right-color: #416D86;
	border-left-color: #416D86;
	height: 250px;
}
.oneColFixCtrHdr #indexheader #indexHeader_text {
	background-color: #8397A8;
	display: block;
	float: left;
	height: 135px;
	width: 510px;
	margin-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #FFF;
	text-align: left;
	padding-top: 15px;
	padding-right: 70px;
	padding-left: 15px;
}
#indexheader #indexheader_img {
	background-image: url(../_images/te%20exporteren%20olestaete/olestaetebloem.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	float: right;
	height: 172px;
	width: 269px;
}
#indexheader #indexheaderNav {
	display: block;
	float: left;
	width: 720px;
	padding-left: 180px;
	padding-top: 40px;
}
#indexheader #indexheaderNav #kamers a:link, #indexheader #indexheaderNav #kamers a:visited {
	background-image: url(../_images/buttons/kamers.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 55px;
	margin-left: 0px;
}
#indexheader #indexheaderNav #kamers a:hover, #indexheader #indexheaderNav #kamers a:active {
	background-position: left bottom;
	display: block;
}

#indexheader #indexheaderNav #vakantiehuis a:link, #indexheader #indexheaderNav #vakantiehuis a:visited {
	background-image: url(../_images/buttons/vakantiehuis.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 90px;
	margin-left: 0px;
}
#indexheader #indexheaderNav #vakantiehuis a:hover, #indexheader #indexheaderNav #vakantiehuis a:active {
	background-position: left bottom;
	display: block;
}
#indexheader #indexheaderNav #appartementen a:link, #indexheader #indexheaderNav #appartementen a:visited {
	background-image: url(../_images/appartementenbutton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 102px;
	margin-left: 0px;
}
#indexheader #indexheaderNav #appartementen a:hover, #indexheader #indexheaderNav #appartementen a:active {
	background-position: left bottom;
	display: block;
}
#indexheader #indexheaderNav #workum a:link, #indexheader #indexheaderNav #workum a:visited {
	background-image: url(../_images/buttons/workum.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 60px;
	margin-left: 0px;
}
#indexheader #indexheaderNav #workum a:hover, #indexheader #indexheaderNav #workum a:active {
	background-position: left bottom;
	display: block;
}

#indexheader #indexheaderNav #rotterdam a:link, #indexheader #indexheaderNav #rotterdam a:visited {
	background-image: url(../_images/buttons/rotterdam.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 152px;
	margin-left: 0px;
}
#indexheader #indexheaderNav #rotterdam a:hover, #indexheader #indexheaderNav #rotterdam a:active {
	background-position: left bottom;
	display: block;
}

#indexheader #indexheaderNav #workshops a:link, #indexheader #indexheaderNav #workshops a:visited {
	background-image: url(../_images/buttons/workshop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 78px;
	margin-left: 0px;
}
#indexheader #indexheaderNav #workshops a:hover, #indexheader #indexheaderNav #workshops a:active {
	background-position: left bottom;
	display: block;
}
#indexheader #indexheaderNav #contact a:link, #indexheader #indexheaderNav #contact a:visited {
	background-image: url(../_images/buttons/contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 58px;
	margin-left: 0px;
}
#indexheader #indexheaderNav #contact a:hover, #indexheader #indexheaderNav #contact a:active {
	background-position: left bottom;
	display: block;
}
#indexheader #indexheaderNav #home a:link, #indexheader #indexheaderNav #home a:visited {
	background-image: url(../_images/buttons/home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 45px;
	margin-left: 0px;
}
#indexheader #indexheaderNav #home a:hover, #indexheader #indexheaderNav #home a:active {
	background-position: left bottom;
	display: block;
}
#standardheader  {
	width: 900px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #416D86;
	border-right-color: #416D86;
	border-left-color: #416D86;
	height: 298px;
}
#standardheader #standardheaderNav {
	display: block;
	float: left;
	width: 900px;
	padding-left: 10px;
	padding-top: 15px;
}
#standardheader #standardheaderNav #kamers a:link, #standardheader #standardheaderNav #kamers a:visited {
	background-image: url(../_images/buttons/kamers.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 55px;
	margin-left: 0px;
}
#standardheader #standardheaderNav #kamers a:hover, #standardheader #standardheaderNav #kamers a:active {
	background-position: left bottom;
	display: block;
}

#standardheader #standardheaderNav #vakantiehuis a:link, #standardheader #standardheaderNav #vakantiehuis a:visited {
	background-image: url(../_images/buttons/vakantiehuis.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 90px;
	margin-left: 5px;
}
#standardheader #standardheaderNav #vakantiehuis a:hover, #standardheader #standardheaderNav #vakantiehuis a:active {
	background-position: left bottom;
	display: block;
}

#standardheader #standardheaderNav #appartementen a:link, #standardheader #standardheaderNav #appartementen a:visited {
	background-image: url(../_images/appartementenbutton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 102px;
	margin-left: 0px;
}
#standardheader #standardheaderNav #appartementen a:hover, #standardheader #standardheaderNav #appartementen a:active {
	background-position: left bottom;
	display: block;
}

#standardheader #standardheaderNav #rotterdam a:link, #standardheader #standardheaderNav #rotterdam a:visited {
	background-image: url(../_images/buttons/rotterdam.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 152px;
	margin-left: 0px;
}
#standardheader #standardheaderNav #rotterdam a:hover, #standardheader #standardheaderNav #rotterdam a:active {
	background-position: left bottom;
	display: block;
}
#standardheader #standardheaderNav #workum a:link, #standardheader #standardheaderNav #workum a:visited {
	background-image: url(../_images/buttons/workum.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 60px;
	margin-left: 5px;
}
#standardheader #standardheaderNav #workum a:hover, #standardheader #standardheaderNav #workum a:active {
	background-position: left bottom;
	display: block;
}
#standardheader #standardheaderNav #workshops a:link, #standardheader #standardheaderNav #workshops a:visited {
	background-image: url(../_images/buttons/workshop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 78px;
	margin-left: 0px;
}
#standardheader #standardheaderNav #workshops a:hover, #standardheader #standardheaderNav #workshops a:active {
	background-position: left bottom;
	display: block;
}
#standardheader #standardheaderNav #contact a:link, #standardheader #standardheaderNav #contact a:visited {
	background-image: url(../_images/buttons/contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 58px;
	margin-left: 0px;
}
#standardheader #standardheaderNav #contact a:hover, #standardheader #standardheaderNav #contact a:active {
	background-position: left bottom;
	display: block;
}
#standardheader #standardheaderNav #home a:link, #standardheader #standardheaderNav #home a:visited {
	background-image: url(../_images/buttons/home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 30px;
	width: 45px;
	margin-left: 0px;
}
#standardheader #standardheaderNav #home a:hover, #standardheader #standardheaderNav #home a:active {
	background-position: left bottom;
	display: block;
}
#standardheader #apDiv1 {
	position:absolute;
	width: 100px;
	height: 130px;
	background-image: url(../_images/logo/olestaeteblauewlogoklein.gif);
	display: block;
	z-index: 1;
	margin-left: 685px;
	}

#standardheader #kamers_1 {
	float: left;
	height: 253px;
	width: 180px;
	background-position: left top;
	display: block;
	background-color: #FFF;
}
#standardheader #kamers_2 {
	float: left;
	height: 253px;
	width: 180px;
	display: block;
}
#standardheader #kamers_3 {
	float: left;
	height: 253px;
	width: 180px;
	display: block;
}
#standardheader #kamers_4 {
	float: left;
	height: 253px;
	width: 180px;
	display: block;
}
#standardheader #kamers_5 {
	float: left;
	height: 253px;
	width: 180px;
	display: block;
}
#mainContent  {
	background: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #416D86;
	border-left-color: #416D86;
	width: 900px;
	display: block;
	float: left;
	position: relative;
}
#mainContent #mainLogo {
	background-image: url(../_images/logo/olestaetemainlogo.gif);
	display: block;
	height: 241px;
	width: 185px;
	position: absolute;
	left: 62px;
	top: 65px;
	z-index: 1;
}
#mainContent #imgHome_1 {
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 378px;
	width: 300px;
	background-color: #FFF;
	background-image: url(../index1.jpg);
}
#mainContent #imgHome_2 {
	background-image: url(../_images/te%20exporteren%20olestaete/home2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 378px;
	width: 300px;
}
#mainContent #imgHome_3 {
	background-image: url(../bed.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 378px;
	width: 300px;
}
#mainContent #motief {
	background-color: #FFF;
	width: 325px;
	height: 250px;
	float: left;
	clear: none;
	background-image: url(../_images/logo/olestaetebloemen.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
#mainContent #mainText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	color: #416D86;
	float: left;
	width: 475px;
	display: block;
}
#standardmainContent  {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #416D86;
	border-left-color: #416D86;
	width: 900px;
	display: block;
	float: left;
	min-height: 378px;
	position: relative;
	background-image: url(../_images/te%20exporteren%20olestaete/olestaetebloem.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}
#standardmainContent2  {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #416D86;
	border-left-color: #416D86;
	width: 900px;
	display: block;
	float: left;
	min-height: 378px;
	padding-bottom:40px;
	position: relative;
	background-image: url(../_images/te%20exporteren%20olestaete/olestaetebloem.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}


#formulier {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.4em;
	text-align: left;
	font-weight: normal;
	font-variant: normal;
	color: #416D86;
	float: left;
	margin-top: 40px;
	margin-left: 20px;
	}

#formuliernaam table { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.4em;
	text-align: left;
	font-weight: normal;
	font-variant: normal;
	color: #416D86;
} 

#formuliernaam td { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.4em;
	text-align: left;
	font-weight: normal;
	font-variant: normal;
	background-color: transparent; 
	color: #416D86;
}

#formuliernaam .rood { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.4em;
	text-align: left;
	font-weight: normal;
	font-variant: normal;
	color: #FF3300;
}

#standardmotief {
	width: 325px;
	height: 250px;
	float: right;
	background-image: url(../_images/te%20exporteren%20olestaete/olestaetebloem.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	}
#standardmainText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	color: #416D86;
	float: left;
	width: 520px;
	display: block;
	padding-top: 15px;
	text-align: left;
	padding-left: 35px;
	margin-bottom: 120px;
	padding-right: 20px;
	padding-bottom: 15px;
}
#standardmainText_contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	color: #416D86;
	float: right;
	width: 220px;
	display: block;
	padding-top: 15px;
	text-align: left;
	padding-left: 35px;
	margin-top: 150px;
	margin-bottom: 120px;
	padding-right: 20px;
	padding-bottom: 15px;
}

a:link, a:visited {
color: gray;
}

a:hover, a:active {
color: black;
} 
	
	
#footer  {
	background:#FFF;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #416D86;
	height: 30px;
	width: 900px;
	border-bottom-color: #416D86;
	border-left-color: #416D86;
	padding-left: 0;
	display: block;
	float: left;
}
#footer #footerbox {
	margin-left: 62px;
	margin-top: 5px;
}
#footer #standardfooterbox {
	
	margin-left: 260px;
	margin-top: 5px;
}
#footer a:link, #footer a:visited {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	color: #416D86;
	text-decoration: none;
	line-height: 2em;
}
#footer a:hover, #footer a:active {
	color: #000;
	text-decoration: none;

}
.oneColFixCtrHdr #container #standardmainContent #standardmainText #mygallery {
	padding-left: 0px;
	margin-left: 19px;
}

.nodots {list-style-type: none;
}

  

