html {font-size: 100.01%;}
body {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 62.5%;
	text-align: center;
	font-family: Tahoma, "Verdana CE", Verdana, "Arial CE", Arial, sans-serif;
	color: #252525;
	background: #FFF;
	line-height: 1.7em;
	
	}

* {	margin: 0; padding: 0;}

h1 {
	font-size: 2em; 
	letter-spacing: -1px; 
	font-weight: normal; 
	margin: 0 250px 0 225px; 
	font-family: "Arial CE", Arial, Tahoma, "Verdana CE", Verdana, sans-serif; 
	color: #484848;
	line-height: 1.2em;
	padding-top: 7px;
	}
h2 {font-size: 1.2em;}
h3 {font-size: 1.1em;}
h4, h5, h6 {font-size: 1em;}

h2, h3, h4, h5, h6 {margin: 0 0 20px 0; padding-top: 15px;}

.left	{text-align: left;}
.center	{text-align: center;}
.right	{text-align: right;}
.clr	{
	clear: both;
	margin-top: -1px;
	position: relative;
	padding: 0;
	height: 0;
	border: none;
	overflow:hidden;
	visibility: hidden;
	line-height: 0;
	}
.clear {clear: both;}
.none {display: none;}
	
hr {
  	border: 0;
  	width: 100%;
  	color: #eb6400;
	background-color: #eb6400;
	height: 1px;
	margin: 0 0 15px 0;
	position: relative;
	}

a {color: #eb6400;}
a:hover {color: #000;}
img {border: none;}
#content img {border: 1px solid #F76900; padding: 3px; max-width: 100%;}
* html #content img {width:100%;}
* html #content span.Icon img {width:auto;} 
* html #content .hpRightCol img {width: 293px;}
p {margin-bottom: 15px;}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none;}

.lft {
	float: left;
	margin: 0 15px 10px 0;
	}

.rgt {
	float: right;
	margin: 0 0 10px 15px;
	}
	
#content ul, #content ol {margin: 0 0 15px 15px;}
	#content ul ul, #content ol ol {margin: 0 0 0 15px;}
	
	#content ol {margin-left: 34px;}
	#content ul {list-style: none;}
		#content ul li {
			background: url(../img/dot.gif) no-repeat 0 5px;
			padding-left: 20px;
			margin-bottom: 10px;
			}

ul.noStyle li {
		background:none !important;		
	}

.subItemsList h2 {padding-top: 0;}
			
.actions {
	text-align: right;
	font-size: 0.9em;
	}
	.actions a {
		color: #000;
		font-weight: bold;
		margin-left: 15px;
		}
		.actions a:hover {
			color: #eb6400;
			}


input {vertical-align: middle;}
input.textfield, input.button, select, textarea {border: 1px solid #929292; vertical-align: middle; font-size: 1em; font-family: Tahoma, "Verdana CE", Verdana, "Arial CE", Arial, sans-serif; padding: 1px;}

.textfield {background: url(../img/textfield-bg.gif) repeat-x #eaeaea;}
option {padding-right: 17px;}
#calculateForm option {padding-right: 0;}

fieldset {border: 0;}
legend {display: none;}

input.button, a.button {
	background: #f76900;
	color: #FFF;
	font-weight: bold;
	border: 0;
	padding: 1px 8px;
	cursor: pointer;
	}
	
	a.button {float: left; =float: none; display: inline-block; text-decoration: none; margin-bottom: 0;}	
	input.button:hover, .button:hover {color: #FFF; background: #484848; _background: #f76900}

/* IE button fix */
	
input.button {
	width: 0;
	overflow: visible;
}
input.button[class] {width: auto;}

.lahev {_behavior: url(http://www.wuestenrot.cz/_dataPublic/js/iepngfix.htc);}

/* tabulka bezna */
table {
	border: 1px solid #f76900;
	border-collapse: collapse;
	font-size: 0.9em;
	margin-bottom: 25px;
	}
	th, td {
		padding: 5px 10px;
		vertical-align: top;
		border-bottom: 1px solid #f76900;
		}
		th {background: #f76900; color: #FFF;}
		tr.odd td {background: #f2f2f2;}
		
/* tabulka neform�tovan� */
table.noformat {
	border: 0;
		}
	.noformat th, .noformat td {
		border: 0;
		background: none;
		color: #252525;
		}
		
/* image replacement */

.damage span, .infoline span, .homepage #header span.rplImg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	}
	
	.damage a, .infoline, .homepage #header a {
		display: block;
		overflow: hidden;
		position: relative;
		}
		
		.damage a {width: 150px; height: 71px;}
		.damage a span {background: url(../img/rpl-nahlaseni-skody.png) no-repeat; cursor: pointer;}
		
		.infoline {width: 181px; height: 46px;}
		.infoline span {background: url(../img/rpl-infolinka.png) no-repeat;}
		

/* ********* zkratky ********* */

.focus {position: absolute; top: 0; left: 0;}

.focus a, .focus span {
	position: absolute;
	top: 0;
	z-index: -10;
	left: -5000px; 
	white-space: nowrap;
	}

.focus a:focus, .focus a:active {
    z-index:450;
	top: 0;
	left: 200px;
    background:#F76900;
	padding: 2px 10px 4px 10px;
	color: #fff;

	}
	
/* float clear */

.box, #h-menu div {
	overflow: hidden;
	_display: inline-block;
	}
	
/* cistic uzivatelskych wysiwyg okras */
	
font {
	font-family: inherit !important;
	color: inherit !important;
	font-size: inherit !important;
	}
	
	
.box {border-left: 1px solid #f76900; padding: 0 15px 0 22px; margin-bottom: 35px;}
	.box h4, .box h3, .box h2, h2.hNews, .product h2 {
		font-family: "Arial CE", Arial, Tahoma, "Verdana CE", Verdana, sans-serif;
		font-size: 1.5em;
		font-weight: normal;
		margin-bottom: 20px;
		padding: 0;
		color: #272727;
		}
	.box h3 {font-size: 1.7em;}
	.box ul, .topBox ul {list-style: none; margin-bottom: 20px; font-size: 1.1em;}
	.box li, .topBox li {margin-bottom: 5px;}
	


/* ********************************************* */	
/* ******************* STRANKA ***************** */
/* ********************************************* */	

#top, #page, #headerContent, #h-menu div {
margin: 0 auto;
text-align: left;
width: 990px;
font-size: 1.2em;
}

/* ***************************************** */	
/* ************** HLAVICKA ***************** */
/* ***************************************** */	

#top {
	height: 10.8em;
	position: relative;
	font-size: 1.1em;
	}
	.logo {
		position: absolute;
		top: 15px;
		left: 15px;
		}		
			
	.lang {
		position: absolute;
		top: 24px;
		right: 15px;
		}
		.lang a {
			padding: 1px 0 1px 28px;
			text-decoration: none;
			color: #929292;
			margin-left: 10px;
			}
			.lang a.cz {background: url(../img/flag-cz.gif) no-repeat 0 -42px;}
			.lang a.de {background: url(../img/flag-de.gif) no-repeat 0 -42px;}
			.lang a.en {background: url(../img/flag-en.gif) no-repeat 0 -42px;}
				
				#cz .lang a.cz, #de .lang a.de, #en .lang a.en {background-position: 0 0; color: #252525;}
				#top .lang a:hover {color: #252525;}
				
	.damage {
		position: absolute;
		top: 35px;
		right: 610px;
		}
		
	.infoline {
		position: absolute;
		top: 53px;
		right: 390px;
		}			
			
	#searchForm {
		position: absolute;
		top: 52px;
		right: 235px;
		_right: 210px;
		line-height: 1.8em;
		_width: 185px;
		}
		#searchForm .textfield {width: 90px;}
		
	#loginForm {
		position: absolute;
		top: 52px;
		right: 3px;
		=right: 13px;
		width: 200px;
		line-height: 1.8em;
		}
		#loginForm label {margin-right: 5px;}
		#loginForm input.textfield {color: #8d8d8d;}
		#contractNr {width: 71px;}
		#pin {width: 37px;}		
		
	
/* **************************************** */	
/* ***************** MENU ***************** */
/* **************************************** */	

#h-menu {
	background: #f76900;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	min-width: 990px;
	}
	#h-menu ul {
		list-style: none;
		position: relative;		
		padding: 5px 0 0 15px;
		}
		#h-menu ul li {
			display: inline;
			}
			#h-menu ul li a {
				display: block;
				float: left;				
				text-decoration: none;
				color: #FFF;
				background: url(../img/menu-sipka.gif) no-repeat 0 9px;
				margin-right: 15px;
				}
				#h-menu ul li a span {
					padding: 2px 10px 7px 10px;
					=padding-bottom: 8px;
					display: block;
					cursor: pointer;
					}					
				
			#h-menu li.active a, #h-menu ul li a:hover {
				background: url(../img/menu-roh-l.gif) no-repeat #FFF;
				color: #f76900;
				}
				#h-menu ul li.active a span, #h-menu ul li a:hover span {
					background: url(../img/menu-roh-r.gif) no-repeat top right;
					padding-top: 2px;
					color: #f76900;
					display: inline-block;
					}

					
/* *************************************** */	
/* ************** HEADER ***************** */
/* *************************************** */

#header {
	background: url(../img/header-bg.gif) repeat-x #f1f1f1;
	position: relative;
	z-index: 100;
	}
		.homepage #header {background: url(../img/header-hp-bg.png) repeat-x #f1f1f1; z-index: 150;}
	#headerContent {
			padding: 28px 0 12px 0;
			background: url(../img/motiv-default.gif) no-repeat bottom right;
			}
			.homepage #headerContent {padding: 0; position: relative; height: 237px; background-image: none;}
			.homepage #headerContent object {position: relative;  top: -1px;}
			
			.r1 #headerContent {background: url(../img/motiv-1.gif) no-repeat bottom right;}	/* stavebni-sporeni */
			.r2 #headerContent {background: url(../img/motiv-2.gif) no-repeat bottom right;}	/* zivotni-pojisteni */
			.r3 #headerContent {background: url(../img/motiv-3.gif) no-repeat bottom right;}	/* nezivotni-pojisteni */
			.r4 #headerContent {background: url(../img/motiv-4.gif) no-repeat bottom right;}	/* hypotecni-uvery */
			.r5 #headerContent {background: url(../img/motiv-5.gif) no-repeat bottom right;}	/* preklenovaci-uver */
			.r6 #headerContent {background: url(../img/motiv-6.gif) no-repeat bottom right;}	/* uver-ze-stavebniho-sporeni */
			
			.r11 #headerContent {background: url(../img/motiv-media.gif) no-repeat bottom right;}	
			.r13 #headerContent {background: url(../img/motiv-kalkulacky.gif) no-repeat bottom right;}
			.r14 #headerContent {background: url(../img/motiv-klub.gif) no-repeat bottom right;}	
			.r15 #headerContent {background: url(../img/motiv-aktuality.gif) no-repeat bottom right;}	
			.r16 #headerContent {background: url(../img/motiv-kariera.gif) no-repeat bottom right;}	
			.r17 #headerContent {background: url(../img/motiv-profil.gif) no-repeat bottom right;}	
			.r18 #headerContent {background: url(../img/motiv-kontakty.gif) no-repeat bottom right;}	
			
	.breadcrumbs {
				margin: 0 250px 15px 222px;
				font-size: 0.9em;
				color: #777777;
				}
				.breadcrumbs a {color: #777777;}
				.breadcrumbs strong {font-weight: normal;}
				.breadcrumbs a, .breadcrumbs strong {margin: 0 5px;}
			
		.homepage #header ul {list-style: none; margin-left: 25px; position: relative;}
		.homepage #header ul li a {height: 236px; display: block; font-size: 1.7em; line-height: 1em; zoom: 1;}
	
	.homepage #header li {display: block; width: 15%; position: absolute; top: 0; zoom: 1;}	
		.homepage #header li.r1 {left: 0;}
		.homepage #header li.r2 {left: 15%;}
		.homepage #header li.r3 {left: 30%;}
		.homepage #header li.r4 {left: 45%;}
		.homepage #header li.r5 {left: 60%;}
		.homepage #header li.r6 {left: 75%;}
			
	.homepage #header li.r1 a {width: 100%;}
		.homepage #header li.r1 a span.rplImg {background: url(../img/r-1.png) no-repeat 0 0;}
	.homepage #header li.r2 a {width: 100%;}
		.homepage #header li.r2 a span.rplImg {background: url(../img/r-2.png) no-repeat 0 0;}
	.homepage #header li.r3 a {width: 100%;}
		.homepage #header li.r3 a span.rplImg {background: url(../img/r-3.png) no-repeat 0 0;}
	.homepage #header li.r4 a {width: 100%;}
		.homepage #header li.r4 a span.rplImg {background: url(../img/r-4.png) no-repeat 0 0;}
	.homepage #header li.r5 a {width: 100%;}
		.homepage #header li.r5 a span.rplImg {background: url(../img/r-5.png) no-repeat 0 0;}
	.homepage #header li.r6 a {width: 100%;}
		.homepage #header li.r6 a span.rplImg {background: url(../img/r-6.png) no-repeat 0 0;}
		
		.homepage #header #headerContent ul li a:hover span.rplImg, .homepage #header #headerContent ul li:hover span.rplImg, .homepage #header #headerContent ul li.hover span.rplImg {background-position: 0 -238px; cursor: pointer;}
		
	.rplText {width: 144px; overflow: hidden; display: block;  zoom: 1;}
	
	/* vnoren� menu */
	
	.homepage #header li ul {
		position: absolute;
		top: 30px;
		right: 5px;
		width: 150px;
		background: #F76900;
		padding: 10px 10px 2px 10px;
		opacity: 0.9;
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		filter: alpha(opacity=90);
		display: none;
		z-index: 300;
		}
		.homepage #header li ul  li {
			position: relative;
			width: 100%;
			margin-bottom: 8px;
			=margin-bottom: 4px;
			}
			.homepage #header li ul  li a {
				height: auto;
				font-size:0.9em;
				color: #FFF;				
				overflow: visible;
				text-decoration: none;
				padding-bottom: 1px;
				}
				.homepage #header li ul  li a span {font-weight: bold;}
				.homepage #header li ul  li a:hover span {text-decoration: underline;}
				
				.homepage #header li ul li.headItem {
					color: #FFF;
					font-size: 2em;
					letter-spacing: -1px;
					border-bottom: 1px solid #FFF;
					padding: 7px 0 13px 0;
					font-family: "Arial CE", Arial, Tahoma, "Verdana CE", Verdana, sans-serif;
					line-height: 1em;
					font-weight: bold;
					background: url(../img/headItem-bg.gif) no-repeat top right;
					}
					
		.homepage #header #headerContent ul li:hover ul, .homepage #header #headerContent ul li.hover ul {display: block;}
		.homepage #header #headerContent ul li {_behavior: url(http://www.wuestenrot.cz/_dataPublic/js/hover.htc)}
	
		/* **************** */
		
	.claim {
		position: absolute !important;
		width: 184px;
		height: 46px;
		top: 222px;
		right: 110px;
		background: url(../img/header-claim.gif) no-repeat;
		}
	.lahev {
		position: absolute !important;
		width: 110px;
		height: 313px;
		top: -15px;
		right: 0;
		background: url(../img/header-lahev-trans.png) no-repeat;
		}

			
/* **************************************** */	
/* ************** CONTENT ***************** */
/* **************************************** */	

#main {
	width: 100%;
	position: relative;
	z-index: 100;
	}
	#maincol {
		float: left;
		width: 100%;
		}
		#content {
			padding: 20px 255px 0 222px;
			}
				.homepage #content {padding: 20px 15px 0 15px;}
			
	
/* ********************************************* */	
/* ************** LEVY SLOUPEC ***************** */
/* ********************************************* */	

#sidecol {
	float: left;
	width: 195px;
	margin-top: -80px;
	margin-left: -100%;
	position: relative;
	z-index: 120;
	}
	#sideMenu {
		background: url(../img/sidemenu-top.gif) no-repeat #f87819;
		margin-bottom: 27px;
		margin-left: 15px;
		}
		#sideMenu h3 {
			color: #FFF;
			font-size: 2em;
			padding: 17px 15px 13px 15px;
			margin: 0;
			min-height: 50px;
			_height: 50px;
			font-family: "Arial CE", Arial, Tahoma, "Verdana CE", Verdana, sans-serif;
			line-height: 1em;
			background: url(../img/white-line.gif) no-repeat bottom center;
			}
	#sideMenu ul {
		list-style: none;
		background:  url(../img/sidemenu-bottom.gif) no-repeat bottom left;
		font-size: 0.9em;
		padding: 7px 0 13px 0;
		font-weight: bold;
		
		}
		#sideMenu ul ul {
			background: none;
			margin: 0 0 5px 0;
			padding: 0 0 15px 0;
			font-size: 1em;
			font-weight: normal;
			background: url(../img/white-line.gif) no-repeat bottom center;
			zoom: 1;
			
			}
			#sideMenu ul ul ul {background: none; padding-bottom: 0; margin-bottom: 0;}
			
		#sideMenu li {padding: 3px 0 0 0; _border: 1px solid #F87819;}	
		#sideMenu li li li {padding-top: 0;}
		#sideMenu a {color: #FFF; display: block; text-decoration: none; line-height: 1.4em;}
		#sideMenu li a.active {text-decoration: none; background: #FFF; color: #f87819; font-weight: bold; zoom: 1;}
		
		#sideMenu li a {padding: 2px 15px; _margin: 0 7px;}
		#sideMenu li li a {padding-left: 25px; text-decoration: underline; _margin: 0 6px;}
		#sideMenu li li li a {padding-left: 34px;  background: url(../img/menu-sipka.gif) no-repeat 25px 7px; text-decoration: none; _margin: 0 5px;}
		
		#sideMenu a:hover {text-decoration: none;}
		
	#sidecol ul {list-style: none; margin-bottom: 0;}
	#sidecol .box li {margin-bottom: 5px;}
	
	#sidecol .box, #sidecol .banner {margin-left: 15px;}

		
		
	.banner {
		background: url(../img/banner-top-bg.png) no-repeat;
		margin-bottom: 30px;
		}
		.banner div {
			background: url(../img/banner-bottom-bg.png) no-repeat bottom left;
			zoom: 1;
			padding: 4px;
			}
			.banner img {display: block;}
		
/* ********************************************** */	
/* ************** PRAVY SLOUPEC ***************** */
/* ********************************************** */

	#sidecol2 {
		float: left;
		width: 230px;
		margin-left: -230px;
		padding-top: 20px;
		font-size: 0.9em;
		}
		
		#boxMapa form {
			background: url(../img/mapa-bg.png) no-repeat 0 0;
			padding-top: 30px;
			}
			#boxMapa form fieldset {padding-bottom: 20px;}
			.topBox label, .box label {position:absolute; top: 0; left: -30000px;}
			.box select, .topBox select {width: 185px;}
			#boxMapa .textfield {width: 180px; margin-bottom: 10px;}
			#boxMapa .button {margin-right: 15px;}
			#boxMapa a.wideSearch {
				white-space: nowrap;
				color: #000;
				}
				#boxMapa a:hover.wideSearch {color: #F76900;}
				
	.topBox {
		background: url(../img/topBoxTop.png) no-repeat red;
		margin-bottom: 30px;
		}
		.topBox .boxInner {padding: 15px 20px 8px 20px;}
			#boxfilestorage .boxInner {background: url(../img/topBoxBottom-1.png) no-repeat bottom left;}
			#boxinterest .boxInner {background: url(../img/topBoxBottom-2.png) no-repeat bottom left;}
			#boxcalc .boxInner {background: url(../img/topBoxBottom-3.png) no-repeat bottom left;}
			#boxbranch .boxInner {background: url(../img/topBoxBottom-4.png) no-repeat bottom left;}
			#boxcmb .boxInner {background: url(../img/topBoxBottom-5.png) no-repeat bottom left;}
			#boxcontact .boxInner {background: url(../img/topBoxBottom-6.png) no-repeat bottom left;}
			#boxyouknow .boxInner {background: url(../img/topBoxBottom-7.png) no-repeat bottom left;}
			#boxdictionary .boxInner {background: url(../img/topBoxBottom-8.png) no-repeat bottom left;}
			#boxwhy .boxInner {background: url(../img/topBoxBottom-9.png) no-repeat bottom left;}
		.topBox p, .box p {margin-bottom: 10px;}
		.topBox h3 {		
			margin-left: -16px;
			margin-bottom: 15px;
			color: #FFF;
			padding: 0;
			margin-right: 30px;
			font-size: 1.6em;
			font-weight: bold;
			background: url(../img/heading-bg1.gif) no-repeat top right #f76900;
			}
			.topBox h3 span {
				background: url(../img/heading-bg2.gif) no-repeat bottom right;
				padding: 13px 15px 13px 15px;
				display: block;
				}
		#main .topBox li {
			background: url(../img/arrow.gif) no-repeat 0 7px;
			padding-left: 10px;
			list-style: none;
			margin-right: 40px;
			}
			.topBox li a {font-weight: bold; font-size: 1.1em;}
			
		#boxMapa .boxInner form {background: none;}
		
		.topBox a.button {float: none;}
		
		#boxContacts strong {font-size: 2em; color: #F76900;}
		.topBox p.text {margin-right: 50px;}
			 #boxYouknow .boxInner p.text {margin-right: 70px;}				
			

/* **************************************** */	
/* ************** paticka ***************** */
/* **************************************** */	

#ender {
	clear: both;
	width: 100%;
	font-size: 0.9em;
	padding-top: 15px;
	}
	#ender p {margin-bottom: 0;}
	#ender a {color: #000;}
	#ender a:hover {color: #eb6400;}
	
	.copyright {
		float: right;
		padding: 10px 15px 0 10px;
		}
	.enderLinks {
		float: left;
		padding: 10px 0 10px 15px;
		}
		.enderLinks a {
			font-weight: bold;
			padding: 4px 10px 4px 12px;
			border-left: 1px solid #000;
			text-decoration: none;
			}
			
/* ***************************************** */	
/* ************** HOMEPAGE ***************** */
/* ***************************************** */	

.homepage .box {
	width: 30%;
	float: left;
	margin-top: 30px;
	font-size: 0.9em;
	margin-bottom: 10px;

	}
	div.one {border: 0; padding-left: 0; background: url(../img/box-one-bg.jpg) no-repeat 90% 35px;}	
		div.one p {margin-right: 40%;}
	.homepage .box h2 {font-size: 1.7em; margin-bottom: 15px;}
	
	.homepage #main .box ul {font-size: 1em; margin-left: 0;}
		.homepage #main .box ul li {margin-bottom: 3px; padding-left: 23px;}
		.homepage #main .box ul li.one {background: url(../img/nr-1.gif) no-repeat;}
		.homepage #main .box ul li.two {background: url(../img/nr-2.gif) no-repeat;}
		.homepage #main .box ul li.three {background: url(../img/nr-3.gif) no-repeat;}
		
		.homepage #main .one ul {font-size: 1em; margin-left: 0; margin-right: 90px;}
		
		
.homepage #map form { background:url(../img/mapa-bg.png) no-repeat -9px 0; text-align: right; padding-top: 84px;}
	.homepage #map label {margin: 22px 0 8px 0; display: block;}
	.homepage #map select {margin-bottom: 10px;}
	.homepage #map input.button {margin-bottom: 18px; background: none; color: #000; text-decoration: underline;}
	
	.detailedSearch {text-align: left; margin-bottom: 0; margin-top:20px;}
	
	

	
.aktualne { margin: 20px 330px 0 250px;}
.aktualne p, .aktualne .datum {font-size: 0.9em;}
.nobanner {margin-left: 0;}

.squareBanner {
	width: 204px;
	height: 204px;
	float: left;
	background: url(../img/squareBanner-bg.gif) no-repeat;
	padding: 4px;
	margin-top: 20px;
}
#content .squareBanner img {border: 0; padding: 0;}

.hpRightCol {
	width: 301px;
	float: right;
	margin-top: 20px;
	}
	#content .hpRightBanner {
		background: url(../img/banner-hp-r-bg.gif) no-repeat;
		padding: 4px;
		border: 0;
	}
	.hpRightCol a {margin-bottom: 20px; display: block;}
	



	.homepage #main .aktualne h3 {
		color: #eb6400;
		font-size: 1.1em;
		font-weight: bold;
		margin-bottom: 2px;
		padding-top: 0;
		}

	.moreNews {margin-bottom: 0; text-align: right;}
		.moreNews a {color: #000; font-weight: bold;}
			.moreNews a:hover {color: #F76900;}
			

	#calculateForm {
		background: url(../img/calculators-bg.jpg) no-repeat;
		width: 301px;
		height: 94px;
		font-size: 0.9em;
		position: relative;
		}
	#calculateForm fieldset {
		padding: 15px 0 0 15px;
		}
	#calculator {position: absolute; top: 63px; left: 137px; width: 153px;}

	#calculateAd {
		width: 450px;
		font-size: 0.9em;
		float: left;
		border-right:1px solid #F76900;}

/* Announcement on homepage */

* html .homepage #top { z-index: 1000; }
*+html .homepage #top { z-index: 1000; }


.homepage #popupAnnouncement {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10000;
}
.homepage #popupAnnouncement .content {
	display: block;
	position: absolute;
	top: 166px;
	left: -330px;
	width: 655px;
}
.homepage #popupAnnouncement .bodyBorder {
	padding: 40px 25px 20px;
	background: transparent url(../img/popup-bg-gradient.gif) no-repeat 0 0;
}
.homepage #popupAnnouncement .topBorder {
	width: 655px;
	height: 4px;
	line-height: 4px;
	font-size: 0;
	background: transparent url(../img/popup-bg-top.gif) no-repeat 0 0;
}
.homepage #popupAnnouncement .bottomBorder {
	width: 655px;
	height: 4px;
	line-height: 4px;
	font-size: 0;
	background: transparent url(../img/popup-bg-bottom.gif) no-repeat 0 0;
}
.homepage #popupAnnouncement .close {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	top: 8px;
	right: 10px;
	width: 19px;
	height: 19px;
	background: transparent url(../img/ico-close.gif) no-repeat 0 0;
	overflow: hidden;
	text-indent: -50px;
}
.homepage #popupAnnouncement h2 {
	color: #f76900;
	font-family:"Arial CE", Arial, Tahoma, "Verdana CE", Verdana, sans-serif;
	font-size: 1.7em;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
}
.homepage #popupAnnouncement h3 {
	color: #000;
	font-family:"Arial CE", Arial, Tahoma, "Verdana CE", Verdana, sans-serif;
	font-size: 1.5em;
	margin: 5px 0;
}
.homepage #popupAnnouncement p {
	margin-top: .3em;
	font-size: 14px;
	line-height: 1.3em;
}
.homepage #popupAnnouncement ul li {
	background: transparent url(../img/dot.gif) no-repeat scroll 0 5px;
	margin-top: .3em;
	padding-left: 20px;
	list-style: none;
	font-size: 14px;
}

/* ************** PRODUCTS *************** */

.product {
	width: 33%;
	float:left;
	background-position: 0 43px;
	background-repeat: no-repeat;
	margin: 20px 0;
	}
	.stavebni-sporeni {background-image: url(../img/produkty-ss.jpg);}
	.zivotni-pojisteni {background-image:url(../img/produkty-zp.jpg);}
	.nezivotni-pojisteni {background-image:url(../img/produkty-np.jpg);}
	.hypotecni-uvery {background-image:url(../img/produkty-hu.jpg);}
	.preklenovaci-uver {background-image:url(../img/produkty-pu.jpg);}
	.uver-ze-stavebniho-sporeni	{background-image:url(../img/produkty-uzs.jpg);}
	
	.product h2 {
		border-left: 1px solid #000;
		padding: 6px 35px 6px 11px;
		margin-bottom: 100px;
		}
		.uzs h2 {padding-right: 0;}
	#content .product ul {margin-left: 0; margin-bottom: 0;}	
	#content .product li {
		background: url(../img/arrow.gif) no-repeat 0 6px;
		margin-bottom: 4px;
		padding-left: 10px;
		}
		.product li.novinka a {padding-right: 47px; background:url(../img/ico-novinka.gif) no-repeat 100% 4px;}	
		
	.moreProducts {
		padding-right: 12px;
		margin-bottom: 4px;
		display: inline-block;		
		color: #eb6400;
		font-weight: normal;
		text-decoration: underline;
		cursor: pointer;
		}
		.dalePlus {background: url(../img/ico-plus.gif) no-repeat 100% 5px;}
		.daleMinus {background: url(../img/ico-minus.gif) no-repeat 100% 5px;}
		


