/* Boxes */

aside {
  margin-top:15px;
  margin-bottom:35px;
}

aside h2.heading {
  display:block;
  margin-left:15px;
  padding-bottom:15px;
  font-size:18px;
  font-weight:bold;
  color:#3a77a6;
}

  aside strong.heading {
      display:block;
      font-size:24px;
      color:#E9849D;
      font-style:italic;
      padding:0px 10px 5px 0px;
      margin:0px 5px 10px 0px;
      background:#fff;
      border-bottom:2px dotted #E9849D;
    }
    
  aside .heading-back {
     /*background:url('/img/box_heading_stroke.gif') repeat-x 0px 7px;
     margin-bottom:20px;*/
  }


/* kontaktbox */
aside .kontakt p.maplink {
  background:url('/img/maplink.gif') no-repeat left top;
}


/* novinkovy box */

aside.news {
  
}

aside.news section {
  margin-top:5px;
  margin-left:0px;
  padding:0px;  
}

  .aside.news section h2, .aside.news section h3 {
    padding-left:10px;
    margin-bottom:5px;
    color:#000;
    font-size:14px;
    border-left:5px solid #e59a01;    
  }
  
    .aside.news section h2 a, .aside.news section h3 a {
      color:#000;
    }
    
.aside.news section article p {
  margin-bottom:25px;
  padding-left:15px;
  color:#554c3b;
}    