/* SITE SPECIFIC CSS */

/***************************************************
 * homepage
 ***************************************************/
 
/* header: "Rome Hotels and Hotels" above of main booking engine */
h1, #heading-main h1 {
  color: #990000;
  font-size: 16px;
}
/* header: "30 EUR per Person per night" above of main booking engine */
.thirty {
  font-size: 23px; 
  color:#C50233;
}
/* "instantly confirmed" */
#wt1 { color: #C50233; }
/* "wysiwyg" */
#wt2 { color: #990000; }

/***************************************************
 * content area
 ***************************************************/

/* general bar on allmost all pages */
.accdetbar { background-color:#F9A9A9 }
.offerlist { background-color:#F9A9A9 }
.offer_type_separator {height:8px;background-color: #F9A9A9;}

/* our accommodation - tab */
.acctab-on { background-color: #F9A9A9 }
.acctab-off { background-color:#E7E7E7 }
.accbox { background-color:#E7E7E7 }
.pages { background-color: #F9A9A9; }

/***************************************************
 * top bar (main navigation)
 ***************************************************/
#navigation a { 
  color: #FFFFFF;
}
#navigation a.on {
  color: #750404;
}

/*here*/
#container-mid {
  background-color: #CC0033;
}  

/***************************************************
 * left bar
 ***************************************************/

/* general background: hidden by leftbar.gif, but viewable onLoad */
/*here*/
#container-nav-main { background-color: #C50233; }  

/* button labels */
#button-left a { color: #FFFFFF; }

/* booking engine */
#bookingengine-left { background-color: #F9A9A9; }

/* newsletter box */
#newsletter {
  color: #000000;
  background-color: #F9A9A9;
}

/***************************************************
 * footer bar
 ***************************************************/

#footer, #footer a {
  background-color: #CCCCCC;
  color: #053649;
}

/***************************************************
 * var
 ***************************************************/

/* empty div in top bar: where the bunny locally is > not used yet */
#toptext { color: #053649; }

/* js calendar background color, overwrite /bunny/dhtmlgoodies_calendar.css */
#topTable, #topTable td { background-color: #F9A9A9; }


/* overriding price border that appears where around the price on offerlist page*/
.priceborder { background-color: #F9A9A9; }