/*************************************
** Locations.css
**************************************/

h1.location_topline
{
  clear: both;
  width: 100%;
  line-height: 175%;
  text-indent: 10px;
  background-color: #daf6c1;
  margin: 10px 0 0 0;
  background-image: none;
  text-align: left;
  font-family: arial;
  font-size: 1.3em;
  padding: 0;
  color: black;
}


h2.location_title
{
  width: 100%;
  line-height: 300%;
  text-indent: 10px;
  background-color: #66ae27;
  margin: 0px 0 0 0;
  background-image: none;
  text-align: left;
  font-family: arial;
  font-size: 1.6em;
  padding: 0;
}

h1.borovets { background-color: #daf6c1; }
h2.borovets { background-color: #66ae27; }

h1.bansko { background-color: #ffbe92; }
h2.bansko { background-color: #ff6600; }

.borovets_light { background-color: #daf6c1; }
.borovets_dark { background-color: #66ae27; }
.bansko_light { background-color: #ffbe92; }
.bansko_dark { background-color: #ff6600; }
