@charset "utf-8";
/* CSS za setovanje osnovnih parametara strane */

H1{
	font-size:24px;
	color:#666;
	font-weight:normal;
}
H2{
	font-size:18px;
	color:#666;
	font-weight:normal;
}
H3{
	font-size:14px;
	color:#666;
	font-weight:normal;
}
P{
	font-size:12px;
	color:666;
	padding:5px 0;
}
.boxLevoHome{
	float:left;
	width:460px;
	padding:10px;
}
.boxLevoHome H1{
	padding-bottom:15px;
}
.boxLevoHome P IMG{
	float:left;
	margin-right:10px;
	padding-bottom:10px;
}
.boxDesnoHome{
	width:460px;
	padding:10px;
	float:right;
	background:url(../../site_images/separator.gif) no-repeat 0px 0px;
	min-height:300px;
}
.adsServis{
	background:url(../../site_images/baner_zakazi_servis.png) no-repeat 0px 0px;
	display:block;
	height:150px;
	width:229px;
	float:right;
}
.adsKartice{
	background:url(../../site_images/baner_postani_clan.png) no-repeat 0px 0px;
	display:block;
	height:150px;
	width:229px;
	float:left;
}
.adsServis:hover{
	background:url(../../site_images/baner_zakazi_servis_over.png) no-repeat 0px 0px;
}
.adsKartice:hover{
	background:url(../../site_images/baner_postani_clan_over.png) no-repeat 0px 0px;
}
.socNet{font-size:12px;color:#ccc;height:39px;}
.socNet SPAN{display:block;padding-top:13px; float:left; margin-right:10px;}
.socFb, .socTw, .socYt{display:inline-block; width:40px; height:39px; background:url(../../site_images/social_button.png) no-repeat;}
.socFb:hover, .socTw:hover, .socYt:hover{background:url(../../site_images/social_button_over.png) no-repeat}
.socFb, .socFb:hover{background-position:0px 0px}
.socTw, .socTw:hover{background-position:-43px 0px}
.socYt, .socYt:hover{background-position:-85px 0px}

.potpisCont{
	position:absolute;
	top:25px;
	right:20px;
}
.potpisCont SPAN.potpis{
	font-size:11px;
	color:#ccc;
}
.potpisCont A{
	font-size:11px;
	color:#999;
}


.fancyCont IMG{
	border:0px;
}
/* */
.boxLevo{
	width:645px;
	padding:0px;
	float:left;
}
/*.boxLevo IMG{
	padding:6px;
	background-color:#f7f7f7;
	border:1px solid #cfcfcf;
}*/
.boxLevo P{
}
.boxLevo H1{
	padding-top:10px;
	padding-bottom:15px;
}
.boxLevo UL{
	padding:3px;
	color:#666;
}
.boxLevo LI{
	font-size:12px;
	color:#666;
	list-style-type:square;
	list-style-position:inside;
}
.boxDesno{
	width:270px;
	background:url(../../site_images/separator.gif) no-repeat 0px 0px;
	float:right;
	padding:10px 20px 10px 20px;
	min-height:300px;
}
.boxDesno UL{
	padding:5px;
}
.boxDesno UL LI{
	color:#2f57a9;
	list-style-type:none;
	font-size:12px;
	padding:3px;
	text-shadow: 0px 1px 1px #fff;
	filter: DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=1);
}
.boxDesno A{
	color:#2f57a9;
	text-decoration:none;
}
.boxDesno A:hover{
	color:#777;
}

.contejnerHederaStrane{
	background-color:#4c4c4c;
	border-bottom:1px solid #fff;
}
.hederStrane{
	margin:auto;
	width:960px;
	height:75px;
	background:url(../../site_images/bgnd_naslovi_strana.jpg) no-repeat;
	position:relative;
	padding-top:30px;
}
.hederStrane H1{
	font-size:24px;
	color:#fff;
	font-weight:normal;
	padding-bottom:10px;
	text-shadow: 0px 1px 1px #000;
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=1);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.boxLevo .docFiles{
	display:block;
	color:#76a1b5;
	padding-left:15px;	
	font-size:12px;
	background:url(../../site_images/strelica.png) no-repeat 0% 50%;
}
.boxLevo .docFiles:hover{
	color:#4D5077;
	background:url(../../site_images/strelica-over.png) no-repeat 0% 50%;
}
.productCat{
	border-bottom:1px solid #ecebeb;
	margin-top:5px;
}
.productCat IMG{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	padding:5px;
	background:#fafafa;
	border:1px solid #ecebeb;
}
.productCat A:hover IMG{
	border:1px solid #76a1b5;
}
.productCat H3{
	font-size:16px;
	font-weight:bold;
	color:#76a1b5;
}
/** TABELA **/
table {margin: 0 auto; margin-bottom: 20px; font-size: 11px;border-collapse:collapse;}
th, thead {
	padding: 0 10px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	text-transform: uppercase;
	border-top: 1px solid #003453;
	border-bottom: 1px solid #003453;
	background: #76a1b5;
	vertical-align: text-top;
}
td {padding: 0 25px; height: 38px; line-height: 38px; border-top: 1px solid #fdfefe; border-bottom: 1px solid #e8ebec; vertical-align: text-top;}
tr {background: #f5f7f9;}
table tr:hover {color: #191e25;background: #f1f3f6;}
/** END TABELA **/
