#crta {
	background-color: #999999;
	height: 1px;
	margin: 0px;
	padding: 0px;
}



#navcontainer {
	padding-right: 9px;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 0px;
	background-image: url(images/menu.gif);
	background-repeat: repeat-y;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
}

#navcontainer li {
	margin: 0;
}

#navcontainer a
{
	display: block;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
	line-height: 30px;
	margin-right: 0px;
	width: 155px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(images/nav_puscica.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
}

#navcontainer a:hover
{
	color: #003399;
	text-decoration: none;
	line-height: 30px;
	background-image: url(images/nav_puscica_over.gif);
	background-repeat: no-repeat;
}
#navcontainer a.active
{
	color: #003399;
	text-decoration: none;
	line-height: 30px;
	background-image: url(images/nav_puscica_over.gif);
	background-repeat: no-repeat;
}

#navcontainer a.folder
{
	color: #666666;
	text-decoration: none;
	line-height: 30px;
	background-image: url(images/nav_puscica_dol.gif);
	background-repeat: no-repeat;
}

#navcontainer a.folder:hover
{
	color: #003399;
	text-decoration: none;
	line-height: 30px;
	background-image: url(images/nav_puscica_dol_over.gif);
	background-repeat: no-repeat;
}
#navcontainer a.noborder
{
	color: #666666;
	text-decoration: none;
	line-height: 30px;
	background-image: url(images/nav_puscica_dol.gif);
	background-repeat: no-repeat;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#navcontainer a.spodaj
{
	color: #666666;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: none;
	line-height: 30px;
}
#navcontainer a.zgoraj
{
	color: #003399;
	text-decoration: none;
	line-height: 30px;
	background-image: url(images/nav_puscica.gif);
	background-repeat: no-repeat;
}


#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
	display: block;
	width: 145px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	line-height: 30px;
	padding-left: 35px;
	background-position: 20px;
}
#navcontainer ul ul a.noborder
{
	display: block;
	width: 145px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	line-height: 30px;
	padding-left: 35px;
	background-position: 20px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

#navcontainer ul ul a.last
{
	display: block;
	width: 145px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	line-height: 30px;
	padding-left: 35px;
	background-position: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}

#navcontainer ul ul a:hover
{
	color: #003399;
	text-decoration: none;
}
#navcontainer ul ul a.active
{
	color: #003399;
	text-decoration: none;
}


#navcontainer2 {
	padding-right: 9px;
	padding-left: 10px;
	font-weight: bold;
	padding-top: 5px;
	background-repeat: repeat-y;
	margin-top: 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

#navcontainer2 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 11px;
}

#navcontainer2 li {
	margin: 0;
}

#navcontainer2 a
{
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 25px;
	line-height: 30px;
	margin-right: 0px;
	width: 140px;
	background-image: url(images/nav_puscica.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #666666;
}

#navcontainer2 a:hover
{
	color: #003399;
	text-decoration: none;
	line-height: 30px;
	background-image: url(images/nav_puscica_over.gif);
	background-repeat: no-repeat;
}
#navcontainer2 a.active
{
	color: #003399;
	text-decoration: none;
	line-height: 30px;
	background-image: url(images/nav_puscica_over.gif);
	background-repeat: no-repeat;
}






#login_form{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#login_form form{
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#login_form .zgoraj
{
	line-height: 30px;
	background-image: url(images/menu_zgoraj_b.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 10px;
	padding-top: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0b9632;
}
#login_form .zgoraj .inner
{
	line-height: 38px;
	background-image: url(images/prijava.gif);
	background-repeat: no-repeat;

}
#login_form .body
{
	background-image: url(images/menu.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#login_form .spodaj
{
	background-image: url(images/menu_h3_b.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#login_form button{


}

#login_form fieldset{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#login_form p{
}
#login_form label{
	display:block;
	font-weight:normal;
	color: #0b9632;
}

#login_form input.text{
	margin-bottom: 5px;
	margin-top: 5px;
}

#login_form input.checkbox {
float:left;
}

#login_form div.field_box {
margin:10px 0;
}

#login_form div.submit_box {
	text-align:left;
	padding: 0px;
	margin: 0px;
}
#login_form div.submit_box .prijavise {
	margin-top: 10px;
	font-family: Tahoma;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;

}
#login_form p.error{
text-align:center;
color:#950000;
font-weight:bold;
}

#logged_in{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #EE5418;
}
