/* Besenova.cz website CSS */

#textContent a,
.textContent a,
#center a,
#sideOne a,
#content a
  { color: #06F;}

#textContent a:hover,
#textContent a:focus,
#textContent a:active,
.textContent a:hover,
.textContent a:focus,
.textContent a:active,
#center a:hover,
#center a:focus,
#center a:active,
#sideOne a:hover,
#sideOne a:focus,
#sideOne a:active,
#content a:hover,
#content a:focus,
#content a:active
  { color: #002450; }


#container {
  background: #fff;
}

#nav {
background: #003272 url("../images/menu-bg.gif") no-repeat right top;
border-bottom: #008DDE 10px solid;
}

#center, #textContent, .textContent { 	display: block; }

#nav strong a {
background: transparent url("http://www.besenova.cz/images/menu-active.gif") no-repeat left bottom;
}

#footBottom
{
background: #002C74;
}

#logo a  {
  background: url("http://www.besenova.cz/images/besenova-logo.png") no-repeat;
}

#serverMenu {
  width: 300px;
  margin-top: 12px;
}

#serverMenu img {
  margin-top: -2px;
  margin-left: 5px;
}


#cenaRezervace .cenyOverflow {
border-bottom: #9FD2EF 1px solid;
}

table tr.rowCena td {
background: transparent;
}

.footNovinka { color: #fff; font-weight: bold; }

.button.submit, input#reserveButton { background: #06F; border: 1px solid #002450;  }
.button.submit:hover { background: #002450; }

/* Univerzalni tlacitka */

.button.submit {
  border-color: #0044ab;
  /* CSS3 Opacity [OBSOLETE?] */ 
  background: #0066ff; /* Old browsers */
  background: -moz-linear-gradient(top, #5498ff 0%, #0066ff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5498ff), color-stop(100%,#0066ff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5498ff 0%,#0066ff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5498ff 0%,#0066ff 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #5498ff 0%,#0066ff 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5498ff', endColorstr='#0066ff',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #5498ff 0%,#0066ff 100%); /* W3C */  
}

.button.submit:hover,
.button.submit:focus {
  /* CSS3 Opacity [OBSOLETE?] */ 
  background: #5498ff; /* Old browsers */
  background: -moz-linear-gradient(top, #0066ff 0%, #5498ff 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066ff), color-stop(100%,#5498ff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0066ff 0%,#5498ff 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0066ff 0%,#5498ff 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #0066ff 0%,#5498ff 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#5498ff',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #0066ff 0%,#5498ff 100%); /* W3C */  
}

/* Univerzalni hlaska */

.message 
  { background-color: #043077; }
  

/* --------------------------------------------------------------------------------  
   Vsechny divne barvy pryc
   - v obsahu vladne sedive schema 
   s pozadim #f8f8f8
*/

.crumbNavigation {
  background: #f8f8f8;  
}

/* Nadpis v postrannim boxiku */

#sideOne h2, 
#hpNovinky h2, 
#hpMapBox h2, 
#hpUbytovaniBox h2, 
h2.headLikeSide, 
.hpHead h2, 
.mimoSideBox h2 {
  background: #f8f8f8;
  border-bottom: 1px solid #eee;
  color: #666;
  margin-right: -7px;
}

/* Zvyrazneny boxik 
*/

.important,
#sideOne .important,
.lmBanner a {
  background: #f8f8f8;
  border: 0;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

  

