/* e-Podhajska.cz website CSS */

#textContent a,
.textContent a,
#center a,
#sideOne a
  { color: #2D8900;}

#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
  { color: #1D5700; }


#container {
 background: #fff;
}


#nav {
background: #41C600 url("http://www.e-podhajska.cz/images/menu-bg.gif") no-repeat ;
border-bottom: #EDE500 10px solid;
}

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

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

#footBottom {
background: #2D8900;
}

#logo a  {
background: url("http://www.e-podhajska.cz/images/e-podhajska-logo.png") no-repeat;
width: 380px;
color: #999;
text-decoration: none !important;
}

body #logo small {
display: block;
width: 140px;
float: right;
margin-top: -5px;
font-size: .8em;
line-height: 1.4em;
}

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

/* Sidebox */

#sideOne .sideBoxItem.podhajskaSideBox h2 {
background: #2D8900;
color: #fff;
margin: 0;
padding: .5em 10px;
}

#sideOne .sideBoxItem.podhajskaSideBox {
background: #E0E9E8;
margin-left: -10px;
margin-right: -10px;
width: 333px;
}

#sideOne .sideBoxItem.podhajskaSideBox ul li {
border-bottom: 1px solid #fff;
padding: 5px 10px;
}

.imageBox {
padding: 0;
}

.imageBox span.obal {
background: #E0E9E8;
display: block; 
border-top: 1px solid #E0E9E8;
}

.imageBox span.popis {
margin: 10px;
display: block;
}

.imageBox small {
display: block; font-size: 1em; color: #aaa;
}

#serverMenu { width: 500px; }

/* Univerzalni tlacitka */

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

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

/* Univerzalni hlaska */

.message 
  { background-color: #256000; }


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


