/* ----- Definice titulku ----- */
h1 {
	position: relative;
	padding: 0;
	width: 468px;
	height: 60px;
	font-size:8px;
	margin-top: 5px;
	}

h1.text a {
  display: block;
  position: relative;
  width: 468px;
  height: 60px;
  overflow: hidden;
  color: #292929;
  cursor: hand;
  border: #FFFFFF solid 1px;
}

h1.text span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 468px;
  height: 60px;
  margin: 0;
  padding: 0;
}

h1.text span.baner {
  background: url(distribuce.gif) top left no-repeat;
  }
  

 


