@charset "utf-8";
* {
	margin: 0px;
	padding:0px;
}

body {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-repeat: repeat-x;
	background-position: top;
}

.clear {
	clear: both;
}

.wrapper {
	margin: auto;
	width: 990px;
}
.logo_print {
	display:block;
	margin-left:15px;
}
.menu {
	display:none;
	height:37px;
	margin: 0px;
	padding-left: 28px;
}

#nav-top {
	margin:0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
}

#nav-top li {
	float: left;
	margin-right: 4px;
	padding: 7px 0px 8px 0px;
	font-size:12px;
	font-weight:bold;
}
#nav-top li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 10px;
}
#nav-top li a span {
	display: block;
	padding: 11px 9px 5px 0px;
}
#nav-top li a:hover, #nav-top li a.active {
	background: url(../images/nav-hover-left.gif) no-repeat left top;
	display: block;
	padding: 0px 0px 3px 10px;
}
#nav-top li a:hover span, #nav-top li a.active span {
	background: url(../images/nav-hover-right.gif) no-repeat right top;
	display: block;
}

.header {
	display:none;
	background-image: url(../images/header_bg.jpg);
	height: 231px;
	width: 990px;
	margin: 17px 0px 0px 0px;
}

.logo {
	display:block;
	width: 300px;
	margin-top: 12px;
	margin-left: 45px;
	height: 200px;
	display: block;
}
.bc {
	display:none;
	padding-right: 17px;
	padding-left: 17px;
	background-image: url(../images/bc.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	margin-left: 17px;
	margin-top: 9px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.bc a:link{
	text-decoration:underline;
	color:#000000;
}
.bc a:visited{
	text-decoration:underline;
	color:#000000;
}
.bc a:hover{
	text-decoration:none;
	color:#000000;
}.strelice {
	font-size: 8px;
	color: #623820;
}
.content_left {
	display:none;
	float: left;
	width: 357px;
}
.content {
	line-height: 17px;
}

.content p {
	margin: 0px 0px 8px 0px;
}

.content a:link{
	color: #000000;
	text-decoration:underline;
}
.content a:visited{
	color: #000000;
	text-decoration:underline;
}
.content a:hover{
	color: #000000;
	text-decoration:none;
}

.content_right {
	float: left;
	width: 610px;
	padding-left: 13px;
	padding-right: 10px;
	line-height: 18px;
}

.content_right img{
	padding:5px;
	border: 1px solid #bacd89;
	background-color: #e6f1cd;
}
.content_right ul{
	margin-left: 25px;
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
}
.content_right li{
	list-style-type: square;
}
.promo_akcije {
	display:none;
	background-image: url(../images/promo_box_repeat.jpg);
	background-repeat: repeat-y;
	width: 341px;
	margin-left: 9px;
	margin-bottom: 8px;
}
.promo_akcije_top {
	background-image: url(../images/promo_box_top.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.promo_akcije_bottom {
	background-image: url(../images/promo_box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 15px;
}
.promo_akcije_lb {
	font-size: 18px;
	height: 30px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	font-style: italic;
}
a.distribucija_btn {
	font-size: 18px;
	background-image: url(../images/distribucija_btn.jpg);
	height: 52px;
	width: 178px;
	padding-left: 110px;
	font-style: italic;
	padding-top: 24px;
	display:block;
	text-decoration:none;
	margin-left: 27px;
	margin-top: 13px;
}
a.distribucija_btn:visited {
	text-decoration:none;
}
a.distribucija_btn:hover{
	text-decoration:underline;
}
h1 {
	
	font-weight: normal;
	color: #613c24;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 8px;
}
.zeleni_okvir {
	padding: 7px;
	background-color: #e6f1cd;
	border: 1px solid #bacd89;
	margin-top: 8px;
	margin-bottom: 8px;
}
h2 {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 4px;
}
.content_news {
	display:none;
	background-image: url(../images/izd_novosti_repeat.gif);
	background-repeat: repeat-y;
	width: 972px;
	margin-right: 8px;
	float: right;
	margin-top:15px;
}
.content_news_top {
	background-image: url(../images/izd_novosti_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 972px;
	float: left;
}
.content_news_bottom {
	background-image: url(../images/izd_novosti_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 50px;
	float: left;
	width: 922px;
}
.news_stavka {
	width: 280px;
	float: left;
	margin-right: 10px;
	margin-left: 7px;
	padding-right: 10px;
}
.news_title {
	margin-top: 13px;
	font-weight: bold;
	margin-bottom: 6px;
}

.news_title a:link{
	text-decoration:none;
	color:#000000;
}
.news_title a:visited{
	text-decoration:none;
	color: #000000;
}
.news_title a:hover{
	text-decoration:none;
	color: #613b24;
}


.news_date {
	background-image: url(../images/datum.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	font-size: 10px;
	padding-left: 14px;
	margin-bottom: 10px;
}
.news_more {
	width: 64px;
	background-image: url(../images/news_more_btn.gif);
	height: 25px;
	background-position: right;
	display:block;
	margin-bottom:10px;
	float:right;
	margin-top:3px;
	margin-right:10px;
}

a.news_more:hover {
	background-position: left;
}


.footer {
	text-align: right;
	margin-top: 15px;
	font-size: 10px;
	padding-right: 20px;
	margin-bottom:15px;
}

.footer a:link{
	text-decoration:none;
}
.footer a:visited{
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
