.html, body {
   background: #FFFFFF;
   height: 100%;
   margin: 0px;
   scrollbar-3dlight-color:; 
	scrollbar-arrow-color:#333333;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#D4DAD7;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF
}

#container {
   width: 100%;
   height: 100%;
}

#mainindex { 
   positon: top;
   width:898px;
   height: 578;
   margin: 0px;
   background-repeat: no-repeat;
   background-image: url(pics/background.jpg);
   
}

#mainbooking { 
   positon: top;
   width:898px;
   height: 578;
   margin: 0px;
   background-repeat: no-repeat;
   background-image: url(pics/background-booking.jpg);
   
}

.text {
	font-family: "Trebuchet MS", Verdana,Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3A5258;
}

.textgreen {
	font-family: "Trebuchet MS", Verdana,Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #7AB131;
}

.header {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #7AB131;
}
 
.textlink {
	font-family: "Trebuchet MS", Verdana,Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #3A5258;
}
a.textlink:link { color:#3A5258; text-decoration:none }
a.textlink:visited { color:#3A5258; text-decoration:none }
a.textlink:active { color:#FFCC01; text-decoration:none;  }
a.textlink:hover { color:#FFCC01; text-decoration:none; }

.linkstorno {
	font-family: "Trebuchet MS", Verdana,Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #607A80;
}
a.linkstorno:link { color:#607A80; text-decoration:underline }
a.linkstorno:visited { color:#607A80; text-decoration:underline }
a.linkstorno:active { color:#FFCC01; text-decoration:underline;  }
a.linkstorno:hover { color:#FFCC01; text-decoration:underline; }

.headerbio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}


