body {
  background-color: #1E0008
}

#header {
  height: 162px;
  background:  url(images/header.jpg) no-repeat; 
}

/* MENU */
#menu {
  background:  url(images/menu.jpg) no-repeat;
  height: 71px;  
  text-align: center;
}

#menu ul {
  padding: 24px 50px;
  margin: 0px;
}

#menu ul li {
  display: inline;
  list-style-type: none;
}

#menu a {
  color: #FEE2C5;
  font-weight: bold;
  text-decoration: none;
  padding: 12px 17px;
  font-size: 15px;
  text-transform: uppercase;
}

#menu a:hover, a.active{
  background-color: #44010F !important; 
  color: #DE9852 !important;
}

/* CONTENT */
#content {
  padding: 30px 0px;
  background-color: #2C000C;
  color: #FEE2C5;
}

#content a {
  color: #DE9852;
  font-weight: normal;
  text-decoration: none;
}

#content a:hover {
  color: #FEE2C5;
}

.left  {
  margin-left: 91px;
}

.right {
  margin-right: 91px;
}

h1 {
  color: #DE9852;
  font-size: 16px;
  font-weight: bold;
}

.sekcia {
  font-size: 16px;
  font-weight: bold !important;
}

img.okraj {
  border: 15px solid #44010F !important;
}

.clanok, .ocenenie, .film {
  background-color: #44010F;
  padding: 3px 10px;
  margin-bottom: 5px;
}

.pdf {
  text-align: right;
}

.album {
  margin-bottom: 10px;
}


/* FOOTER */
#footer {
  height: 80px;
  background-color: #0F0004;
  color: #62301A;
  font-weight: bold;
}

.footer-text {
  color: #62301A;
  font-weight: bold;
  padding-top: 30px;  
}

#footer a {
  color: #62301A;
  font-weight: bold;
  text-decoration: none;
}

#footer a:hover {
  color: #DE9852;
}

