.Nhistorie
{
background: url('../../grafika/nadpis_historie.jpg') no-repeat;
margin-top: 10px;
}

.divHistorie
{
width: 100%; margin-top: 10px; float: left; padding: 0 20px 0 20px;
}

.divHistorie p
{
font-size: 95%;
line-height: 1.4em;
color: #646464; /* šedá */
}

.btn_vice_prefix
{
	width: 70px;
  height: 38px;
  display: block;
  float: right;
  margin: 0 35px 0 0;
  text-align:center;
  line-height:38px;
  color:white;
  text-decoration:none;
  font-weight:700;
  font-size:18px;
  border-radius:3px;
	background: #12326e;
	text-shadow: 2px 2px #222222;
}

a:hover.btn_vice_prefix
{
  background:#1C6AAF;
}


