html * {
  padding: 0;
  margin: 0 auto;
}

body {
  background: #1b1c1e;
  font-family: monospace, 'Trebuchet MS', Verdana, Tahoma, sans-serif;
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  color: #b1b1b1;
}

#wrapper {
  width: 1200px;
  background: transparent  url('http://www.ondrejruml.com/repository/layout_new/bg2.png') no-repeat left bottom;
}

#wrapper2 {
  background: transparent  url('http://www.ondrejruml.com/repository/layout_new/bg1.png') no-repeat right top;
}
         
/*
////////////////////////////////////////////////////////////////////////////////
/// TOP
///////
*/

#top {
  width: 960px;
  height: 455px;
  background: url('http://www.ondrejruml.com/repository/layout_new/top.png') no-repeat;
}

#top-vlajky {
  width: 960px;
  padding-top: 30px;
  padding-left: 600px;
}

/*
////////////////////////////////////////////////////////////////////////////////
/// MENU
////////
*/

#menu {
   width: 960px;
   height: 41px;
   margin-top: -25px;
   }

/*
////////////////////////////////////////////////////////////////////////////////
/// CONTENT
///////////
*/

#content {
  width: 960px;
}

#content-left {
  width: 642px;
  float: left;
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 5px;
  
}

#content-text {
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 5px;
  background: url('http://www.ondrejruml.com/repository/layout_new/vypis.png') no-repeat;
}

#content-right {
float: right;
  width: 288px;
  margin-right: -35px;
}

#content-news {
  height: 100%;
  padding-botton: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 35px;
  background: url('http://www.ondrejruml.com/repository/layout_new/koncerty.png') no-repeat;
}

#datum {
  font-size: 16px;
  color: #d7b469;
  font: Franklin Gothic Book;
}

#popis {
  font-size: 14px;
  color: #fff;
}
/*
////////////////////////////////////////////////////////////////////////////////
/// FOOTER
//////////
*/

#footer {
  clear: both;
  width: 960px;
  height: 75px;
  background: url('http://www.ondrejruml.com/repository/layout_new/fotter.png') no-repeat;
  padding-right: 106px;
}

#footer-text {
width: 960px;
  height: 30px;
  padding-top: 45px;
  text-align: center;
  color: #fff;
  padding-right: 106px;
}

#footer-text a {
  color: #fff;
}

/*
////////////////////////////////////////////////////////////////////////////////
/// OBECNE
//////////
*/

h1 {
  color: #316870;
  margin: 0.5em 0;
  font-size: 28px;
  padding-left: 25px;
}

h2 {
  color: #316870;
  margin: 0.5em 0;
  font-size: 24px;
  padding-left: 25px;
}

h3 {
  color: #316870;
  margin: 0.5em 0;
  font-size: 20px;
  padding-left: 25px;
}

h4 {
  color: #b1b1b1;
  font-size: 20px;
}

a {
  text-decoration: none;
  color: #316870;
}

ol {
  padding-left: 85px;
}
