body {
  background: url("../images/back.jpg");
  padding: 0px;
  margin: 0px;
  line-height: 15px;
}

.backleft {
  background-position: 0 100px;
  background-repeat: repeat-x;
  
  background-image: url("../images/backleft.png");
}

.backright {
  background-position: 0 100px;
  background-repeat: repeat-x;
  
  background-image: url("../images/backright.png");
}



.topStrip {
  line-height: 30px;
  height: 30px;
  background-color: #DEDDD8;
}

.content {
  background-color: #DEDDD8;
  padding:20px;
}

.footer {
  padding: 8px 0px 0px 10px;
  color: #63604D;
}

.caption {
  line-height: 18px;
  color: #3F3E3A;  
}

.caption a { 
  color: #63604F;
}

.caption a:link          {}
.caption a:active        {}
.caption a:visited       {}
.caption a:hover         {color: #A90232 }

.newsFirst {
  width: 210px; border:1px solid #754848; 
  background-color: #A90232; margin-top: 10px;
  color: white;
  font-size:10px;
  line-height: 12px;
}

.newsFirst a {
  color: white;
  font-weight: bold;
}

.newsNext {
  width: 210px; border:1px solid #B4B2A9; 
  background-color: #DEDDD8; margin-top: 10px;
  font-size:10px;
  line-height: 12px;
}

.newsNext a {
  font-weight: bold;
}

.zbierkaTitle {
  font-size: 11px;  
  font-weight: bold;  
  color: #666666;  
}

.zbierkaAuthor {
  font-size: 9px;
  color: #938E7A;  
}
.zbierkaBody {
  font-size: 9px;
  color: #666666;  
}

.tbZbierkaCellLeft {
  background-color:#F5F5F3; border: 1px solid #918E7B; height:150px;
}

.tbZbierkaCellRight {
  background-color:#F5F5F3; border: 1px solid #918E7B; height:150px;
}

.tbZbierkaCellSpace {
   width: 10px;
   height: 10px;
   line-height: 10px;
   font-size: 0px;
}

