/* CSS Document */
body {	
	margin:0;
	background:url(images/bg.jpg) left top repeat-x;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#333333;
}

img {
	behavior: url(iepngfix.htc);
}

a {
	color:#52A629;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}

.clear {
	clear:both;
}

.hidden{
	display:none;
	}

#container {
	margin:0 auto;
	width:856px;
	background:url(images/bg_container.jpg) left top repeat-y;
}

#logo {
	position:absolute;
	background:url(images/bg_logo.png) left top no-repeat;
	behavior: url(iepngfix.htc);
	width:157px;
	height:196px;
	text-align:center;
	margin-top:-103px !important;
	margin-top:0;
}
	#logo img {
		padding-top:30px;
	}
	
#logo-print {
	display:none;
}

#top {
	position:absolute;
	margin-left:157px;
	background:url(images/bg_top.jpg) left top no-repeat;
	height:103px;
	width:699px;
	margin-top:-103px !important;
	margin-top:0;
}
	#top a {
		color:#333333;
	}
	#top a:hover {
		color:#52A629;
		text-decoration:none;
	}
	#top ul {
		margin:20px 0 0 12px;
		padding:0;
		list-style:none;
	}
	#top li {
		display:inline;
		padding:4px 15px 0 15px;
		margin-right:2px;
	}
	#top li:hover {
		border:1px dotted #CCCCCC;
		border-bottom:0;
		padding:4px 14px 2px 14px;
		background:#FFFFFF;
	}
	
	#top .active {
		border:1px dotted #CCCCCC;
		border-bottom:0;
		padding-bottom:2px;
		background:#FFFFFF;
	}
		#top .active a {
			color:#52A629;
		}
		#top li.active:hover {
			padding:4px 15px 2px 15px;
		}
		
		#top .active_sub a {
			color:#52A629;
		}
	
	#submenu-index {
		position:absolute;
		margin-top:16px;
		margin-left:28px;
		z-index:1;
	}
	#submenu1 {
		position:absolute;
		margin-top:16px;
		margin-left:28px;
		z-index:2;
	}
	#submenu2 {
		position:absolute;
		margin-top:16px;
		margin-left:28px;
		background: url(images/bg_item.jpg) left bottom repeat-x;
		z-index:2;
		width:690px;
	}
	#submenu3 {
		position:absolute;
		margin-top:16px;
		margin-left:28px;
		background: url(images/bg_item.jpg) left bottom repeat-x;
		z-index:2;
		width:690px;
	}
	
	.subitem {
		float:left;
		height:45px;
		text-transform:uppercase;
		line-height:14px;
	}
	
		.ena, .ena_trg, .ena_pod {
			background:url(images/bg_item_ena.jpg) left 6px no-repeat;
			padding:5px 0 0 20px;
			width:104px;
			border-right:1px dotted #CCCCCC;
		}
			.ena_trg {
				line-height:30px;
			}
			.ena_pod {
				line-height:30px;
				width:86px;
			}
		.dva, .dva_trg, .dva_pod {
			background:url(images/bg_item_dva.jpg) left 6px no-repeat;
			padding:5px 0 0 26px;
			width:100px;
			border-right:1px dotted #CCCCCC;
			margin-left:14px;
		}
			.dva_trg {
				line-height:30px;
				width:130px;
			}
			.dva_pod {
				line-height:30px;
				width:70px;
			}
		.tri, .tri_trg, .tri_pod {
			background:url(images/bg_item_tri.jpg) left 6px no-repeat;
			padding:5px 0 0 26px;
			width:88px;
			border-right:1px dotted #CCCCCC;
			margin-left:14px;
		}
			.tri_trg {
				line-height:30px;
				width:140px;
			}
			.tri_pod {
				line-height:30px;
				width:80px;
			}
		.stiri, .stiri_trg, .stiri_pod{
			background:url(images/bg_item_stiri.jpg) left 6px no-repeat;
			padding:5px 0 0 26px;
			width:60px;
			border-right:1px dotted #CCCCCC;
			margin-left:14px;
			line-height:30px;
		}
			.stiri_trg  {
			line-height:30px;
			width:140px;
			}
			
		.pet {
			background:url(images/bg_item_pet.jpg) left 6px no-repeat;
			padding:5px 0 0 26px;
			width:125px;
			border-right:1px dotted #CCCCCC;
			margin-left:14px;
		}
	
	
#glava {
	margin:103px 8px 0 8px;
	padding:100px 0 0 370px;
	padding-top:100px !important;
	padding-top:203px;
	background:url(images/slika_glava.jpg) left bottom no-repeat;
	height:109px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:40px;
	color:#FFFFFF;
}

#content {
	float:left;
	width:503px;
	margin-left:8px !important;
	margin-left:4px;
	background:#FAFAFA url(images/bg_content.jpg) right top no-repeat;
	border-top:1px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	padding-bottom:20px;
}
	#content h1 {
		font-size:22px;
		margin:14px 0 10px 0;
		font-weight:normal;
		padding-left:10px;
		line-height:23px;
	}
		#content .index-slika {
			height:230px;
			background:url(images/index_slika.jpg) left bottom no-repeat;
		}
	
	#content h2 {
		font-size:18px;
		font-weight:normal;
		margin:20px 10px 12px 10px;
		border-bottom:1px dotted #CCCCCC;
		line-height:14px;
		clear:both;
	}
	
	#content h3 {
		font-size:12px;
		margin:0 10px -8px 16px;
		line-height:12px;
		padding-top:14px;
	}
	
	#content p {
		margin:16px 16px 0 16px;
	}
	
	.link {
		background:url(images/icon_link.gif) left top no-repeat;
		padding-left:7px;
		padding-right:10px;
	}
	
	#content .podatki {
		float:right;
		width:134px;
		margin-top:18px;
	}
		#content .podatki p {
			margin:6px 0 0 0;
		}
		#content .podatki img, #content img.slika_brez {
			padding:0;
			border:0;
			background:none;
			margin:0;
		}
	
	#content img, #aktualno img {
		padding:4px;
		border:2px solid #CCCCCC;
		border-top:1px solid #E0E0E0;
		border-left:1px solid #E0E0E0;
		background:#F4F8F1;
		margin-bottom:3px;
	}
	#content .slika_desno {
		float:right;
		width:160px;
		margin:0 16px 0 16px;
		font-size:10px;
	}
	
	#menu_page {
		float:right;
		width:186px;
		padding:6px 0 0 0;
		background:#EDEDED url(images/bg_page.jpg) right top no-repeat;
		margin:0 0 10px 10px;
	}
		#menu_page a {
			color:#333333;
		}
		#menu_page a:hover {
			color:#52A629;
		}
		
		#menu_page h1 {
			font-size:14px;
			margin:10px 0 2px 12px;
			font-weight:bold;
			padding-left:0;
		}
		
		#menu_page .active a {
			color:#52A629;
		}
		
	.ikonce {
		padding:0 0 0 10px;
		border-bottom:1px dotted #CCCCCC;
	}
		#menu_page .ikonce img {
			padding:0;
			border:0;
			background:none;
			margin:3px;
		}
	
	.sub_page {
		background:url(images/icon_arrow.png) left top no-repeat;
		behavior: url(iepngfix.htc);
		padding-left:8px;
		margin:0 0 2px 16px;
	}
	
	.navtext {
		font-size:11px;
		border:1px dotted #CCCCCC;
		layer-background-color:#D3F1C5;
		background-color:#D3F1C5;
		color:#333333;
	}
	
	
	.tabela {
		margin:0 12px;
	}
	th {
		padding-top:6px;
		border-bottom:1px solid #E1E1E1;
	}
	td {
		border-bottom:1px solid #E1E1E1;
	}
	
	#galerija {
		margin:16px 16px 0 16px;
	}
	#galerija img {
		padding:4px;
		border:2px solid #CCCCCC;
		border-top:1px solid #E0E0E0;
		border-left:1px solid #E0E0E0;
		background:#F4F8F1;
		margin:0 10px 10px 0;
	}

#aktualno {
	float:left;
	width:335px;
	border-top:1px solid #FFFFFF;
	margin-bottom:10px;
}
	#aktualno h1 {
		font-size:12px;
		color:#910101;
		margin:18px 0 0 10px;
		line-height:12px;
	}
	#aktualno h2 {
		font-size:14px;
		color:#FFFFFF;
		font-weight:normal;
		background:url(images/bg_h2_aktualno.jpg) left top repeat-x;
		margin:0;
		height:23px;
		padding:4px 0 0 10px;
	}
	
	#aktualno p {
		margin:12px 12px 0 12px;
	}
	#aktualno img {
		float:right;
		margin:0 10px 10px 10px;
	}
	#aktualno .crta {
		padding-bottom:14px;
		border-bottom:1px solid #E1E1E1;
	}
	
	#content .novica_img {
		float:right;
		width:130px;
		margin:0 16px 0 20px;
		font-size:10px;
	}
	
	#content .novica_img img {
		padding:4px;
		border:2px solid #CCCCCC;
		border-top:1px solid #E0E0E0;
		border-left:1px solid #E0E0E0;
		background:#F4F8F1;
		margin-bottom:10px;
	}
	
	#icon_akcija {
		position:absolute;
		background:url(images/icon_akcija.png) left top no-repeat;
		behavior: url(iepngfix.htc);
		width:47px;
		height:48px;
		margin-top:184px !important;
		margin-left:796px !important;
		margin-top:287px;
		margin-left:786px;
	}
	
		
#footer {
	background:url(images/bg_footer.jpg) left top repeat-x;
	height:142px;
	color:#FFFFFF;
}
	
	#footer a {
		color:#FFFFFF;
	}
	#footer a:hover {
		color:#333333;
	}
	
	#footer_inner {
		background:url(images/bg_footer_inner.png) left top no-repeat;
		margin:0 auto;
		width:856px;
		height:142px;
	}
	#footer_left {
		float:left;
		width:490px;
		margin:18px 0 0 30px;
	}
	#footer_right {
		float:left;
		width:300px !important;
		width:270px;
		margin:18px 0 0 0;
	}
	
	.vrh {
		margin:78px 10px 0 0;
		text-align:right;
	}
		#footer .vrh a {
			color:#333333;
		}


#content .obrazec p {
	margin-top:8px;
}

#skrijIzbiro {
	display:none;
}
	.povrp_left {
			float:left;
			width:200px;
			margin-left:23px;
			margin-bottom:10px;
		}
	.povrp_right {
		float:left;
		width:200px;
		margin-bottom:10px;
	}
	
label {
	width:110px;
	float:left;
	margin-left:10px;
}
input {
	font-family:"Trebuchet MS";
	font-size:11px;
	width:200px;
	border:1px solid #E0E0E0;
	padding:1px 2px;
}
textarea {
	font-family: "Trebuchet MS";
	font-size:11px;
	width:200px;
	height:70px;
	border:1px solid #E0E0E0;
	padding:1px 2px;
}
.button {
	background:url(images/button.jpg) top left no-repeat;
	width:160px;
	height:59px;
	cursor:pointer;
	border:0px;
	margin:10px 0 0 290px;
}
.button:hover {
	background:url(images/button_on.jpg) top left no-repeat;
}
.button_hover {
	background:url(images/button_on.jpg) top left no-repeat;
	visibility:hidden;
}
select {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#305D63;
}
.fix {
	width:20px;
	margin-top:0px;
	border:0;
}
.input_code {
	width:40px;
}


<!-- Fejdan tekst v glavi  -->

#tic {
  /* enter any styles for the ticker below */
  
}
#tic * {
  /* this will hide all children tags */
  font-size: 1em;
  margin:0px;
  padding:0px;
  display:none;
}
#tic a {
  /* add more tags to this list if you wish to display them inside the children */
  display:inline;
}
