@charset "utf-8";

* { 
  margin: 0; 
  padding: 0; 
}

body {
  font-size: 62.5%;
  font-family: 'Tahoma CE', 'Arial CE', 'Helvetica CE', Tahoma, Arial, lucida, sans-serif;
  background: url('../img_des/bg_body.png') repeat-x top left #fff;
}

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


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

#header-top-left {
  float: left;
}

#header-reklama {
  float: left;
  width: 600px;
  padding-top: 55px;
  padding-left: 15px;
  height: 150px;
}

#header-bottom {
  height: 205px;
  background: url('../img_des/bg_header-bottom.jpg') no-repeat top left;
}


/* H E A D E R - M E N U */
#header-menu {
  height: 47px;
  width: 953px;
  margin: 0 auto;
  background: url('../img_des/a_header-menu.png') repeat-x  top left;
  
}

#searchbar {
  float: left;
  display: block;
  padding-top: 16px;
  background: url('../img_des/bg_searchbar.png') no-repeat top left;
  padding-left: 50px;
  height: 31px;
}


/* L A Y O U T */
#container {
  width: 950px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 1.5em;
}

#subcontainer {
  float: left;
  width: 720px;
  background: url('../img_des/bg_content-top.png') no-repeat top right;
}

#sidebar-left {
  float: left;
  width: 230px;
}

#sidebar-right {
  float: right;
  width: 230px;
}

#content {
  float: left;
  width: 403px;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 11px;
  margin-top: 11px;
  margin-left: 16px;
  background: #f7f9fa;
  background: url('../img_des/bg_content.png') repeat-y top left #fff;  
}

#content-end {
  height: 11px;
  background: url('../img_des/bg_content-bottom.png') no-repeat bottom left;
  width: 475px;
  float: right;
}

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

#menu-img1, #menu-img2 {
  padding-bottom: 20px;
}

#clanky, #napsali, #oblibene {
  padding-bottom: 20px;
}

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

#novinky {
  padding-top: 20px;
}


/* F O O T E R */
#footer {
  background: #24343f;
  font-size: 1.1em;
  color: #788892;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
