@charset "utf-8";

* { 
  margin: 0; 
  padding: 0; 
}

body {
  font-size: 62.5%;
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  background: url('../img_des/bg_body.png') repeat-x top #f7f5ea;
  color: #504e3e;
}

#all {
  font-size: 1.2em;
  width: 950px;
  margin: 0 auto;
}

/* H E A D E R */
#header {
  height: 276px;    
  background: url('../img_des/bg_header.jpg') no-repeat top left;
}

#header-top {
  float: left;
}

#header-bottom {
  height: 57px;
  clear: left;
  margin-left: 338px;
}

#logo {
  padding-left: 338px;
  padding-top: 13px;
  width: 294px;
  height: 207px;
  float: left;
}

#header-text {
  float: left;
  background: url('../img_des/bg_header-text.jpg') no-repeat bottom left;
  padding-top: 13px;
  width: 308px;
  height: 207px;
}

#header-text span {
  display: block;
  padding-top: 55px;
  margin-left: 15px;
  margin-right: 20px;
  margin-bottom: 5px;
  line-height: 16px;
  height: 97px;
}

#hledani {
  float: left;
  margin-top: 18px;
  padding-left: 40px;
}

#menu {
  background: url('../img_des/bg_header-menu.png') no-repeat top left; 
  width: 600px;
  height: 56px;
}

/* L A Y O U T */
.space {
  display: block;
  height: 40px;
}
#container {
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
  width: 940px;
  height: 100%;
  background: url('../img_des/container-top.png') no-repeat top center #fff;
}

#left {
  width: 740px;
  float: left;
}

#sidebar-right {
  width: 200px;
  float: right;
  background: url('../img_des/bg_sidebar-right-bottom.png') no-repeat bottom center;
  padding-bottom: 12px;
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
}

#sidebar-left {
  width: 200px;
  float: left;
  background: url('../img_des/bg_sidebar-left-bottom.png') no-repeat bottom center;
  padding-bottom: 12px;
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
}

#subcontainer {
  width: 530px;
  padding-right: 5px;
  float: right;
  line-height: 18px;
}

.clear {
  display: block;
  clear: both;
}

/* S I D E B A R - L E F T */
#oblibene, #clanky, #pojmy, #nebankovni-spol {
  background: #faf8f3;
  padding-bottom: 20px;  
}

#pojmy {
  padding-bottom: 5px;
}

.tags-cloud {
  padding-left: 15px;
  padding-right: 10px;
}

.obs-pojmy {
  padding-left: 15px;
}

/* S I D E B A R - R I G H T */
#hlavni-menu, #bankovni-spol {
  background: #f7f0e0;
  padding-bottom: 20px;
}

#bankovni-spol {
  padding-bottom: 5px;
}

/* C O N T E N T */
#welcome {
  background: url('../img_des/bg_welcome-bottom.png') no-repeat bottom;
  padding-left: 25px;
  padding-right: 30px;
  padding-bottom: 15px;
}

#welcome-top {
  background: url('../img_des/welcome-top.png') no-repeat top;
  height: 18px;
}

#content {
 margin-top: 30px;
 padding-left: 25px;
 padding-right: 30px; 
}

#novinky {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

/* F O O T E R */
#footer {
  height: 65px;
  background: #513d2c;
  color: #c1b4a0;
}

.footer-text {
  width: 950px;
  margin: 0 auto;
  background: url('../img_des/footer-bottom.png') no-repeat top;
  text-align: center;
  padding-top: 28px;
  font-size: 1.2em;
}
