/* index */

#quick {
  float: left;
  width: 180px;
  height: auto;
  margin: 0px 10px 0px 0px;
}

#quick h1{
  font-size: 11pt;
  color: rgb(51,0,0); 
  height: 24px;
  line-height: 26px;
  background-color: rgb(254,199,116);
}

#news {
  float: left;
  width: 400px;
  height: auto;
  margin: 0px 0px 10px 0px;
}

#news h1{
  font-size: 11pt;
  color: rgb(51,0,0); 
  height: 24px;
  line-height: 26px;
  background-color: rgb(254,199,116);
}
/* novinky */

#novinky {
  float: left;
	margin: 0px 0px;
	width: 400px;
	height: auto;
	padding: 0px 0px;
	background-color: rgb(255,254,249);
}

#novinky h1 {
  width: 392px;
  text-align: left;
  font-size: 10pt;
  line-height: 26px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 2px 4px;
  background-color: rgb(255,254,249);
  border-bottom: 2px solid rgb(254,199,116);
}

#novinky p {
  margin: 0px 0px;
  padding: 2px 4px;
  background-color: rgb(254,244,219);
  border-bottom: 1px solid rgb(254,199,116);
}

/* klaendář detail */

#kalendard {
  float: left;
	margin: 0px 0px;
	width: 400px;
	height: auto;
	padding: 0px 0px;
	background-color: rgb(255,254,249);
}

#kalendard h1, #kalendard h3  {
  width: 392px;
  text-align: left;
  font-size: 11pt;
  font-weight: bold;
  line-height: 26px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 4px;
  text-decoration: none;
  background-color: rgb(254,239,166);
  border-top: 1px solid rgb(254,199,116);
  border-bottom: 2px solid rgb(254,199,116);

}

#kalendard h3  {
  background-image: url("../_img/open.gif");
  background-repeat: no-repeat;
  background-position: 98%;
}

#kalendard h2 {
  width: 392px;
  text-align: center;
  font-size: 11pt;
  font-weight: bold;
  line-height: 26px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px 4px;
  text-decoration: none;
  /* background-color: rgb(254,239,166); */
  border-top: 1px solid rgb(254,199,116);
  border-bottom: 1px solid rgb(254,199,116);
}

#kalendard p {
  clear:both;
  margin: 0px 0px;
  padding: 2px 4px 8px 4px;
}

.kd_datum {
    display: block;
    float: left;
    margin: 0 0 4px 0;
    padding: 2px 4px;
    background-color: #FEC774;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
}

.kd_popis {
  margin: 0px 0px;
  padding: 0px 4px;
}

a.kd_priloha, a.kd_priloha:active, a.kd_priloha:visited {
    display:block;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0px 0 0px 0;
    padding: 0 0 0 0;
}

a.kd_priloha:hover {
    text-decoration: underline;
}

#kalendard img {
    position:relative;
    top: 3px;
    border:none;
    margin: 0px 0px 0 0;
}
/* quick */

#quick_menu {
  margin: 12px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#quick_menu p {
  font-size: 8pt;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-top: 6px solid rgb(158,49,44);
  border-bottom: 6px solid rgb(255,254,249);
  /* rgb(254,199,116); */
}

#quick_menu a {
  display: block;
  height: 136px;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin: 0px 0px;
  padding: 4px 0px 0px 0px;
  color: rgb(51,0,0);
/*  background: rgb(254,244,219) url(../_img/but_cukrarna.jpg) no-repeat bottom; */
  background-color: rgb(254,199,116);/* rgb(254,244,219); */
}

#quick_menu a:hover {
  background-color: rgb(255,157,66);/* rgb(254,199,116); */
  /*color:rgb(255,254,249);*/
}

#quick_menu img {
  margin: 6px 0px 0px 0px;
  padding: 0px 0px;
  border: none;
}


