.box_telo_rubriky_minus
{
  float: left;
  overflow: auto;  
  
  width: 100%;
  height: 100%;
  text-align: left;

  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 1px;
 
  border-top: 1px solid #CBC8C8;
  border-right: 1px solid #CBC8C8;
  border-bottom: 1px solid #CBC8C8;
  border-left: 1px solid #CBC8C8;
  
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;    
}

.box_rubrika_dobrissko
{
  float: left;
  overflow: auto;  
  
  width: 100%;
  height: 100%;
  text-align: left;

  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 1px;
 
  border-top: 1px solid #CBC8C8;
  border-right: 1px solid #CBC8C8;
  border-bottom: 1px solid #CBC8C8;
  border-left: 1px solid #CBC8C8;
  
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;

  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;    
}

.rubrika_dobrissko
{
  float: left;
  width: 94%;
  padding: 5px 5px 5px 5px;
}

/*-- Linky --------------------------------------------------------------------*/
.rubrika_dobrissko a:link    { color: #1528c7; text-decoration: none; }
.rubrika_dobrissko a:visited { color: #1528c7; text-decoration: none;}
.rubrika_dobrissko a:hover   { color: #AB0B0B; text-decoration: underline; }