/*
* farebné variácie pre zimu
*/
/*-------------- BASIC ----------------------*/
a:hover {
    color: #a3b75e;
  }

#main {
    background-color: #f4e5ba;
  }

#header_panel {
    background:url(../images/leto/header.jpg) no-repeat;
  }

#body_panel_left {
    background:url(../images/leto/menu_shadow_right.gif) repeat-y top right #a3b75e;
  }

.menu li {
    background: #f4e5ba;
  }

.menu li.active {
    background-color: #5f5e49;
    color: #f4e5ba;
  }
.bottom {
    background:url(../images/leto/menu_shadow_bottom.gif) no-repeat bottom left;
  }

/*-------------- OBSAZENOST ----------------------*/
.navigacia {
	background-color: #a3b75e;
	}

.dni {
	 border-color: #a3b75e;
  }

table {
	border-color: #a3b75e;
  }
/*-------------- TABULKA ----------------------*/
table#cenik {
    border: 1px solid #a3b75e;
  }

table#cenik thead th {
    background-color: #a3b75e;
  }

table#cenik tbody tr td {
    border: 1px solid #a3b75e;
  }


