@charset "utf-8";
/* CSS Document */

body {
	background: url(../datoteke/stran/head-bg.gif) top repeat-x;
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}

#celota {
	width: 1000px;
	margin: 0px auto;
}

	.logo {float: left; margin-top: 20px;}
	.moto {float: right; margin-top: 4px;}
	.naslov {font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 20px; color: #fff; margin-top: 25px; font-weight: normal; position: absolute; top: 80px;}
	
	#menu {
		float: right;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 600px;
		margin-top: 16px;
	}
	
	#menu li {
		float: right;
		font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
		font-size: 14px;
		margin: 0;
		padding: 0;
	}
	#menu a {
		color: #fff;
		display: block;
		float: left;
		margin: 0;
		padding: 8px 12px;
		text-decoration: none;
		font-weight: bold;
	}
	#menu a:hover {color: #999; padding-bottom: 8px;} /*464646*/
	#active a{color: #000; padding-bottom: 8px;}
	
	.vsebina, .meni, .top_span {
		position: relative;
		width: 750px;
		background: #FFF url(../datoteke/stran/vsebina-bg.jpg) top repeat-x;
		border: 1px solid #8CC8D3;
		padding: 10px;
		margin-top: 0px;
	}
		.vsebina {
			line-height: 14px;
			text-align: justify;
			margin-left: 215px;
			margin-top: -12px;
			margin-bottom: 20px;
		}
		html>body .vsebina {margin-top: 1px; margin-bottom: 8px;}
		.meni {padding-top: 0px; text-align: justify;}
		
		.meni h1{
			font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			margin-top: 10px;
			margin-bottom: 0px;
			color: #333;
		}
		
		.vsebina h1{
			font: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: bold;
			margin-top: 0px;
			margin-bottom: 0px;
			line-height: 20px;
		}
		
		.vsebina a {text-decoration: none; color: #088; border-bottom: 1px dotted #088;}
		.vsebina a:hover {color: #060; border: 0px;}
		
		.vsebina h1 a {text-decoration: none;color: #333; border: 0px;}
		.vsebina h1 a:hover {color: #8CC8D3; /*border-bottom: 1px dotted #333;*/}
		
		.obv_nas {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 18px; color: #999; text-align: center; font-weight: 100; padding-top: 20px; padding-bottom: 20px;}

		.top_span {background: none; border: 0px; margin-left: 215px; padding: 0px; padding-bottom: 1px; height: 0px;}/** POPRAVEK ZARADI IE **/
		.novdat {float: right; font-size: 11px; font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif,; margin: 0px; padding: 0px; padding-right: 5px; font-weight: bold; color: #8CC8D3;}
		
		.komest {float: right; width: 35px; height: 25px; background: url(/datoteke/stran/okvircek.png); line-height: 18px; text-align: center; margin: 0px; padding: 0px;}
		.komest a {font-family: Verdana, Geneva, sans-serif; color: #333; font-size: 11px; font-weight: bold; text-decoration: none; border: 0px;} 
		.komest a:hover {color: #fff;}
		
		.obj {border: 1px solid #CCC; margin-top: 5px; padding: 5px; background: #fff; width: 738px; padding-bottom: 5px;}
			html>body .obj {padding-bottom: 0px;}
			.com_levo {float: left; color: #666;}
			.com_desno {float: right; color: #CCC;}
			.comment {clear: both; padding-top: 1px; margin-bottom: 0px; padding-bottom: 0px;}
		
		#napaka_k, #success_k {color: #F00; text-align: center; font-size: 14px; font-weight: bold;}
		#success_k {color: #090;}
	
	.meni {position: absolute; top: 144px; width: 185px;}
	
		.meni ul {
			margin: 0px;
			margin-top: 10px;
			margin-left: 20px;
		}
		html>body .meni ul {margin-left: -20px;}
		.meni ul li{
			color: #333;
			margin-bottom: 3px;
			font-size: 11px;
		}
		.meni ul li a{
			text-decoration: none;
			color: #666;
		}
		.meni ul li a:hover{
			color: #8CC8D3
		}
	
#noga {text-align: center;color: #999;}
	#noga a {color: #8CC8D3; text-decoration: none;}
	#noga a:hover {color:#333;}
	
.clear {
	clear: both;
}