@charset "utf-8";
@media screen, projection
{
/* O P S T E */
body {
	font: 100% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	background-color: #FBFBFB;
}
#kontener {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	-moz-box-shadow: 0px 0px 15px #999;
	-webkit-box-shadow: 0px 0px 15px #999;
	box-shadow: 0px 0px 15px #999;
} 
#zaglavlje {
	position: relative;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 120px;
}
ul.sitemap,
ul.sitemap li,
ul.sitemap ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.8em;
	
}

ul.sitemap {
	cursor: default;
	width: auto;
	float: right;
}
ul.sitemap li {
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 6em;
	float: left;
}
ul.sitemap ul {
	z-index: 1020;
	cursor: default;
	width: 6em;
	position: absolute;
	left: -1000em;
}
ul.sitemap a {
	display: block;
	cursor: pointer;
	color: #E6E6E6;
	text-decoration: none;
	text-align: center;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	filter:alpha(opacity=50);opacity:.5;
}
ul.sitemap a:hover {
	border-top-width: 0.1em;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	filter:alpha(opacity=100);opacity:1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
ul.sitemap iframe {
	position: absolute;
	z-index: 1010;
}
ul.sitemap li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	background: #FFF;
}
#zaglavljepretraga {
	height: 28px;
	padding-top: 2px;
	padding-left: 5px;
	float: left;
}
#zaglavljepretraga .googleq {
	border: 0px solid #666;
	border-radius: 3px;
	filter:alpha(opacity=40);opacity:.4;
}
#zaglavljepretraga .googleq:focus {
	filter:alpha(opacity=90);opacity:.9;
	-moz-box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
}
#zaglavljepretraga .dugme {
	border: 0px;
	color: #005FA9;
	cursor: pointer;
	height: 1.8em;
	font-weight: bold;
	background-color: transparent;
	margin-left: 0px;
	filter:alpha(opacity=40);opacity:.4;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
#zaglavljepretraga .dugme:hover {
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	border-radius: 3px;
	background-color: #FFF;
	filter:alpha(opacity=90);
	opacity:.9;
}
#zaglavljemeni {
	height: 32px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content n the column, but no further */
	padding: 15px 10px 15px 15px;
	font-size: 0.8em;
	line-height: 1.3;
}
#sidebar1 a:link, a:visited {
	text-decoration: none;
}
#sidebar1 .vesti {
	background-color: #F4F4F4;
	border-radius: 3px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar1 .vest {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.8em;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
#sidebar1 .vest:hover {
	text-decoration: none;
	-moz-box-shadow: 0 0 10px #FFF;
	-webkit-box-shadow: 0 0 10px #FFF;
	box-shadow: 0 0 10px #FFF;
}
#sidebar1 .blagoslov p {
	margin-top: 6px;
	margin-bottom: 2px;
}
#sidebar1 .blagoslov {
	text-align:center;
	border: 1px dotted;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 0.8em;
}
#sadrzaj {
	font-size: 0.8em;
	line-height: 1.4;
	text-align: justify;
	text-justify:inter-ideograph;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#sadrzaj h1 {
	font-size: 1.3em;
	text-align: center;
	color: #666;
	margin-top: 3em;
	margin-bottom: 2em;
}
#sadrzaj h2 {
	font-size: 1.2em;
	color: #666;
}
#sadrzaj h3, #sadrzaj h4 {
	color: #666;
}
#sadrzaj img {
	display: block;
	padding: 3px;
	border: 1px solid #999;
}
#sadrzaj strong {
	color:#5B5B5B;
}
#sadrzaj a:link, #sadrzaj a:visited, #sadrzaj a:hover {
	color: #005FA9;
	text-decoration: none;
}
#sadrzaj a:link strong, #sadrzaj a:visited strong, #sadrzaj a:hover strong {
	color: #005FA9;
}
#sadrzaj .imglevo {
	display: block;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
#sadrzaj .imgdesno {
	display: block;
	margin-left: 10px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
#sadrzaj table
{
	border-collapse:collapse;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	box-shadow: 0px 0px 5px #999;
	font-size: 0.9em;
}
#sadrzaj table, #sadrzaj th, #sadrzaj td
{
	border: 1px solid #5E8DDD;
}
#sadrzaj hr {
	color: #987878;
	background-color: #987878;
	border:none;
	width: 100%;
	height: 1px;
}
#footer {
	font-size: 0.8em;
	color: #828282;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 20px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size: 0.8em;
}
#footer a:link, #footer a:visited {
	color: #828282;
	text-decoration: none;
}
/* N E U T R A L N O */
.neutralno #zaglavlje {
	background-image: url(../pictures/neutralno.jpg);
} 
.neutralno #zaglavljepretraga,
.neutralno #zaglavljemeni,
.neutralno #footer,
.neutralno ul.MenuBarHorizontal a
{
	background-color: #e5dae1;
}
.neutralno #zaglavljepretraga .dugme,
.neutralno ul.MenuBarHorizontal a
{
	color: #b2508d;
}
.neutralno #sidebar1 {
	display: none;
}
.neutralno #sadrzaj {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.9em;
	line-height: 1.5;
	background-image: url(../pictures/sadrzajgrb.jpg);
	background-repeat: no-repeat;
}
.neutralno .udarnavest {
	display: block;
	margin: 5px;
	padding: 8px;
	width: 96%;
	height: 100px;
	border: 1px dotted #333;
	font-size: 1em;
	color: #333;
	vertical-align: middle;
	border-radius: 8px;
	background: #EBEBEB; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#DDC0B3'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#DDC0B3)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #DDC0B3); /* for firefox 3.6+ */
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}
.neutralno #sadrzaj .indexmeni {
	border: 1px dotted #666;
	border-radius: 4px;
	background-color: #EBEBEB;
	width: 21.35%;
	float: left;
	position: relative;
	margin: 5px;
	font-size: 0.8em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dbd9d7'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dbd9d7)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #dbd9d7); /* for firefox 3.6+ */
}
.neutralno #sadrzaj .indexmeni .indexmenisub {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: normal;
	text-align: left;
	height: 53px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	display: block;
	cursor: pointer;
	font-size: 0.8em;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.neutralno #sadrzaj .indexmeni .indexmenisub img {
	float: left;
	height: 50px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	width: 40px;
}
.neutralno #sadrzaj .indexmeni .indexmenisub a {
	color: #345;
	text-decoration: none;
}
.neutralno #sadrzaj .indexmeni .indexmenisub:hover {
	background-color: #e5dae1;
	text-decoration: none;
	-moz-box-shadow: 0 0 30px #FFF;
	-webkit-box-shadow: 0 0 30px #FFF;
	box-shadow: 0 0 30px #FFF;
}
.neutralno #sadrzaj .indexmeni h1, .neutralno #sadrzaj .indexmeni h1 a {
	margin-top: 0.5em;
	color: #ae2b7c;
	margin-bottom: 1em;
}
.neutralno #sadrzaj #welcome {
	font-size: 0.9em;
	line-height: 1.5;
	text-align: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	float: left;
	margin: 0;
	width: 500px;
	color: #005FA9;
}
.neutralno #sadrzaj #panelcont {
	font-size: 0.9em;
	line-height: 1.5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 531px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
/* C R V E N O */
.crveno #zaglavlje {
	background-image: url(../pictures/crveno.jpg);
} 
.crveno #zaglavljepretraga,
.crveno #zaglavljemeni,
.crveno ul.MenuBarHorizontal a,
.crveno #sidebar1 .vest:hover,
.crveno #footer {
	background-color: #e5dada;
}
.crveno #zaglavljepretraga .dugme,
.crveno #sidebar1 .vesti,
.crveno #sidebar1 .vesti p,
.crveno #sidebar1 .vesti a,
.crveno #sidebar1 .vest,
.crveno #sidebar1 .vest:link,
.crveno #sidebar1 .vest:visited,
.crveno ul.MenuBarHorizontal a
{
	color: #b25050;
}
.crveno #sidebar1 .vesti {
	border: 1px solid #EFC2C4;
}
.crveno #sidebar1 .vesti p,
.crveno #sidebar1 .vesti a {
	margin-top: 6px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b25050;
}
.crveno #sidebar1 .blagoslov {
	border-color: #EFC2C4;
	color: #CE8A8F;
}
/* Z E L E N O */
.zeleno #zaglavlje {
	background-image: url(../pictures/zeleno.jpg);
} 
.zeleno #zaglavljepretraga,
.zeleno #zaglavljemeni,
.zeleno ul.MenuBarHorizontal a,
.zeleno #sidebar1 .vest:hover,
.zeleno #footer
{
	background-color: #dfe5da;
}
.zeleno #zaglavljepretraga .dugme,
.zeleno #sidebar1 .vesti,
.zeleno #sidebar1 .vesti p,
.zeleno #sidebar1 .vesti a,
.zeleno #sidebar1 .vest,
.zeleno #sidebar1 .vest:link,
.zeleno #sidebar1 .vest:visited,
.zeleno ul.MenuBarHorizontal a
{
	color: #6c994c;
}
.zeleno #sidebar1 .vesti {
	border: 1px solid #B5D2B9;
}
.zeleno #sidebar1 .vesti p, .zeleno #sidebar1 .vesti a {
	margin-top: 6px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6c994c;
}
.zeleno #sidebar1 .blagoslov {
	border-color: #B5D2B9;
	color: #54AF58;
}
/* P L A V O */
.plavo #zaglavlje {
	background-image: url(../pictures/plavo.jpg);
} 
.plavo #zaglavljepretraga,
.plavo #zaglavljemeni,
.plavo ul.MenuBarHorizontal a,
.plavo #sidebar1 .vest:hover,
.plavo #sadrzaj .sveska:hover,
.plavo #footer
{
	background-color: #dae2e5;
}
.plavo #zaglavljepretraga .dugme,
.plavo #sidebar1 .vesti,
.plavo #sidebar1 .vest,
.plavo #sidebar1 .vest:link,
.plavo #sidebar1 .vest:visited,
.plavo ul.MenuBarHorizontal a
{
	color: #4c7f99;
}
.plavo #sidebar1 .vesti {
	border: 1px solid #9AC7EF;
}
.plavo #sidebar1 .vesti p, .plavo #sidebar1 .vesti a {
	margin-top: 6px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4c7f99;
}
.plavo #sidebar1 .blagoslov {
	border-color: #9AC7EF;
	color: #71AFE8;
}
.plavo #sadrzaj .sveskazaglavlje {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: #EBEBEB;
	border-radius: 3px;
	height: 230px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#EBEBEB'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#EBEBEB)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #EBEBEB); /* for firefox 3.6+ */
	-moz-box-shadow: 1px 1px 10px #ccc;
	-webkit-box-shadow: 1px 1px 10px #ccc;
	box-shadow: 1px 1px 10px #ccc;
}
.plavo #sadrzaj .sveska {
	padding: 10px;
	border: 1px dotted #666;
	border-radius: 3px;
	background-color: #EBEBEB;
	position: relative;
	margin: 5px;
	height: 115px;
	cursor: pointer;
}
.plavo #sadrzaj .sveska:hover {
	text-decoration: none;
	border: 1px solid #345769;
}
/* N A R A N DZ A S T O */
.narandzasto #zaglavlje {
	background-image: url(../pictures/narandzasto.jpg);
} 
.narandzasto #zaglavljepretraga,
.narandzasto #zaglavljemeni,
.narandzasto ul.MenuBarHorizontal a,
.narandzasto #sidebar1 .vest:hover,
.narandzasto #footer
{
	background-color: #e5d6cf;
}
.narandzasto #zaglavljepretraga .dugme,
.narandzasto #sidebar1 .vesti,
.narandzasto #sidebar1 .vesti p,
.narandzasto #sidebar1 .vesti a,
.narandzasto #sidebar1 .vest,
.narandzasto #sidebar1 .vest:link,
.narandzasto #sidebar1 .vest:visited,
.narandzasto ul.MenuBarHorizontal a 
{
	color: #b27150;
}
.narandzasto #sidebar1 .vesti {
	border: 1px solid #DDC0B3;
}
.narandzasto #sidebar1 .vesti p, .narandzasto #sidebar1 .vesti a {
	margin-top: 6px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b27150;
}
.narandzasto #sidebar1 .blagoslov {
	border-color: #b27150;
	color: #C99B85;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/**********************************************************************
-------------------- SpryMenuBarHorizontal -----------------------------
***********************************************************************/
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/*******************************************************************************
 LAYOUT INFORMATION: describes box model, positioning, z-order
 *******************************************************************************/
/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal,
ul.MenuBarHorizontal li,
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.MenuBarHorizontal
{
	font-size: 0.9em;
	cursor: default;
	width: auto;
	float: right;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible 
{
	left: auto;
	top: 0;
}
/*******************************************************************************
 DESIGN INFORMATION: describes color scheme, borders, fonts
 *******************************************************************************/
/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #E2ECF3;
	padding: 0.5em 0.75em;
	color: #005FA9;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
/*N E U T R A L N O*/
/* Menu items that have mouse over or focus have a blue background and white text */
.neutralno ul.MenuBarHorizontal a:hover, .neutralno ul.MenuBarHorizontal a:focus, .neutralno ul.MenuBarHorizontal a.MenuBarItemHover, .neutralno ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, .neutralno ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #b2508d;
}
/*C R V E N O*/
/* Menu items that have mouse over or focus have a blue background and white text */
.crveno ul.MenuBarHorizontal a:hover, .crveno ul.MenuBarHorizontal a:focus, .crveno ul.MenuBarHorizontal a.MenuBarItemHover, .crveno ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, .crveno ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #b25050;
}
/*Z E L E N O*/
/* Menu items that have mouse over or focus have a blue background and white text */
.zeleno ul.MenuBarHorizontal a:hover, .zeleno ul.MenuBarHorizontal a:focus, .zeleno ul.MenuBarHorizontal a.MenuBarItemHover, .zeleno ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, .zeleno ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #6c994c;
}
/* P L A V O */
.plavo ul.MenuBarHorizontal a:hover, .plavo ul.MenuBarHorizontal a:focus, .plavo ul.MenuBarHorizontal a.MenuBarItemHover, .plavo ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, .plavo ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #4c7f99;
}
/* NARANDZASTO */
.narandzasto ul.MenuBarHorizontal a:hover, .narandzasto ul.MenuBarHorizontal a:focus, .narandzasto ul.MenuBarHorizontal a.MenuBarItemHover, .narandzasto ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, .narandzasto ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #b27150;
}
/************* opste **************/

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #FFF;
}
/*******************************************************************************
 SUBMENU INDICATION: styles if there is a submenu under a given menu item
 *******************************************************************************/
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/*******************************************************************************
 BROWSER HACKS: the hacks below should not be changed unless you are an expert
 *******************************************************************************/
/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
ul.MenuBarHorizontal li.MenuBarItemIE
{
	display: inline;
	f\loat: left;
	background: #FFF;
}
/**********************************************************************
-------------------- SpryMenuBarVertical -----------------------------
***********************************************************************/
/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/*******************************************************************************
 LAYOUT INFORMATION: describes box model, positioning, z-order
 *******************************************************************************/
/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 200px;
	border: 1px solid #CCC;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 200px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 200px;
	left: -1000em;
	top: 0;
	border: 1px solid #CCC;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 200px;
}
/*******************************************************************************
 DESIGN INFORMATION: describes color scheme, borders, fonts
 *******************************************************************************/
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #E9E9E9;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus, ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	color: #FFF;
}
/* C R V E N O */
.crveno ul.MenuBarVertical a:hover, .crveno ul.MenuBarVertical a:focus, .crveno ul.MenuBarVertical a.MenuBarItemHover, .crveno ul.MenuBarVertical a.MenuBarItemSubmenuHover, .crveno ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #b25050;
}
.crveno ul.MenuBarVertical ul, .crveno ul.MenuBarVertical ul li 
{
	width: 270px;
}
/* Z E L E N O */
.zeleno ul.MenuBarVertical a:hover, .zeleno ul.MenuBarVertical a:focus, .zeleno ul.MenuBarVertical a.MenuBarItemHover, .zeleno ul.MenuBarVertical a.MenuBarItemSubmenuHover, .zeleno ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #6c994c;
}
/* P L A V O */
.plavo ul.MenuBarVertical a:hover, .plavo ul.MenuBarVertical a:focus, .plavo ul.MenuBarVertical a.MenuBarItemHover, .plavo ul.MenuBarVertical a.MenuBarItemSubmenuHover, .plavo ul.MenuBarVerticala.MenuBarSubmenuVisible
{
	background-color: #4c7f99;
}
.plavo ul.MenuBarVertical ul, .plavo ul.MenuBarVertical ul li 
{
	width: 150px;
}
/* NARANDZASTO */
.narandzasto ul.MenuBarVertical a:hover, .narandzasto ul.MenuBarVertical a:focus, .narandzasto ul.MenuBarVertical a.MenuBarItemHover, .narandzasto ul.MenuBarVertical a.MenuBarItemSubmenuHover, .narandzasto ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #b27150;
}
.narandzasto ul.MenuBarVertical ul, .narandzasto ul.MenuBarVertical ul li 
{
	width: 300px;
}
/*******************************************************************************
 SUBMENU INDICATION: styles if there is a submenu under a given menu item
 *******************************************************************************/
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/*******************************************************************************
 BROWSER HACKS: the hacks below should not be changed unless you are an expert
 *******************************************************************************/
/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
ul.MenuBarVertical li.MenuBarItemIE
{
	display: inline;
	f\loat: left;
	background: #FFF;
}
/***************************/
#sadrzaj .sivo {
	color:#999999;
	font-size:0.9em;
}
#sadrzaj .crvenaslova, #sadrzaj .crvenaslova strong {
	color: #b25050;
}
#sadrzaj .citat {
	margin: 10px 30px 10px 30px;
	font-size: 11px;
}
#sadrzaj .fusnota {
	font-style:normal;
	color: #987878;
	margin-bottom: 10px;
	font-size: 0.9em;
}
#sadrzaj .fusnota strong {
	color: #987878;
}
/**********************************************************************
-------------------- SpryTabbedPanels ---------------------------------
***********************************************************************/
/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */
/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	cursor: pointer;
}
/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #CCC;
}
/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
}
/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #eeeeee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dbd9d7'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dbd9d7)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eeeeee,  #dbd9d7); /* for firefox 3.6+ */
}
/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 4px;
}
.TabbedPanelsContent li {
	padding-top: 0.5em;
}
/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
	font-size: 0.8em;
	text-align: left;
	padding-right: 10px;
}
/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */
/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
}
@media print
{
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
#zaglavlje, #zaglavljemeni, #zaglavljepretraga, #sidebar1  {
	display: none;
}
#sadrzaj img {
	display: block;
	padding: 3px;
	border: 1px solid #999;
}
.imglevo {
	display: block;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.imgdesno {
	display: block;
	margin-left: 10px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
}
@media handheld
{
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
#zaglavljepretraga, #sitemap, #blagoslov  {
	display: none;
}
ul.sitemap li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	text-align: left;
	cursor: pointer;
	width: 6em;
	float: left;
}
ul.sitemap a {
	display: block;
	cursor: pointer;
	color: #666;
	background-color:#CCC;
	text-decoration: none;
	text-align: center;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	cursor: pointer;
}
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #E2ECF3;
	padding: 0.5em 0.75em;
	color: #005FA9;
	text-decoration: none;
	text-align: center;
}
#sadrzaj img {
	display: block;
	padding: 3px;
	border: 1px solid #999;
}
.imglevo {
	display: block;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.imgdesno {
	display: block;
	margin-left: 10px;
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
}
