/* CSS Document */

body,td {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
body {
	background-color: #0490e0;
	margin: 10px;
}
p {
	margin: 0px;
}
h1 {
	margin: 0px;
	font-size: 22px;
	font-weight: normal;
}
/* ----------------- links -----------------------*/
a {
	text-decoration: none;
	color: #FFCC00;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFCC00;
}
/* ----------------- back & copyright -----------------------*/
.backlinks {
	font-weight: bold;
}
.backlinks a {
	color: #005E94;
	text-decoration: none;
}
.backlinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright {
	font-size: 10px;
	color: #005E94;
}
/* ----------------- form -----------------------*/
.formspace {
	padding: 6px 6px 6px 12px;
}
.formfield {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #005E94;
	border: 1px solid #0490e0;
	font-size: 11px;
	padding: 3px;
}
.formbutton {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0490E0;
	border: 1px solid #005e94;
	font-size: 11px;
	padding: 2px;
}
/* ----------------- pricelist -----------------------*/
.ratestable {
	width: 100%;
	background-color: #005E94;
}
.ratescorner {
	background-color: #FFFFFF;
}
.ratesheader {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #005E94;
	text-align: center;
}
.ratesrooms {
	background-color: #FFFFFF;
	font-weight: bold;
	color: #005E94;
	padding-right: 4px;
	padding-left: 4px;
}   
.ratesprices {
	background-color: #FFFFFF;
	color: #005E94;
	text-align: center;
}
.notes {
	font-weight: normal;
	padding: 4px;
	text-align: left;
}	
.offers {
	background-color: #005E94;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 4px;
}
/* ----------------- hotel styles -----------------------*/
.b01 {
	background-image: url(img/01.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.b02 {
	background-image: url(img/02.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.b03 {
	background-image: url(img/03.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.b04 {
	background-image: url(img/04.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.photos {
	border: 2px dotted #0490E0;
	padding: 2px;
}
