

/* base */
img {
  border:none;
}
/* malé box okna */
.box-uvod {
  width:765px;
  height:105px;
  padding: 0 0 0 0px; 
  color:#0F3973;
}
.bonus {
  background: url(./img/hp/box-uvod.gif) no-repeat right top;
  padding:0 0 10px 0;
}
.bonus h2 {
  padding-top: 0px;
}
.box-content-novinky {
  background: url(./img/hp/novinky.gif) no-repeat 620px 0;
  padding:0 18px 0 17px;
  width:730px;
  height:auto;
}
.box-content-novinky p {
  line-height: 20px;
}
/* nadpisy*/
h2 a, h3 a {
  color:#274F88;
  font-weight:normal;
  text-decoration:underline;
}
.calc h1 {
  font-size:22px;
  font-weight:bold;
  padding:5px 5px 15px 0;
}
.calc h2 {
  padding:5px 5px 15px 0;
}
.right-slide h3 {
  padding: 8px 0 5px 0;
}
/* odstavce*/
.green {
  color:#65BC25;
}
p.green {
  margin:10px 0 5px 0;
}
.right-slide p {
  margin:5px 0 10px 0;
  font-size:12px;
} 
.bonus .usetrit {
  display:block;
  position: absolute;
  width:730px;
  text-align:right;
  font-size:12px; 
  margin:0;
  padding:5px 35px 0 0;
  float: left; 
}
.box-uvod p {
  font-size:20px;
  margin:0;
  padding:0 0 30px 30px; 
}
.box-uvod p span{
  font-size:14px; 
  font-weight:bold;
}
.box-content-novinky p{
  font-size:12px;
  text-align:justify;
  margin:0;
  padding: 5px 0 5px 0;
}
p.datum {
  margin:0;
  padding:0;
  color:#999;
  font-size:12px;
}
/* odrážky */
.box-uvod ul {
  margin:0;
  padding:0;
}
.box-uvod li {
  list-style:none;
  font-size:17px;
  font-weight:bold;
  line-height:150%;
} 
.bonus ul {
  margin:10px 0 0 0;
  padding:0;
}
.bonus li{
  list-style: url(./img/hp/bonus.gif);
  margin-left:100px;
  font-size:12px;
}
/* calc */ 
.calc {
  clear:left;
  width:748px;
  height:269px;
  padding:0 0 5px 17px;
  background: transparent url(./img/hp/calc.jpg) no-repeat 0 0;
}
ul.calc-select {
  margin:0;
  padding:0;
  display:inline;
  float:left;
  width:315px;
  list-style:none;
}
ul.calc-select li {
  display:block;
  margin:1px;
  padding:0;
  width:267px;
  height:53px;
}
ul.calc-select li.osobne {
  background: #cdcdcd url(./img/hp/ul-osobne_p.gif) no-repeat 0 0;
  cursor: pointer;
}
ul.calc-select li.moto {
  background: #cdcdcd url(./img/hp/ul-motocykl_p.gif) no-repeat 0 0;
  cursor: pointer;
}
ul.calc-select li.nakladne {
  background: #cdcdcd url(./img/hp/ul-nakladne_p.gif) no-repeat 0 0;
  cursor: pointer;
}
ul.calc-select li.ostatne {
  background: #cdcdcd url(./img/hp/ul-ostatne_p.gif) no-repeat 0 0;
  cursor: pointer;
}
ul.calc-select li.osobne-hover {
  background: #cdcdcd url(./img/hp/ul-osobne_a.gif) no-repeat 0 0;
}
ul.calc-select li.moto-hover {
  background: #cdcdcd url(./img/hp/ul-motocykl_a.gif) no-repeat 0 0;
}
ul.calc-select li.nakladne-hover {
  background: #cdcdcd url(./img/hp/ul-nakladne_a.gif) no-repeat 0 0;
}
ul.calc-select li.ostatne-hover {
  background: #cdcdcd url(./img/hp/ul-ostatne_a.gif) no-repeat 0 0;
}
.calc-content {
  display:inline;
  float:left;
  width:415px;
  padding:5px 0 0 0;
}
.calc-content .go {
  width:255px;
  height:39px;
}
.calc-content .go span {
  display:block;
  color:#fff;
  font-size:18px;
  font-weight:bold;
  padding:8px 0 0 28px;
}
.calc-content .go {
  background: #329610 url(./img/hp/go.png) no-repeat 0 0;
  cursor: pointer;
}
.calc-content #hover.go {
  background: #329610 url(./img/hp/go_a.png) no-repeat 0 0;
}
/* obrazky */ 
.imgin {
  float:left;
  margin-bottom:10px;
}
.imgnew {
  display:block;
  float:left;
  padding:5px 0 0 0;
  margin:0 12px 0 0;
  /*border: 1px solid #cecece;*/  
}
.logapoj {
  text-align:center;
  padding: 5px 0px 16px 0px;
}

/*calc2*/
.calc2{
	width: 767px;
	height: 289px;
	background-image: url(./img/iframe_bgr.jpg);
}
.calc2 .content{
	padding: 10px 20px;
	width: 360px;
}
.calc2 .content h1{
	padding: 0;
	margin: 0;
	font-size: 32px;
}
.calc2 .content p{
	font-size: 16px;
	color: #274F88;
	text-align: justify;
	line-height: 24px;
}
.calc2 a.porovnaj, .calc2 a.porovnaj:visited{
	margin: 0 0 0 15px;
	width: 310px;
	height: 66px;
	display: inline-block;
	background: url(./img/button.png) no-repeat 0 0;
}
.calc2 a.porovnaj:hover{
	background: url(./img/button_hover.png) no-repeat 0 0;
}
