﻿/* Hlavicka PPZ
------------------------------------------------------------------------------*/
.hl-ppz {
	height: 70px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 951px;
	color: #000000;
	background-color: #FFFFFF;
}
.hl-ppz h1, .hl-ppz h1 span {
	font-size: 24px;
	height: 37px;
	width: 400px;
	position: absolute;
	top: 15px;
	left: 10px;
	margin: 0;
	padding: 0;
}
.hl-ppz h1 span {
	font-size: 30px;
	top: 0px;
	left: 0px;
    background: url(/Design/images/ppz/replace-partner-pro-zdravi.gif) no-repeat;
}
.hl-ppz h1 a {
    color: #719626;
    text-decoration: none;
}
.hl-ppz h1 a em {
    color: #E31D28;
    font-weight: bold;
}

.hl-ppz p {
    color: #76923C;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    left: 371px;
    position: absolute;
    top: 25px;
	margin: 0;
	padding: 0;
}
.hl-ppz p, .hl-ppz p span {
    height: 22px;
    width: 302px;
}
.hl-ppz p span {
    background-image: url(/Design/images/ppz/replace-zaslouzite-si.gif);
}    

/* 1.1) Text replacement
------------------------------------------------------------------------------*/
.replace {
    overflow: hidden;
    padding: 0;
    position: relative;
}
.replace a span, a.replace span {
    cursor: pointer;
}
.replace span {
    background-position: 0 0;
    background-repeat: no-repeat;
    left: 0px;
    position: absolute;
    top: 0px;
}  
    
/* 3.8 Vyhledavani
------------------------------------------------------------------------------*/
.search {
	position: absolute;
	right: 0;
	top: 5px;
	width: 300px;
	height: 60px;
}
.search br {
    display: none;
}
.search label, .search input {
    font: 12px arial, verdana, sans-serif;
}
.search fieldset label {
    display: none;
}
.search fieldset {
	border: 0;
	float: right;
	margin: 0;
	padding: 0 6px 0 0;
}
.search input.s_word {
	background: #FFF;
	border: 1px #A9A9A9 solid;
	color: #909090;
	height: 19px;
	float: left;
	margin: 2px 0 0 0;
	width: 160px;
	padding: 0 0 0 2px;
}
.search input.submit {
	background: #BFBFBF url(/Design/images/ppz/input-search-submit.gif) no-repeat left top;
	border: 0;
	color: #000;
	cursor: pointer;
	height: 25px;
	font-weight: bold;
	padding: 0;
	width: 89px;
	margin: 0 0 0 5px;
}
.search .prepinac {
	float: right;
	width: 270px;
	color: #000;
	margin: 10px 0 0 0;
	padding: 0;
}
.search .prepinac input, .search .prepinac label {
    float: left;
    height: auto;
    width: auto;
}
.search .prepinac label { margin: 2px 0 0 0; padding: 0 0 0 2px;}
    
