@charset "utf-8";

* { 
  margin: 0; 
  padding: 0; 
}

body {  
  margin: 0; 
  padding: 0; 
  font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif; 
  font-size: 13px;
  background: url('../img_des/bg_body.png') repeat-x top left; 
  color: #323232;
}

#all {
  width: 914px;
  margin: 0 auto;
}

#header {
  padding-bottom: 10px;
}

#header-reklama {
  height: 27px;
  padding-top: 9px;
}

#header-menu {
 width: 100%;
 height: 46px;
}

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

#content {
  float: left;
  width: 620px;                            
  line-height: 20px;
  padding-top: 15px;
  padding-left: 20px;
}

#sidebar {
  float: right;
  width: 200px;
  border: 1px solid #e0e0e0;
  padding-left: 15px;
  padding-right: 15px;
  background: #f5f5f5;
  line-height: 20px;
}

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

#oblibene {
  padding-bottom: 20px;
  line-height: 22px;
}

#sidebar-bottom {
  padding-bottom: 20px;
}

#novinky {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  line-height: 20px;
}

#footer {
  background: #000;
  color: #fff;
  height: 40px;
  padding-top: 30px;
  text-align: center;
}
