
/* Homepage ---------------------------------------- */

/* Hlavni bloky obsahu */
#left {
	float: left;
	width: 545px;
	margin-right: 5px;
}

#right {
	position: relative;
	float: right;
	width: 230px;
}

/* Opticke vyrovnani sloupcu */
.hpTwo-bg {
	background: url(../img/hp-bg.gif) repeat-y right top;
}

/* Levy sloupec */
#promo-foto {
	display: block;
	position: relative;
	width: 545px;
	height: 280px;
	overflow: hidden;
	text-decoration: none;}

/* Textova upoutavka u promo fotky */
.upoutavka {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	width: 253px;
	max-width: 221px;
/*	height: 131px;
	max-height: 100px;*/
	padding: 14px 16px 15px 16px;
	color: #fff;
	line-height: 130%;
	font-size: 110%;
	overflow: hidden;
}
.upoutavka strong {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	text-transform: uppercase;
}
.upoutavka br {
	display: none;
}
/* Polopruhledny box */
.trans {
	background: url(../img/pruhledna-cerna.png) repeat left top;
}
* html .trans {
  background-image: none;
}
* html .trans span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 800px;
	height: 800px;
	background-color: #4D4D4D;
  	filter: alpha(opacity=75);
	z-index: -1;
}

#blue-line {
	position: relative;
	width: 545px;
	height: 30px;
	margin-bottom: 5px;
	background: #577799 url(../img/nadpis-bg.gif) repeat-x left top;
	color: #fff;
	text-transform: uppercase;
}
#blue-line ul {
	position: absolute;
	right: 0;
	background: #577799 url(../img/nadpis-bg.gif) repeat-y left top;
}
#blue-line li {
	float: left;
	padding: 7px 22px 0 10px;
	height: 29px;
	max-height: 23px;
	line-height: 21px;
	font-size: 12px;
	border-left: 1px solid #446990;
	background: url(../img/nadpis-odkaz-bg.gif) no-repeat 100% 0%;
}

#blue-line strong {
	display: block;
	float: left;
	padding: 5px 25px 0 10px;
	height: 29px;
	max-height: 25px;
	line-height: 21px;
	background: url(../img/nadpis-odkaz-bg.gif) no-repeat 100% 0%;
}
#blue-line a {
	display: block;
	float: left;
	color: #fff;
	height: 22px;
	text-decoration: none;
	font-size: 12px;
}
#blue-line ul a {
	max-height: 22px;
	line-height: 16px;
	background: none;
}
#blue-line li:hover, #blue-line strong:hover, #blue-line a:hover {
	background-position: 100% 100%;
}

/* Pravy sloupec */

/* Novinky */
#right h3 {
	margin-bottom: -4px !important;
}
* html #right h3 {
	margin-bottom: 0 !important;
}
#img-novinka {
	margin-top: 4px;
	border-top: 5px solid #fff;
}
#novinka {
	margin-top: 4px;
	border-top: 5px solid #fff;
	padding: 12px;
	background-color: #E9E9E9;
}
* html #novinka, * html #img-novinka {
	margin-top: 0;
}
#novinka p {
	font-size: 110%;
	line-height: 125%;
}
#novinka strong {
	font-weight: normal;
	font-size: 92%;
	color: #666;
}
#novinka h5 {
	font-size: 136.5%;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 7px;
}

/* Newsletter */
#newsletter {
	border-top: 5px solid #fff;
	padding: 12px;
	background-color: #E9E9E9;
}
#newsletter h4 {
	font-size: 119%;
	text-transform: uppercase;
	color: #7F7F7F;
	margin-bottom: 5px;
}
#newsletter p {
	font-size: 110%;
	line-height: 125%;
}
#newsletter form {
	margin-top: 9px;
	margin-bottom: 8px;
}
#newsletter input {
	width: 120px;
	height: 18px;
}
#newsletter .button {
	width: auto;
	height: auto;
}