/* VelkyMeder.cz website CSS */

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

#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: #390407; }


#container {
  background: #fff;
}



#nav {
background: #003272 url("http://www.velkymeder.cz/images/menu-bg.gif") no-repeat ;
border-bottom: #CA303B 10px solid;
}

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

#footBottom
{
background: #5E060B;
}

#logo a  {
  background: url("http://www.velkymeder.cz/images/velky-meder-logo.png") no-repeat;
  width: 250px;
  margin-top: -4px;
}

#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; }

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

.button.submit, input#reserveButton { background: #c00; border: 1px solid #390407;  }
.button.submit:hover { background: #390407; }


/* Univerzalni tlacitka */

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

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

/* Univerzalni hlaska */

.message 
  { background-color: #890000; }


/* --------------------------------------------------------------------------------  
   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;
}

