#home_page .left, #home_page .right {
    width: 350px;
    padding: 250px 0 20px;
    position: relative;
}
#home_page .left {
    float: left;
    background: url(../images/banner_01.png) top left no-repeat transparent;
}
#home_page .right {
    float: right;
    background: url(../images/banner_02.png) top left no-repeat transparent;
}
#home_page div .header a {
    position: absolute;
    top: 200px;
    left: 225px;
    width: 130px;
    height: 50px;
}
#home_page div .header a span {
    display: none;
}
#home_page div .content {
    background: url(../images/banner_bottom_bg.gif) bottom left no-repeat transparent;
    width: 310px;
    height: 117px;
    overflow: hidden;
    padding: 13px 20px 0;
    color: #1e2832;
    font-size: 12px;
}
#home_page div .content h2 {
    display: none;
}
#home_page div .content .price {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}
#home_page div .content .price span {
    font-size: 36px;
}
#home_page div .content ul {
    list-style: url(../images/home_box_separator.gif) inside none;
}
#home_page div .content ul li{
    padding: 2px 0;
}
#home_page div .content ul.dark {
    list-style: url(../images/home_box_separator_dark.gif) inside none;
    margin-bottom: 8px;
}
#home_page div .content ul.dark li {
    font-weight: bold;    
}
#home_page div .content ul.dark li a {
    font-weight: normal;
}


#home_cena{
	width: 123px;
	height: 124px;
	overflow: hidden;
	background: #f68c01 url(../images/home/home_hvezda.gif) no-repeat;
	position: absolute;
	top: 10px;
	left: -13px;	
	z-index: 50;
	font-size: 140%;
}
#home_cena p{
	width: 86px;
	height: 63px;
	/*background: silver;*/
	text-align: center;
	position: absolute;
	top: 22px;
	left: 16px;	
	color: #fff;
}
#home_cena p span{
	display: block;
	font-size: 150%;
	font-weight: bold;	
	position: relative;
	left: 6px;
}
.home_stranky{
        width: 980px;
}
.home_stranky .left {
    text-align: left;
    width: 450px;
    float: left;
    padding-left: 20px;
}
.home_stranky .right {
    text-align: left;
    width: 450px;
    float: right;
    padding-right: 20px;
}
h2.nadp_home{
	color: #017abe;
	padding: 0 0 20px 0;
	font-size: 14px;
}
h3.nadp {
    color: #017abe;
    padding: 0 0 20px 0;
    font-size: 14px;
}
#news_mini .item {
    margin-bottom: 15px;
}
#news_mini .n_mini_datum {
    float: left;
    background: url(/images/date_bg.gif) top left no-repeat transparent;
    width: 56px;
    height: 29px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #50555a;
    padding: 15px 0 0 9px;
}
#news_mini h4 {
    float: right;
    text-align: left;
    width: 385px;
}
#news_mini h4 a {
    font-size: 12px;
    color: #017abe;
}
#news_mini h4 a:hover {
    color: #FF9000;
}
#news_mini p {
    float: right;
    text-align: left;
    width: 385px;
}
