
body {
  margin: 0;
  background: #D2CFCE url('./images/page-bg.png') repeat-x top center;
  color: #232323;
  font-family: Arial, Helvetica, Verdana;
  font-size: 12px; 
}

p {
  margin-bottom: 0px;
}

a {
  color: #0098ac;
}


h1,h2,h3 {
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
  line-height: 1;
}

h1 {
  font-size: 28px;
  font-weight: 600;
  color: #2e2e2e;
}

h2 {
  margin-bottom: 10px;
  color: #0098ac;
  font-weight: bold;
  font-size: 18px;
}

h3 {
  margin-bottom: 10px;
  color: #0098ac;
  font-weight: bold;
  font-size: 18px;
}

#container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  width: 1010px;
  background: #fff;
}

html > body #container {
  padding-left: 20px;
  padding-right: 20px;
  background: url('./images/container-bg.png') repeat-y center top;  
  width: 1010px;
}

#header {
  width: 100%;
  background: #0098ac url('./images/header-bg.png');
}

#header img {
  border: 0px;
}


#logo {
  display: block;
  margin-top: 38px;
  margin-left: 20px;
  width: 650px;
  height: 68px;
  background: url('./images/logo.png') no-repeat top left;
}

#header-right {
  color: #fff;
  padding-top: 10px;
  padding-right: 10px;
}

#header-right a {
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

#header-right a:hover {
  text-decoration: underline;
}

#enews {
  margin-top: 40px;
  color: #000;
  font-size: 14px;
}

#enews-email {
  padding: 4px;
  width: 150px;
  border: 1px solid #2e2e2e;
  color: #888;
  font-size: 12px;
}

#enews-btn {
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  border: 0px;
  background: #2e2e2e;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

#main-menu {
  height: 20px;
  margin-bottom: 7px;
  padding: 10px;
  padding-left: 10px;
  border-bottom: 3px solid #7e7e7e;
  background: #2e2e2e;
}

#main-menu a {
  display: block;
  float: left;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 18px;
  padding-right: 18px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#main-menu a:hover {
  text-decoration: underline;
}

#main-menu .sel {
  float: left;
  background: #7e7e7e url('./images/tm-l.png') no-repeat top left;
}

#main-menu .sel a {
  padding-right: 18px;
  background: url('./images/tm-r.png') no-repeat top right;
  xtext-decoration: underline;
}

#lsb {
  width: 230px;
  background: #E6E4E1;
}

#spm-title {
  padding-top: 8px;
  padding-bottom: 4px;
  xborder-bottom: 1px solid #0098ac;
  padding-left: 10px;
  color: #2e2e2e;
  font-size: 22px;
  font-weight: 500;
}

#sp-menu a.i1 {
  display: block;
  color: #fff;
  font-size: 14px;
  xfont-weight: bold;
  background: #0098AC url('./images/lm-bg.png') no-repeat center left;
  text-decoration: none;
  padding: 6px;
  padding-left: 28px;
  padding-right: 4px;
  margin-bottom: 2px;
}

#sp-menu a.i1-sel {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: #0098AC url('./images/lm-bg.png') no-repeat center left;
  text-decoration: none;
  padding: 6px;
  padding-left: 28px;
  padding-right: 4px;
  margin-bottom: 2px;

  color: #2e2e2e;
  background: #fff url('./images/lm-bg-sel.png') no-repeat center left;
  xtext-decoration: underline;

  border-top: 1px solid #0098ac;
  border-bottom: 1px solid #0098ac;
}

#sp-menu a.i2 {
  display: block;
  color: #2e2e2e;
  font-size: 12px;
  xfont-weight: bold;
  background: #fff;
  text-decoration: none;
  padding: 6px;
  padding-left: 28px;
  padding-right: 4px;
  margin-bottom: 2px;
  border-bottom: 1px solid #D5D3CD;
}

#sp-menu a.i2-sel {
  display: block;
  color: #0098ac;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  text-decoration: none;
  padding: 6px;
  padding-left: 28px;
  padding-right: 4px;
  margin-bottom: 2px;
  border-bottom: 1px solid #D5D3CD;

  xcolor: #2e2e2e;
  background: #fff url('./images/lm-bg-sel.png') no-repeat center left;
  xtext-decoration: underline;
}

#sp-menu a:hover {
  text-decoration: underline;
}

.spacer {
  height: 20px;
}

#lsb .panel-title {
  height: 22px;
  color: #fff;
  
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

#lsb .panel-title span {
  display: block;
  float: left;
  padding: 3px;
  padding-left: 6px;
  padding-right: 6px;
  background: #0098ac;
}

#lsb .panel {
  padding: 10px;
  padding-top: 6px;
  padding-bottom: 6px; 
  background: #e7e4e2 url('./images/panel-bg.png') repeat-x top;
  border-top: 1px solid #0098ac; 
  border-bottom: 1px solid #D5D3CD;
}

.seout a {
  color: #000;
}

#body {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.6;
}


#nav {
  margin-bottom: 10px;
  color: #6e6e6e;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px solid #D5D3CD;
  border-bottom: 1px solid #D5D3CD;
}

#navcmd-print {
  padding-left: 20px;
  background: url('./images/i-print.png') no-repeat center left;
}

#nav a {
  color: #6e6e6e;
  font-size: 11px;
  text-decoration: none;
  margin-bottom: 5px;
}

#nav a:hover {
  text-decoration: underline;
}

#body-btm {
  margin-left: 20px;
  margin-right: 10px;
  padding-top: 4px;
  border-top: 1px solid #D5D3CD;
  text-align: right;
}

#body-btm a {
  color: #6e6e6e;
  font-size: 11px;
  text-decoration: none;
  margin-bottom: 5px;
}

#body-btm a.gotop {
  padding-left: 20px;	
  background: url('./images/i-gotop.png') no-repeat center left;
}

#body-btm a:hover {
  color: #6e6e6e;
  text-decoration: underline;
}

#rsb {
  line-height: 1.6;
}

.rsb-title {
  padding: 5px;
  padding-left: 10px;
  color: #fff;
  background: #2e2e2e;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1px;
}

#sponsors a {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 200px;
  height: 90px;
}

#sponsors .prozvok {
  background: url('./images/sp-prozvok.png') no-repeat center center;
}
#sponsors .jez {
  background: url('./images/sp-jez.png') no-repeat center center;
}
#sponsors .expo {
  background: url('./images/sp-expo.png') no-repeat center center;
}
#sponsors .fes {
  background: url('./images/sp-fes.png') no-repeat center center;
}

#rsb .panel {
  padding: 10px;
  padding-top: 6px;
  padding-bottom: 6px; 
  background: #ECEAE8 url('./images/rsb-bg.png') repeat-y top left;
  border-bottom: 1px solid #D5D3CD;
}


#rsb .panel a {
  display: block;
  color: #2e2e2e;
  padding-left: 15px;
  background: url('./images/li.png') no-repeat 0px 5px;
}

.sloevent-li {
  display: block;
  padding-left: 15px;
  *padding-left: 0px;
  _padding-left: 0px;
  margin-left: 0px;
  list-style: none;
  background: url('./images/li.png') no-repeat 0px 5px;
}






#footer {
  margin-top: 20px;
  padding: 8px;
  padding-left: 10px;
  background: #2e2e2e;
  color: #fff;
  line-height: 1.6;
}

#footer a {
  padding: 4px;
  color: #9e9e9e;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.block-spacer {
 height: 20px;
}

.panel-1 {
  border-top: 1px solid #0098ac;
  border-bottom: 1px solid #0098ac;
  background: #E6E4E1;
  padding: 7px;
  font-size: 13px;
  font-weight: bold;
}

.image-border {
  border: 0px;
}

.photo {
  border: 0px;
}

#header-print {
  display: none;
}

#table-body {
  width 1010px;
}

#likes {
  float: right;
  margin-right: 0px;
}

#___plusone_0 {
    width: 60px !important; 
}
