body {
  padding: 0;
  margin: 0;
  background-color: #352506;
  text-align: left;
}

#header ul {
  margin: 0;
  padding: 0;
}

#main {
  width: 1024px;
  padding: 0;
  margin: 45px auto;
  background-color: #faf4e9;
  border-style: solid;
  border-color: #faf4f4;
  border-width: 1px 1px 1px 1px;
}

#header {
  background-image: url('/static/images/header.png');
  height: 338px;
  position: relative;
}

.layout-tvorba #header {
  background-image: url('/static/images/header_tvorba.png');
}

#header h1, #index-header h1 {
  display: none;
}

#section-logo {
  width: 336px;
  height: 166px;
  position: absolute;
  left: -100px;
  top: 20px;
}

.section-aktuality #section-logo {
  background: url('/static/images/section_aktuality.png') no-repeat;
}

.section-autor #section-logo {
  background: url('/static/images/section_autor.png') no-repeat;
}

.section-tvorba #section-logo {
  background: url('/static/images/section_tvorba.png') no-repeat;
}

.section-vystavy #section-logo {
  background: url('/static/images/section_vystavy.png') no-repeat;
}

.section-kontakt #section-logo {
  background: url('/static/images/section_kontakt.png') no-repeat;
}

#footer {
  background-image: url('/static/images/footer.png');
  background-repeat: no-repeat;
  height: 47px;
  padding-top: 225px;
  padding-left: 20px;
  padding-bottom: 0;
  font-family: Arial, sans-serif;
  font-size: 22px;
  clear: both;
}

.layout-tvorba #footer {
  background-image: url('/static/images/footer_tvorba.png');
}

#content {
  padding: 5px 25px 0 25px;
  font-family: Arial, sans-serif;
}

#content img {
  margin-right: 16px;
}

.layout-tvorba #content {
  margin-left: 160px;
}

#sidebar {
  width: 140px;
  float: left;
  margin-top: 40px;
}

#sidebar-navigation {
  padding-left: 8px;
}

#sidebar-navigation li {
  list-style: none;
  background-position: -15px -30px;
  background-repeat: no-repeat;
  padding: 15px 20px;
  margin: 15px 0;
}

#sidebar-navigation li.l1 {
  background-image: url('/static/images/smouha1.png');
}

#sidebar-navigation li.l2 {
  background-image: url('/static/images/smouha2.png');
  background-position: -30px -30px;
}

#sidebar-navigation li.l3 {
  background-image: url('/static/images/smouha3.png');
  background-position: -10px -16px;
}

#sidebar-navigation li.l4 {
  background-image: url('/static/images/smouha4.png');
  background-position: -20px -18px;
}

#sidebar-navigation li.l5 {
  background-image: url('/static/images/smouha5.png');
  background-position: 0px -7px;
}

#sidebar-navigation li a {
  text-decoration: none;
  font-family: Arial, sans-serif;
  color: #000;
  font-size: 20px;
}

#sidebar-navigation li a:hover {
  text-decoration: underline;
}

.layout-tvorba  {
  background: url('/static/images/tvorba_background.png');
}

h2 {
  font-family: Arial, sans-serif;
}

h1 {
  margin: 0;
}

#navigation li, #index-navigation li {
  list-style: none;
}

#navigation span, #index-navigation span {
  display: none;
}

#navigation li a, #index-navigation li a {
  position: absolute;
}

#navigation #autor {
  background: url("/static/images/autor.png");
  width: 131px;
  height: 83px;
  left: 46px;
  top: 220px;
}

#navigation #tvorba {
  background: url("/static/images/tvorba.png");
  width: 135px;
  height: 66px;
  left: 216px;
  top: 199px;
}

#navigation #aktuality {
  background: url("/static/images/aktuality.png");
  width: 170px;
  height: 73px;
  left: 393px;
  top: 178px;
}

#navigation #vystavy {
  background: url("/static/images/vystavy.png");
  width: 143px;
  height: 70px;
  left: 613px;
  top: 185px;
}

#navigation #kontakt {
  background: url("/static/images/kontakt.png");
  width: 147px;
  height: 89px;
  left: 814px;
  top: 207px;
}

#index-navigation #autor {
  background: url("/static/images/link_autor.png");
  width: 227px;
  height: 81px;
  left: 594px;
  top: 48px;
}

#index-navigation #tvorba {
  background: url("/static/images/link_tvorba.png");
  width: 216px;
  height: 84px;
  left: 572px;
  top: 131px;
}

#index-navigation #aktuality {
  background: url("/static/images/link_aktuality.png");
  width: 224px;
  height: 82px;
  left: 544px;
  top: 220px;
}

#index-navigation #vystavy {
  background: url("/static/images/link_vystavy.png");
  width: 220px;
  height: 91px;
  left: 523px;
  top: 289px;
}

#index-navigation #kontakt {
  background: url("/static/images/link_kontakt.png");
  width: 223px;
  height: 85px;
  left: 495px;
  top: 368px;
}

.page-index {
}

.page-index #content {
  width: 753px;
  height: 820px;
  background: url('/static/images/index.png') no-repeat;
  margin: auto;
  position: relative;
}

.page-index #index-navigation {
  
}
