@charset "utf-8";
body {
	margin:0 auto;
	margin-bottom:20px;
	background-image:url(img/bg-html.png);
}
a {
	color:#000066;
	text-decoration:none;
}
a:hover {
	color:#000066;
	text-decoration:underline;
}
.container {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	height:auto;
	background:url(img/bghtml.png) repeat-x top;
	background-color:#d6ded9;
}
/*header*/
.header {
	background-image:url(img/header.png);
	background-position:0 0;
	background-repeat:no-repeat;
	width:800px;
	height:118px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
/*izbornik lijevo*/
.content-l {
	float:left;
	width:110px;
	font-weight:bold;
	margin-bottom:50px;
	padding-top:118px;
	text-align:right;
	text-transform:capitalize;
	font-size:11px;
}
.content-l ul {
	padding:0px;
	margin:0px;
}
.content-l li {
	list-style:none;
	list-style-type:none;
	margin-bottom:16px;
	width:116px;
}
.content-l a {
	text-decoration:none;
	color:#000000;
	padding-right:0px;
}
.content-l a:hover {
	color:#666666;
}
b {
	color: #777777;
}
/*sadrzaj desno*/
.content-r {
	float:right;
	height:auto;
	width:652px;
	border-left:2px solid white;
	padding-left:10px;
	padding-right:5px;
	padding-top:60px;
	min-height:400px;
}
h1 {
	font-size:18px;
	margin:0px 0px 0px 0px;
	font-weight:bold;
	margin-bottom:34px;
}
h2 {
	font-weight:normal;
	font-style:italic;
	font-size:12px;
}
h3 {
	font-size:18px;
	margin:0px 0px 0px 20px;
	font-weight: normal;
	padding-bottom:37px;
}
.novcont {
	border-bottom:1px dotted black;
	margin-bottom:25px;
	padding-right:10px;
	margin-right:10px;
}
.vupisa {
	text-align:right;
	font-size:9px;
	font-style:italic;
	margin-top:10px;
}
/*  slike & galerije opcenito */
.thumb {
	width:600px;
	height:auto;
	border-bottom:1px dotted #333333;
	padding-bottom:10px;
	padding-right:10px;
	float:left;
	margin-right:10px;
	margin-bottom:25px;
	margin-left:20px;
}
.thumb img {
	border:3px double black;
	background-color: #E5E5E5;
}
.imginfo {
	float:right;
	width:390px;
	text-align:center;
	padding-right:20px;
	font-size:11px;
	margin-top:2px;
}
.imgcontainer {
	width:155px;
	height:auto;
	float:left;
	text-align:center;
}
.ime {
	font-size:16px;
	text-transform:capitalize;
	font-style:italic;
	font-weight:bold;
}
/* obrazac */
.obrazac {
	margin-top:50px;
	border-bottom:1px dotted black;
	margin-bottom:10px;
	padding-bottom:15px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}
input {
	width:350px;
	background-color:#F5F5F5;
	border:1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;
	margin-bottom:3px;
	margin-top:3px;
}
select {
	background-color:#F5F5F5;
	border:1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-bottom:1px;
	margin-bottom:3px;
	margin-top:3px;
	padding-left:2px;
	padding-right:2px;
}
textarea {
	width:550px;
	height:250px;
	overflow:auto;
	background-color: #F5F5F5;
	border:1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}
.cinfo1 {
	margin-bottom:30px;
	border-bottom:1px dotted black;
	padding-bottom:15px;
}
.itwo {
	width:300px;
	float:left;
	margin-left:30px;
	margin-right:10px;
}
.ta {
	width:340px;
	height:150px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:15px;
}
/* ---  footer  ---  */
.footer {
	width:800px;
	clear:both;
	text-align:center;
	height:100px;
	background-image:url(img/bgfooter.png);
	background-repeat:repeat-x;
}
.fspan {
	text-align:center;
	width:800px;
	font-size:10px;
	font-style:italic;
}
.fextra {
	width:800px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/fextrabg.png);
	background-repeat:no-repeat;
	margin-bottom:90px;
}
/*----- galerija.css -----*/
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color:white;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(galerija/prevlabel.png) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(galerija/nextlabel.png) right 15% no-repeat;
}
#imageDataContainer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:white;
	margin: 0 auto;
	line-height: 1.4em;
	height:26px;
	width: 100%;
}
#imageDataContainer span {
	color:#5a5a44;
}
#imageData {
	padding:0 10px;
	color:#f0f0de;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	font-size:10px;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height:100%;
	height: 800px;
	background-color:black;
}
