/** NADPIS */

h1, h2, h3, h4, h5, h6 {
  font-size: 1.0em;
}

h1 {
  display: none;
}

ul {
  list-style-type: none;
}


/* H E A D E R */
#header-text a {
  float: right;
  margin-right: 33px;
}

#header img {
  border: none;
  float: left;
}

#hledani .keyword {
  background: url('../img_des/bg_input.png') no-repeat top center;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 6px;
  width: 135px;
  font-size: 1.0em;
  float: left;
}

#hledani .go {
  background: url('../img_des/bg_go.png') no-repeat top center;
  border: none;
  display: block;
  width: 31px;
  height: 20px;
  float: left;
  margin-left: 4px;
  margin-top: 1px;
  cursor: pointer;
}

#menu ul {
  float: left;
  margin-top: 20px;
  margin-left: 25px;
}

#menu li {
  display: inline;
  padding-left: 15px;
  padding-right: 12px;
  background: url('../img_des/sep.png') no-repeat left center;
  padding-top: 4px;
  padding-bottom: 4px;
  
}

#menu a {
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  font-size: 1.0em;
  color: #ece4c3;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

#menu a:hover {
  text-decoration: underline;
}


/* S I D E B A R - L E F T */
#oblibene h3, #clanky h3, #pojmy h3, #nebankovni-spol h3 {
  color: #c9602f;
  font-size: 1.2em;
  padding-left: 15px;
}

#clanky h3 {
  padding-top: 11px;
  padding-bottom: 20px;
  background: url('../img_des/h3_oblibene.png') no-repeat top;
}

#oblibene a {
  color: #3a8ab3;
}

#oblibene a:hover {
  text-decoration: none;
}

#oblibene h3, #pojmy h3, #nebankovni-spol h3 {
  background: url('../img_des/h3_left.png') no-repeat top;
  padding-top: 9px;
  padding-bottom: 20px;
}

#clanky a {
  padding-left: 15px;
  color: #3a8ab3;
  font-weight: bold;
}

#clanky p {
  width: 95px;
  color: #63544f;
}

#clanky img {
  padding-top: 4px;
  padding-bottom: 5px;
  padding-right: 5px;
}

#pojmy a {
  color: #3b7387;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding-left: 15px;
  background: url('../img_des/list_pojmy.png') no-repeat left center;
}

#pojmy a:hover {
  text-decoration: underline;
}


/* S I D E B A R - R I G H T */
#hlavni-menu h3, #bankovni-spol h3 {
  color: #c9602f;
  font-size: 1.2em;
  padding-left: 15px;
}

#hlavni-menu h3 {
  padding-top: 11px;
  padding-bottom: 20px;
  background: url('../img_des/h3_menu.png') no-repeat top;
}

#bankovni-spol h3 {
  background: url('../img_des/h3_right.png') no-repeat top;
  padding-top: 10px;
  padding-bottom: 20px;
}

#hlavni-menu .selected, #bankovni-spol .selected {
  background: url('../img_des/li_active.png') no-repeat bottom;
}

#nebankovni-spol .selected {
  background: url('../img_des/li_active-left.png') no-repeat bottom;
}

#hlavni-menu a, #bankovni-spol a {
  display: block;
  padding-left: 35px;
  width: 160px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  background: url('../img_des/sipka.png') no-repeat left center;
  color: #3b7387;
}

#nebankovni-spol a {
  display: block;
  padding-left: 35px;
  width: 160px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  background: url('../img_des/sipka-left.png') no-repeat left center;
  color: #3b7387;
}

#hlavni-menu .active, #bankovni-spol .active, #hlavni-menu a:hover, #bankovni-spol a:hover {
  background: url('../img_des/sipka-on.png') no-repeat left center;    
}

#nebankovni-spol .active, #nebankovni-spol a:hover {
  background: url('../img_des/sipka-on-left.png') no-repeat left center;
} 


/* C O N T E N T */
#welcome h2 {
  font-size: 1.3em;
  color: #9b6f3e; 
  padding-bottom: 10px;
}

#welcome a {
  background: url('../img_des/read_more.png') no-repeat top left;
  text-decoration: none;
  color: #fff;
  padding-left: 17px;
  padding-right: 6px;
  padding-bottom: 2px;
}

#welcome a:hover {
  background: url('../img_des/read_more_on.png') no-repeat top left;
}

#content h2 {
  color: #789ba6;
  font-size: 1.3em;
  border-bottom: 1px solid #e6a180;
  margin-bottom: 10px;
  padding-bottom: 2px;
}

#content h2 .first-word {
  color: #c9602f;
}

#content h3 {
  font-size: 1.2em;
  padding-bottom: 4px;
}

#content a {
  color: #b99a56;
  text-decoration: none;
  font-weight: bold;
}

#content a:hover {
  text-decoration: underline;
}

#content strong {
  color: #2b2b2b;
}

#content ul {
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 15px;
}

#content li {
  background: url('../img_des/list_content.png') no-repeat left top;
  padding-left: 15px;
  padding-bottom: 7px;
}

#content blockquote {
  margin: 0;
  padding: 0;
  border-left: 7px solid #f3e5cd;
}

#content blockquote p {
  margin-bottom: 12px;
  padding: 0;
}

#novinky h2 {
  color: #c9602f;
  font-size: 1.3em;
  margin-bottom: 4px; 
}

#novinky h3 {
  font-size: 1.1em;
  padding-bottom: 3px;  
}

#novinky a {
  color: #b99a56;
  text-decoration: none;
}

#novinky a:hover {
  text-decoration: underline;
}

.sitemap-cnt h2 {
  border: none !important;
}


/* F O O T E R */
#footer a {
  color: #c1b4a0;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}
