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

a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

p {
	margin:12px 0 0 0;
}

.clear {
	clear:both;
	visibility:hidden;
}

#bg_top {
	position:absolute;
	background:url(images/bg_top.jpg) center top repeat-x;
	width:100%;
	left:0;
	height:373px;
}

#container {
	position:relative;
	margin:0 auto;
	width:931px;
}

/* -- GLAVA -- */
#head {
	background:url(images/bg_head.jpg) left top no-repeat;
	height:373px;
}
	
	#logo {
		float:left;
		width:300px;
		padding:23px 0 0 45px;
		height:90px;
	}
	
	#narocilo {
		float:right;
		width:190px;
		padding:4px 40px 0 0;
		text-align:center;
		font-size:10px;
		color:#FFFFFF;
	}
		#narocilo a {
			color:#FFFFFF;
		}
		#narocilo a:hover {
			color:#333333;
			text-decoration:none;
		}
		.gumb_naroci {
			margin:11px 0 0 3px;
		}

	#glava_napisi {
		padding-left:100px;
		padding-top:32px;
		color:#FFFFFF;
		height:194px;
	}
		#glava_napisi h1 {
			font-size:24px;
			font-weight:normal;
			margin:0 0 76px 50px;
			width:299px;
			line-height:24px;
		}
		#glava_napisi h2 {
			float:left;
			width:180px;
			margin:0 0 0 20px;
			font-size:13px;
			font-weight:normal;
		}

/* -- MENU -- */	
	#menu ul {
		list-style:none;
		margin:10px 0 0 23px;
		margin-top:10px !important;
		margin-top:-26px;
		padding:0;
		font-size:14px;
		font-weight:bold;
	}
	#menu li {
		display:inline;
		margin:0 0 0 18px;
		padding:0;
		background:none;
	}
		#menu li a {
			color:#6FCE53;
			padding-bottom:4px;
			text-decoration:none;
		}
		#menu li a:hover {
			color:#408E28;
			background:url(images/li_hover.gif) center bottom no-repeat;
			text-decoration:underline;
		}

/* -- VSEBINA -- */	
#content {
	float:left;
	width:590px;
	padding-left:23px;
	padding-top:16px !important;
	padding-top:0px;
	padding-bottom:16px;
}
	
	#content h1 {
		font-size:18px;
		font-weight:normal;
		margin:0;
	}
	#content h2 {
		font-size:13px;
		color:#408E28;
		margin:14px 0 0 0;
	}
	#content .modra_crta {
		border-bottom:1px solid #B3D8E4;
	}
	
	#content .zelena_crta {
		border-bottom:1px solid #97DD82;
	}
	
	ul {
		list-style:none;
		margin:6px 4px;
		padding:0;
	}
	ul li {
		background:url(images/li_content.gif) left 5px no-repeat;
		padding-left:10px;
	}
	ol {
		margin:6px 0 6px 24px;
		padding:0;
	}
	ol li {
		background:none;
		padding-left:0;
	}
	
	#top_blue {
		background:url(images/top_blue.jpg) left bottom no-repeat;
		height:6px;
	}
	#blue {
		background:#F1F7FA url(images/bottom_blue.jpg) left bottom no-repeat;
		padding:12px 180px 30px 22px;
	}
	
	#top_green {
		background:url(images/top_green.jpg) left bottom no-repeat;
		height:15px;
	}
	#green {
		background:#CFF0C6 url(images/bottom_green.jpg) left bottom no-repeat;
		padding:12px 34px 2px 22px;
	}
	
	.more_green {
		text-align:right;
	}
	.link_green {
		background:url(images/bg_more_green.gif) left top no-repeat;
		padding:1px 0 0 7px;
		color:#4AD019;
		font-weight:bold;
		margin-left:32px;
	}
	
	#blue_page {
		background:#F1F7FA url(images/bottom_blue_page.jpg) left bottom no-repeat;
		padding:12px 30px 20px 22px;
	}

/* -- VSEBINA NA PODSTRANEH -- */		
	#page_content {
		padding:0 30px 0 22px;
	}
	
		#page_content h1, #postnolezece h1 {
			border-bottom:1px solid #B3D8E4;
			font-size:18px;
			font-weight:normal;
			margin:20px 0 0 0;
		}
		
		#page_content h2 {
			font-size:13px;
			color:#3F86A0;
			margin:14px 0 0 0;
		}
	
	#postnolezece {
		padding:20px;
	}

/* -- DESNO -- */
#right {
	float:left;
	width:260px;
	padding-left:22px;
	margin-top:-24px;
}
	
	#right h1 {
	font-size:15px;
	color:3F86A0;
	margin:0;
	border-bottom:1px solid #D1E5ED;
	line-height:16px;
	}
	
	#right img {
		float:right;
		margin:12px 0 8px 8px;
	}
	
	.more {
		margin:12px 0 20px 0;
		background:url(images/bg_more.gif) left top no-repeat;
		padding:2px 0 0 7px;
	}
	
	.modro {
		color:#1B7BC7;
		font-size:13px;
		font-weight:bold;
	}
	
	.rdece {
		color:#990000;
	}
	
	
#footer {
	background:url(images/bg_footer.jpg) center top repeat-x;
	width:100%;
	left:0;
}
	
	#footer_in {
		margin:0 auto;
		width:931px;
		background:url(images/bg_footer_in.jpg) left top no-repeat;
		height:140px;
	}
	
	.footer_menu {
		float:left;
		width:350px;
		padding:60px 0 0 44px;
	}
	
	.copyright {
		float:left;
		width:260px;
		margin-left:350px;
		padding-top:60px;
	}
	
/* -- NAROCILNICA -- */	
label {
	float:left;
	width:80px;
} 

input {
	width:200px;
	border:1px solid #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.radiofix {
	width:13px;
	border:0;
}

select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.button {
	background:url(images/button.jpg) left top no-repeat;
	width:180px;
	height:72px;
	margin-left:80px;
	cursor:pointer;
	border:0px;
}
.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;
}

.button2 {
	background:url(images/button2.jpg) left top no-repeat;
	width:180px;
	height:72px;
	margin-left:80px;
	cursor:pointer;
	border:0px;
}
.button2:hover {
	background:url(images/button_on2.jpg) top left no-repeat;
}
.button_hover2 {
	background:url(images/button_on2.jpg) top left no-repeat;
	visibility:hidden;
}

.belo {
	background-color:#FFFFFF;
}

