
#container a 
  { color: #0EB10E; }

#container a:hover,
#container a:focus,
#container a:active 
  { color: #044C04; }

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

#hpTopBox {
  background-image: url("http://www.e-slovensko.cz/images/hptopbox-bg.gif")
}

#hpImage {
  background: transparent url("http://www.e-slovensko.cz/images/hp/image-01.jpg") no-repeat;
}

#nav {
  background: #024E40 url("http://www.e-slovensko.cz/images/layout/menu-bg.gif") no-repeat ;
}

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

#container {
  background-image: url("http://www.e-slovensko.cz/images/layout/sidebox-bg.gif");
}

/* Vyrazny boxik na strane - v novych LM */
#sideOne .important,
.lmBanner a  {
  background-color: #f3f2e1;
  color: #666;
}

/* Last Minute */

#container .lmItem:hover .content h2 a,
#container .lmItem:focus .content h2 a 
  { color: #044C04; }


/* Univerzalni tlacitka */

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

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

#content a.button {
  color: #666;
}

#content a.button:hover,
#content a.button:focus,
#content a.button:active {
  text-decoration: none;
}



#content a.button.submit {
  color: #fff;
  text-decoration: none;
}

/* Univerzalni hlaska */

.message 
  { background-color: #0a4b3b; }
