@charset "utf-8";
@import url(tekst.css);

/* commented backslash hides from ie5mac \*/ 
html {
	height:100%;
	margin:0;
	padding:0;
} 

/* end hack */ 
html,body {
	padding:0;
	margin:0;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
}

body {	
	min-width:900px;/* for mozilla*/
	color: #606060;
	line-height: 14px;
	height:100%;
	background-color: #999999;/*#114686*/
}

#wrapper {
	/*background: url(images/bg.gif) repeat;
	background-color: #114686;*/
	height:100%;
}

#outer {
	height:99.9%;
	min-height:100%;
	width:900px;
	margin:auto;
	position:relative;
	overflow:visible;
	border-left: solid 1px #3e3e3e;
	border-right: solid 1px #3e3e3e;
	border-bottom: solid 1px #3e3e3e;
	background: url(images/bg_novice.jpg) bottom left repeat-y #fff;
}

/* mac hide \*/
* html #outer{
	width:900px;
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:378px;/*needed to make room for header*/

} 

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:378px;
}


/* mac hide \*/
* html #outer, * html #header {width:900px}
/* end hide*/


#glava {
	position:relative;
	width:900px;
	height:104px;
	background: url(images/bg_glava.jpg) top left no-repeat;  
}

#logo{
	position:relative;
	float:left;
	display: block;
	width:900px;
	height:104px;
	text-indent: -5000px;
	cursor: pointer;
	
}

#datum{
	position:relative;
	width:900px;
	height:30px;
	background: url(images/bg_datum.jpg) top left repeat-x;  
	color:#FFFFFF;
}

#datum_post{
	padding: 7px 0 0 25px;
	position: relative;
	float: left;
}

#naslov_post{
	padding: 7px 25px 0 0;
	position: relative;
	float: right;
}


#naslov_post a{
	color:#FFFFFF;
	text-decoration: none;
}

#meni{
	position:relative;
	width:900px;
	height:244px;
}

#meni_levo{
	position:relative;
	float:left;
	width:296px;
	height:244px;
	background: url(assets/images/slika-levo/slika296x244.jpg) top left no-repeat;
	
}

#meni_sredina {
	position:relative;
	float:left;
	width:157px;
	height:244px;
	background: url(images/bg_menu.jpg);
	z-index:99;
}

#meni_desno {
	position:relative;
	float:left;
	width:447px;
	height:244px;
	z-index:10;
}

#footer {
	width:900px;
	clear: both;
	height:67px;
	left:0px;
	bottom:0px;
	position: absolute;
	background: url(images/bg_noga.jpg) repeat-x left top;
}

* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:67px;
	/* for ie*/
}
/* end hide*/

#noga {
	position:relative;
	text-align: center;
	padding-top: 24px;
	color: #666666;
	background: url(images/bg_noga_top.jpg) no-repeat left top;
}

#noga_spodaj {
	position:relative;
	text-align: center;
	padding-top: 24px;
	color: #666666;
	font-size: 9px;
}


div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/

#right {
	width:600px;
	float:right;
}

.ie6 #right {
	width:602px;
	float:right;
}

#right-inner {
	padding-left:35px;
	padding-top:0px;
	padding-right:35px;
	padding-bottom:20px;
}

#naslov_vsebina {
	position:relative;
	width: 100%;
	height:45px;	
	background: url(images/bg_naslov.jpg) top left repeat-x;
}

#naslov_vsebina_left {
	position:relative;
	float:left;
}

#naslov_vsebina h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size:12px;
	padding-top:13px;
	padding-left:35px;
}

#vsebina {
}

#left {
	position: relative;/*ie needs this to show float */
	width:300px;
	height: auto;
	min-height:100%;
	float:left;
	
}

.ie6 #left {
	position: relative;/*ie needs this to show float */
	width:298px;
	height: auto;
	min-height:100%;
	float:left;
	
}

#left-inner {
	text-align: left;
	padding-left:25px;
	padding-top:10px;
	padding-right:25px;
	padding-bottom:20px;
}

#naslov_novice {
	position:relative;
	width:100%;
	height:45px;
	background: url(images/bg_naslov.jpg) top left repeat-x;
}

#naslov_novice h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size:12px;
	padding-top:13px;
	padding-left:25px;
}

#youtube {
	text-align:center;
	padding-top:10px;

}

#levo {

}

#levo ul li {
	list-style-type:none;
	list-style-image: url(images/bull_levo.gif);
	margin-top:4px;
}

#levo ul {
	margin:0;
	padding: 0;
	padding-left:20px;
}

#levo h1 {
	margin:0;
	padding: 0;
	padding-bottom:5px;
	font-size: 11px;
	color: #435576;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 14px; 
}

#levo h2 {
	margin:0;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 12px;
	color: #9d0073;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	line-height: 12px; 
}

#levo h3 {
	margin:0;
	padding:0;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	line-height: 14px; 
}

#clearfooter {
	width:100%;
	height:67px;
	clear:both;
} /* to clear footer */

.clear{clear: both;}
br.clear{clear:both; margin-top:-15px;}

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-67px;
} /*safari wrapper */

#content {
	padding-bottom: 11px;
	
	padding-top: 23px;
}

h1 {
	margin:0;
	padding-top: 0;
	padding-bottom: 10px;
	font-size: 18px;
	color: #232323;
	font-family: "Myriad Pro", Arial, sans-serif;
	text-align: left;
	font-weight: normal;
	line-height: 14px;
}

h2 {
	margin:0;
	padding-top: 0;
	padding-bottom: 15px;
	font-size: 12px;
	color: #435576;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	line-height: 20px;
}

h2 ul li {
	list-style-type:none;
	list-style-image: url(images/bull_h2.gif);
}

h2 ul {
	margin:0;
	padding: 0;
	padding-left:20px;
}

h3 {
	margin:0;
	padding-top: 0;
	padding-bottom: 10px;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
	font-weight:bold;
	line-height: 14px;
}

p {
}

.post {
	font-size: 13px;
	line-height: 18px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: underline;
	color: #435576;
}

a:visited {
	text-decoration: underline;
	color: #435576;
}

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

HR {
    height:1px;
    width:80%;
	border: 1px  dotted #b2b2b2;
	border-style: none none dotted;
	padding-bottom:5px;
	text-align:center;
}


.print_naslov {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #003f83;
	font-weight:bold;
}
	
.print_tekst {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #484848;
	line-height: 14px;
	text-align: justify;
}

#iskalnik {
	position: relative;
	float: right;
	padding: 6px 35px 0 0;	
}

.ie #iskalnik {
	position: relative;
	float: right;
	padding: 10px 35px 0 0;	
}

.ie6 #iskalnik {
	position: relative;
	text-align:right;
	float: right;
	padding: 8px 35px 0 0;	
}

fieldset {
	paddnig: 0;
	margin: 0;
	border: 0;
}

#ajaxSearch_form {
	color: #333333;
	width: auto;
	padding: 0;
	margin: 0;
}

#ajaxSearch_input, .cleardefault {
            width: 109px;
            display: inline;
            height: 14px;
            border: #eeeeee 1px inset;
            background: #ffffff;
            margin: 3px 5px 0 0;
			padding: 0 0 0 3px;
            vertical-align: top;
			color: #333333;
			font-size:11px;
}

#ajaxSearch_submit, #ajaxSearch_submit a {
	font-size:11px;
	color: #333333;
}

#ajaxSearch_output {
           /* border: 1px #1a2b58 solid;*/
			padding:5px;
            display: block;
            height: auto;
			position: absolute;
			right:0px;
            vertical-align: top;
			color: #999999;
			background-color: #FFFFFF;
			width: 230px;
			margin:0;
			z-index:100000000000;
			overflow: hidden;
}

.ajaxSearch_paging {
}

.AS_ajax_result {
            color: #999999;
            margin-bottom: 3px;			
}

.AS_ajax_result a {
            color: #B2C629;
            margin-bottom: 3px;
			background: none;
			font-weight:bold;
			
}

.AS_ajax_resultLink {
            text-decoration: underline;
}

.AS_ajax_resultDescription{
            color: #999999;
}

.AS_ajax_more {
            color: #e0960f;
}

