@charset "utf-8";
/* CSS Document */
/* style for body */
body	{
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Style to center page in browser */
#container {
	width: 994px;
	height:auto;
	margin: 0px auto;
	position:relative;		
}

/* Style for Header */
#header {
	background-image:url(../images/994_header.jpg);
	background-repeat:no-repeat;
	border-top: 1px solid #91995e;
	border-left: 1px solid #91995e;
	border-right: 1px solid #91995e;
	height:310px;
}
#header a:link {
	text-decoration: none;
	color: #000000;		
}
#header a:visited {
	text-decoration: none;
	color: #000000;	
}
#header a:hover {
	text-decoration: none;
	color: #000000;	
}
#header .image {
	border-width:0;
}	
.headertext {	
	font-style:italic;
	font-size:15px;
	position:absolute;
	top:150px;
	left:298px;
	color: #234f33;
}
.headertextligth {
	color:#007c59;
}
.availability {
	font-size:13px;
	position:absolute;
	top:25px;
	left:850px;
	text-align:center;
	
}
#logo {
	width:178px;
	height:111px;
	position:relative;
	top:170px;
	left:20px;
}
/* style for menu */
body#home .menu {
	background-image:url(../images/menuhome.png);
	background-repeat: no-repeat;
	
}
body#sitemap .menu {
	background-image:url(../images/menusitemap.png);
	background-repeat: no-repeat;
	
}
body#rooms .menu {
	background-image:url(../images/menuroom.png);
	background-repeat: no-repeat;
	height:70px;
}
body#breakfast .menu, body#policies .menu, body#guestbook .menu, body#faq .menu {
	background-image: url(../images/menubreakfast.png);
	background-repeat: no-repeat;
	height:70px;
}
body#findus .menu	{
	background-image:url(../images/menufindus.png);
	background-repeat: no-repeat;
	height:70px;
}
body#activities .menu, body#wineries .menu, body#atractions .menu	{
	background-image:url(../images/menuactivities.png);
	background-repeat: no-repeat;
	height:70px;
}
body#links .menu	{
	background-image:url(../images/menulinks.png);
	background-repeat: no-repeat;
	height:70px;
}
body#contact .menu	{
	background-image:url(../images/menucontact.png);
	background-repeat: no-repeat;
	height:70px;
}
.menu {
	margin-left:1px;
	padding:0;
	width:992px;
	height:30px;
	position:absolute;
	top:295px;	
	z-index:99;
	
}
.menulist	{
	margin-left:30px;
}
#nav, #nav ul {
	padding:0;
	margin: 0;
	list-style:none;
}
#nav a {
	margin-top:5px;
	margin-left:0px;
	display:block;	
	text-decoration:none;
	color:#000000;
	text-align: center;	
	font-size: 15px;
}
#nav a.secondlevel	{
	text-align:left;
}

#nav li {
	float: left;
	width: 127px;
	padding-left:0px;
}
#nav  li.large 	{	
	width: 182px;	
}
/*#nav li .home	{
	padding-left:10px;
}
#nav li .rooms	{
	margin-left:-10px;
}
#nav li .findus	{
	margin-left:-10px;
}
*/
#nav li ul {
	display:none;	
}
#nav li:hover ul , #nav li li:hover ul , #nav li.sfhover ul  , #nav li li.sfhover ul {
	display:block;
	width:120px;
	position:absolute;
	background-color:#f3f4c4;
	border-bottom:.1em solid #00b25a;
	border-left:.1em solid #00b25a;
	margin-left:0px;
	padding-left:5px;			
}
body#rooms a.rooms {
	cursor:default;
}
body#rooms a.home {
	cursor:default;
}
body#findus a.findus {
	cursor:default;
}
body#activities a.activities, body#wineries a.activities, body#atractions a.activities	{
	cursor:default;
}

div.content {
	clear:left;
}
/*----------------------------------Banner part Home Page-----------------*/
#home #banners	{
	border-left: 1px solid #91995e;
	border-right: 1px solid #91995e;
	position:relative;
	margin-top: -10px;
	padding-left: 30px;	
	height:140px;
}
.virtualtour	{
	margin-left:490px;
	margin-top:30px;
}
.tripadvisor1	{
	
	margin-top:-0px;
	margin-left:-10px;
}
.tripadvisor  	{
	margin-left:495px;
	margin-top:-50px;
	
}

.photocredit	{
	position:relative;
	margin-top:20px;
	margin-left:490px;
}
.tbc	{
	margin-top:-130px;
	margin-left:165px;
	margin-bottom:0px;
}
.facebook	{
	margin-top:-110px;
	margin-left:485px;
	margin-bottom:0px;
}
.paii	{
	margin-top:-125px;
	margin-left:300px;
	margin-bottom:0px;
}
.extreme	{
	margin-top:20px;
	margin-left:850px;	
}
/*----------------------------------- style for footer-------------------*/
#footer	{
	border-bottom: 1px solid #91995e;
	border-left: 1px solid #91995e;
	border-right: 1px solid #91995e;
	position:relative;
	clear:both;
	font-size:9px;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:105px;
	top:-10px;	
}
#home #footer	{
	top:-10px;
}
#footer ul {
	padding:0;
	margin: 0;
	list-style:none;	
}
#footer a {
	display:block;	
	text-decoration:none;
	color:#000000;	
}
#footer li {
	float: left;
	padding-left:10px;
	padding-right:10px;
	border-right-style:solid;
	border-right-width:1px;	
}
#footer li.end 	{
	border-right-style:none;
	border-right-width:0px;
}
#footer .center	{
	text-align:center;
	line-height:2em;
}
/* text box in header */
#textHeader	{
	position:absolute;
	top:180px;
	left:300px;
	width:670px;
	z-index:99;
}
/*toolbaar*/
#toolbar	{
	margin-top:-2px;
	padding-top:10px;
	border-left: 1px solid #91995e;
	border-right: 1px solid #91995e;
}
/* textpart of the pages */
.uppercase	{
	text-transform:uppercase;
}
.floatRight  {
	margin-left:5px;
	float:right;	
}
.floatLeft  {
	margin:0;
	float:left;
	margin-right:10px;	
}

.clearBoth	{
	clear:both;
}

/* -------------------------middle part --------------------*/
#middle { 
	position:relative;	
	width:992px;	
	color:#FFFFFF;	
	background-color:#91995e;
	border-left: 1px solid #91995e;
	border-right: 1px solid #91995e;		
}
#home #middle	{
	height:310px;	
}


#findus #middle	{
	height:515px;
}
#findus #middle .center	{
	height:465px;
}
#activities #middle	{
	height:500px;
}
#activities #middle .center	{
	height:450px;
}
#wineries #middle	{
	height:350px;
}
#wineries #middle .center	{
	height:300px;
}
#atractions #middle	{
	height:440px;
}
#atractions #middle .center	{
	height:390px;
}
#breakfast #middle	{
	height:430px;
}
#breakfast #middle .center	{
	height:380px;
}
#links #middle	{
	height:780px;
	background-image:url(../images/home_border.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
}
#policies #middle	{
	height:560px;
	background-image:url(../images/home_border.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
}
#guestbook #middle	{
	height:1020px;
	background-image:url(../images/home_border.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
}
#faq #middle	{
	height:900px;
	background-image:url(../images/home_border.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
}
#sitemap #middle	{
	height:340px;
	background-image:url(../images/home_border.jpg);
	background-position: bottom;
	background-repeat:repeat-x;
}
#middle a{
	color:#FFFFFF;
}

#middle li {
	margin-left:-15px;
	list-style-type: disc;
}
#middle .strongText	{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
}
#middle .single	{
	margin-left:25px;
	padding-top:40px;
}
#middle .left	{
	width:246px;	
	float:left;
	margin-left:25px;
	padding-top:40px;		
}
#middle .center	{
	position:relative;		
	width:332px;	
	height:250px;
	margin-left:25px;
	margin-top:25px;	
	border-left-width:1px;
	border-top-width:0px;
	border-right-width:1px;
	border-bottom-width:0px;
	border-style:solid;
	border-color:#FFFFFF;
	padding-left:34px;
	padding-top:50px;
	padding-right:34px;		
	float:left;
	
}

#fotoh1	{
	position:absolute;	
	z-index:1;
}
#fotoh0	{
	position:absolute;	
	z-index:0;
}
#middle .right	{
	margin-right:25px;
	margin-left:721px;
	padding-top:40px;
		
}

/* ----------------------tab part------------------------ */
#tab	{
	width: 992px;
	position:relative;
	border-left: 1px solid #91995e;
	border-right: 1px solid #91995e;
	background-image:url(../images/home_border.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:200px;
}
#noTab	 {
	width: 992px;
	position:relative;
	border-left: 1px solid #91995e;
	border-right: 1px solid #91995e;
	background-image:url(../images/home_border.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:80px;
	margin-top:-12px;

}
#home #tab	{
	height:320px;
}


#leftTab	{
	position:absolute;	
	left:25px;	
	z-index:99;	
	width:464px;
	height:300px;
	background-image:url(../images/findus/tabs-find-us.png);
	background-repeat:no-repeat;
		
}
#home #leftTab	{
	background-image: url(../images/schools.png);
	background-repeat:no-repeat;
	height:280px;	
}

#leftTab .wineries	{
	position:absolute;
	top:110px;	
	
}
#leftTab .wineries img	{
	margin-top:-10px;
}
#rightTab	{
	position:absolute;	
	left:513px;
	width:459px;
	z-index:99;
	background-image: url(../images/findus/tabs-find-us.png);
	background-repeat:no-repeat;
	height:190px;		
}
#home #rightTab	{
	background-image: url(../images/findus/tabs-find-us.png);
	background-repeat:no-repeat;
	height:330px;
	
	
}
#tab a{
	color:#000000;
}
.tabHeader	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:25px;
	margin-top:5px;
	text-transform:uppercase;
}
.tabHeaderSpecial {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FF0000;	
	margin-left:25px;
	margin-top:5px;
	text-transform:uppercase;
}
.tabText	{
	padding:20px;
}
.tabText ul	{
	margin-top:-2px;
}
.tabText li{
	margin-left:-15px;
	list-style-type: disc;
}


#rightTab .area2	{
	margin-top:70px;
	padding-left:18px;
}

#rightTab .bar	{
	margin-left:5px;
	margin-top: 10px;
}
#rightTab .area3	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	text-align:center;
}
#addressBox	{
	padding-left:25px;
	padding-top:10px;
	border-left: 1px solid #91995e;
	border-right: 1px solid #91995e;
}

/*-------------------------------------Room Page---------------------------------*/
.filler {
	height:50px;
	border-left: 1px solid #91995e;
	border-right: 1px solid #91995e;
}
.roominfo	{
	margin-top:-2px;
	padding-top:20px;
	padding-left:25px;
	padding-right:25px;
	border-left: 1px solid #91995e;
	border-right: 1px solid #91995e;
					
}
.roominfo .thumbs	{
	margin-right:20px;
	float:left;
		
}

.roomdetail	{
	position:relative;
	margin-left:415px;		
	height:190px;
	width:525px;		
	
	
}
.roomdetailHeron	{
	margin-left:415px;		
	height:190px;
	width:525px;
	position:relative;	
	
}
.priceText	{
	margin-top:15px;
	margin-left:4px;
}
.dollarfield {
	position:absolute;
	left:20px;
	top:130px;
	width:300px;
	height:60px;
	background-image:url(../images/roompage/single-pricebar.png);
	background-repeat:no-repeat;
	padding-top:5px;		
}
.avail	{
	margin-left:330px;
	margin-top:20px;	
}

.dollar	{
		
	display:inline;
	padding-left:60px;
	margin-right:25px;	
}
/*----- Vervallen nu er alleen vanaf prijzen zijn
.roomdetailHeron .dollarfield {
	position:absolute;
	left:20px;
	top:130px;
	width:300px;
	height:60px;
	background-image: url(../images/roompage/pricedouble.png);
	background-repeat:no-repeat;
	padding-top:5px;
}
-------*/
/*--------------Secondary page-----------------------*/

.fontMedium	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;	
}
.fontLager	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}
.googlemaps{
	margin-left:740px;
	margin-top:-50px;
}
/*----------------Contact Form ----------------*/
#contact form {
	height:615px;
	padding-left: 40px;
	padding-top:10px;
}
fieldset {
	border:outset #ffffff;
	border-color:#ffffff;
	padding: 0 1em 1em 1em;
	width:800px;
}
#Question fieldset	{
	width:700px;
}
legend {
	font-weight:bold;
	padding: 1em;
	color:#000;
}
label, input {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: right;
	width: 150px;
	padding-right: 20px;
}
#Question label	{
	width:290px;
}
#Question input	{
	width:25px;
}
#Send label {
	width: 150px;
	padding-right: 20px;
}
fieldset br {
	clear: left;
}
input[type="submit"], input[type="reset"] {	
	margin: 10px;			
	background-color: #f3f4c4;
}
#contact .send {
	height:150px;
	padding-left: 40px;
	padding-top:40px;
	font-size:20px;
}
