@charset "utf-8";
html, body {
	background-color:  #e8e7e3;
	text-align: center;
}
a:link {
	color: #174974;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #174974;
}
a:hover {
	text-decoration: underline;
	color: #174974;
}
a:active {
	text-decoration: none;
	color: #174974;
}
.container {
	text-align: left;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
	background-image: url(../Images/bg.png);
	background-repeat: repeat-y;
	padding: 0px;
	background-color: #FFF;
}
.header {
	position: relative;
	width: 910px;
	left: 0px;
	top: 0px;
	clear: both;
}
.header #firma {
	position: absolute;
	top: 25px;
	left: 110px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14pt;
	color: #414141;
	font-variant: small-caps;
	font-weight: bold;
}
.header #linkovi {
	position: absolute;
	right: 15px;
	top: 90px;
	visibility: hidden;
}
.header #linkovi a {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-variant: small-caps;
	color: #636466;
	text-decoration: none;
	line-height: 11pt;
}
.header #linkovi a:hover {
	font-weight: bold;
}
.header #datum {
	position: absolute;
	top: 15px;
	right: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #636466;
	font-variant: small-caps;
	font-weight: bold;
}
.header form {
	position: absolute;
	width: 300px;
	top: 65px;
	right: 15px;
	height: 20px;
}
.header form label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #666;
	position: absolute;
	top: 0px;
	right: 185px;
}
.header form #query {
	color: #666;
	border: 1px solid #BCBCBC;
	position: absolute;
	top: 0px;
	right: 25px;
	width: 150px;
}
.header form #submit {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.header #korpa {
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	text-transform: none;
	color: #414141;
	top: 45px;
	text-decoration: none;
	right: 12px;
	font-variant: small-caps;
	height: 32px;
}
.header #korpa a {
	text-decoration: none;
	color: #FFF;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	position: relative;
	bottom: -5px;
	border: none;
}
#korpa a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 36px;
	width: 51px;
}

.header #sajt {
	position: absolute;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 8pt;
	text-transform: uppercase;
	color: #414141;
	top: 55px;
	left: 110px;
	text-decoration: none;
	line-height: 10pt;
}
.jqueryslidemenu{
	background: #414141;
	width: 900px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	z-index: 10;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	background: #414141; /*background of tabs (default state)*/
	color: white;
	padding: 8px 9px;
	border-right: 1px solid #778;
	color: #99991F;
	text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: white;
	text-decoration: none;
}

.jqueryslidemenu ul li a:hover{
	background: black; /*tab link background during hover state*/
	color: white;
	text-decoration: none;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	background: #eff9ff;
	color: black;
	text-decoration: none;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
.contentContainer {
	width: 900px;
	position: relative;
	left: 5px;
	margin: 0px;
	padding: 0px;
	height: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #666;
}
.contentContainer #wraper {
	float: left;
	width: 100%;
	position: relative;
}
.contentContainer #content {
	position: relative;
	width: 610px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: justify;
	left: 15px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	float: left;
}
#content p {
	text-align: justify;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-variant: small-caps;
	text-align: center;
	width: 100%;
	color: #000;
}
#content #breadcrumb {
	border-bottom: solid 1px #666;
	overflow: hidden;
	position: relative;
	height: 19px;
	width: 100%;
	top: -10px;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
.contentContainer #tabs {
	position: relative;
	width: 235px;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: justify;
	right: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.footer {
	position: relative;
	width: 910px;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	overflow: hidden;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
}
.footer ul {
	float: left;
	margin-left: 8px;
	list-style-type: none;
	position: absolute;
	padding: 0px;
	top: 0px;
	margin-top: 15px;
	color: #BCBCBC;
	text-align: left;
	height: 120px;
	overflow: hidden;
}
.footer ul li {
	text-indent: 15px;
}

.footer ul h3 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-variant: small-caps;
	color: #EFEFEF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 100%;
	text-align: center;
}
.footer ul a {
	color: #BCBCBC;
}
#tab {
	padding-bottom: 15px;
}
#tab h3 {
	position: relative;
	width: 230px;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
	font-variant: small-caps;
	color: #414141;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	background-color: #EFEFEF;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BCBCBC;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
}
#vesti {
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#vesti li {
	margin-bottom: 15px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
}

#vesti li span {
	font-size: 11pt;
	font-weight: bold;
	line-height: 20px;
}
#vesti li span img {
	margin-right: 5px;
	top: -5px;
}
#najcitanije {
	list-style-type: none;
	padding: 0px;
	width: 235px;
	margin: 0px;
}
#najcitanije li {
	padding: 0px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	list-style-type: none;
	width: 235px;
	margin-right: 0px;
	margin-left: 0px;
}
#najcitanije li a {
	color: #666;
}
#najcitanije li a:hover {
	color: #333;
	text-decoration: underline;
}
#linkovi {
	list-style-type: none;
	padding: 0px;
	width: 235px;
	margin: 0px;
}
#linkovi li {
	padding: 0px;
	margin: 0px;
	border: none;
	list-style-type: none;
	width: 235px;
}
#linkovi li a {
	color: #666;
}
#linkovi li a:hover {
	color: #333;
	text-decoration: underline;
}

/* jQuery lightBox plugin - Gallery style */
#gallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 610px;
}
#gallery ul li {
	display: inline;
}
#gallery ul img {
	border: 1px solid #414141;
	margin: 3px;
	padding: 5px;
}
#gallery ul a:hover img {
	background-color: #EFEFEF;
	opacity:0.8;
	filter:alpha(opacity=80)
}
#gallery ul a:hover { 
	color: #EFEFEF;
	opacity:0.8;
	filter:alpha(opacity=80)
}
#clanci {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#clanci li {
	padding: 0px;
}
#content #noveknjige {
	position: relative;
	width: 610px;
}
#content #noveknjige ul {
	position: relative;
	width: 610px;
	list-style-type: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding: 0;
	overflow: hidden;
	height: 130px;
}
#noveknjige ul li {
	width: 295px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BCBCBC;
	border-bottom-color: #D8D8D8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #F9F9F9;
}
#content p #book {
	float: left;
	border: 1px solid #414141;
	margin-right: 10px;
	margin-top: 3px;
}
#tab form {
	position: relative;
	width: 220px;
	height: 45px;
	margin: 0px;
	padding: 0px;
}
#tab form #query {
	color: #666;
	border: 1px solid #BCBCBC;
	position: absolute;
	top: 0px;
	right: 25px;
	width: 180px;
}
#tab form div {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 200px;
	height: 20px;

}

#tab form #submit {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#korpa {
	margin: 10px 0px;
}
#korpa  h1 {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
	color: #FFF;
}


#korpa td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}
