/* styly pro stranky */
/*
Styly pouzite pouze na jedne strance lze doplnit do sloupce pages.html_head_code. Priklad:

<style type="text/css" media="screen,print">
  div#cng_vozidla h2 { clear:both; }
</style>
*/


a.img_zoom {
background: #555555 url(/img/obal_img/zoom.jpg) no-repeat scroll left bottom;
display:block;
float:left;
padding-bottom:14px;
*padding-bottom:17px;
*margin-bottom:15px;
text-decoration:none;
width: 0px auto;
border: 0px solid;
}

a:hover.img_zoom {
background: #555555 url(/img/obal_img/zoom_href.jpg) no-repeat scroll left bottom;
}

.clean {
  clear: both;
}

/* div#content_main div#content {
background:#000000 none repeat scroll 0 0;
} */

p.button {
  display: block;
  padding-top: 15px;
  *padding-top: 10px;
  padding-bottom: 0px;
  margin-top: 0px;
}

h5 {
  margin-top: 0px;
  *padding-top: 0px;
}

div#hp_aktuality div.akt {
clear:both;
padding-bottom:1.5em;
*padding-bottom:0.4em;
}

a.aleft {
  float:left;
}
