* {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
}
* html img, * html div {
	behavior: url(pngfix/iepngfix.htc);
}
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
#main1 {
	padding-bottom:300px;
}
#main {
	padding-bottom:80px;
} /* must be same height as the footer */
#footer {
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	height: 80px;
	clear:both;
	color:#9e9e9e;
	background-color:#181818;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

body#splash {
	text-align:center;
	background:#090909 url(../images/mainbg.jpg) center top repeat-x;
	height:100%;
}
body {
	text-align:center;
	background:#000 url(../images/inbg.jpg) center top repeat-x;
	height:100%;
}
H1 {
	font-size:20px;
	text-transform:uppercase;
	text-align:left;
	color:#000;
	padding:2px 0 0 10px;
	margin-left:20px;
	margin-bottom:10px;
	height:33px;
	width:132px;
	background:url(../images/h1.jpg) repeat-x;
}
H2 {
	font-size:30px;
	padding-bottom:20px;
	font-weight:normal;
	color:#fff;
	text-align:left;
}
H3 {
	font-size:13px;
	padding-bottom:10px;
	text-align:left;
	color:#fff;
	text-transform:uppercase;
}
H4 {
	font-size:26px;
	text-align:left;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	float:left;
	font-weight:normal;
}
p {
	font-size:13px;
	color:#fff;
	text-align:left;
	padding-bottom:15px;
	line-height:22px;

	font-family:"Segoe UI", Verdana, Geneva, sans-serif;}
P STRONG {
	font-size:13px;
}
P A IMG {
	border:1px solid #fff;
}
A:link, A:visited, A:hover, A:active {
	color:#fff;
	text-decoration:none;
}
A:hover {
	color: #900;
	text-decoration:underline;
}
TR {
}
TD {
	font-size:13px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
}
.content LI {
	line-height:22px;
	color:#fff;
	list-style-type: none;
	text-align:left;
	font-size:13px;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	margin-left:20px;
}
.content LI A:link, .content LI A:visited {
	font-weight:bold;
	font-size:13px;
}
.top {
}
.PageHolder {
	margin-left:-474px;
	top:120px;
	left:50%;
	z-index:4;
	position: absolute;
}
#lang {
	position:absolute;
	top:570px;
	left:50%;
	margin-left:-65px;
}
#compl {
	position:absolute;
	top:530px;
	left:50%;
	margin-left:-143px;
}
#lang SPAN {
	display: none;
}
#lang A:link.hrv, #lang A:visited.hrv {
	display:block;
	float:left;
	background:url(../images/hr.jpg) no-repeat 0 -65px;
	width:65px;
	height:65px;
	border:0;
}
#lang A:link.eng, #lang A:visited.eng {
	display:block;
	background:url(../images/en.jpg) no-repeat 0 -65px;
	width:65px;
	float:left;
	height:65px;
	border:0;
}
#lang A:hover.hrv {
	background:url(../images/hr.jpg) no-repeat 0 0;
}
#lang A:hover.eng {
	background:url(../images/en.jpg) no-repeat 0 0;
}
#logo {
	position:absolute;
	top:5px;
	left:50%;
	margin-left:-424px;
}
.language IMG {
	border:0;
}
.language SPAN {
	display:none;
}
.language {
	position:absolute;
	top:106px;
	left:50%;
	margin-left:290px;
}
.language A.en:link,
.language A.en:visited {
	background:url(../images/eng.jpg) 0 0;
	float:left;
	display:block;
	width:42px;
	height:17px;
	}
.language A.hr:link,
.language A.hr:visited {
	background:url(../images/hrv.jpg) 0 0;
	display:block;
	float:left;
	width:34px;
	height:17px;
	}
.language A.hr:hover {
	background:url(../images/hrv.jpg) 0 17px;
	}
.language A.en:hover {	
	background:url(../images/eng.jpg) 0 17px;
	}
#logo IMG, #lang IMG {
	border:0;
}
.menu {
	margin-top:29px;
	margin-left:-270px;
	left:50%;
	position:absolute;
}
.menu LI {
	display:inline;
	float:left;
	list-style-type:none;
}
.menu A:link, .menu A:visited {
	display:block;
	padding:11px 0 0 0;
	width:90px;
	height:32px;
	font-size:12px;
	line-height:22px;
	color:#fff;
}
.menu A:hover, .menu .selected {
	text-decoration:none;
	background:url(../images/menubg.jpg) repeat-x;
}
.menu LI.last A:link, .menu LI.last A:visited {
	background:none;
	padding-right:0;
}
.menu IMG {
	vertical-align:middle;
}
.footmenu {
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-300px;
}
.footmenu LI {
	display:inline;
	float:left;
}
.footmenu LI A:link, .footmenu LI A:visited {
	display:inline;
	color:#9e9e9e;
	margin: 0 5px;
}
.content {
	margin-top:10px;
	width:1000px;
	margin:0 auto;
}
.copyright {
	position:absolute;
	top:30px;
	left:50%;
	margin-left:70px;
}
.copyrightsplash {
	position:absolute;
	top:25px;
	left:50%;
	margin-left:-110px;
}
.links {
	display:block;
	font-size:13px;
	line-height:25px;
	padding: 0 0 0 20px;
	}
.links:hover {
		color: #900;
	}
	.linksimg {
		background-color:#fff;
		padding:15px 10px;
	}
.partnerimg {
	border:0;
	}
.ime {
	font-size:16px;
}
.data {
	text-align:left;
	width:685px;
	padding: 20px 0 100px 232px;
}
.data UL,
.data P,
.data TABLE {
	margin-left:20px;
}
.gall {
	border:0;
}
#newsticker-demo {
	width:125px;
	padding:5px 0;
	position:absolute;
	left:50%;
	top:195px;
	margin-left:-437px;
	background:#fff;
	border:3px solid #333;
	height:390px;
}
#newsticker-demo img {
	margin:5px 0;
	}
#newsticker-demo .title {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:5px;
}
.newsticker-jcarousellite {

}
.newsticker-jcarousellite ul li {
	list-style:none;
	display:block;
	padding-bottom:1px;
	margin-bottom:5px;
}
.newsticker-jcarousellite .thumbnail {
	float:left;
	width:110px;
}
.newsticker-jcarousellite .info {
	float:right;
}
.newsticker-jcarousellite .info span.cat {
	display: block;
	font-size:10px;
	color:#808080;
}
.clear {
	clear: both;
}
.gallery {
	margin-left:35px;
	width:600px;
	}
.gallery IMG {
	border-color:#666;
	border-width:1px;
	margin: 3px;
	width:153px;
	height:115px;
}
.prev {
	position:absolute;
	top:417px;
	left:50%;
	margin-left:-285px;
	}
.next {
	position:absolute;
	top:417px;
	left:50%;
	margin-left:266px;
	}
.next IMG {
	border:0;
}
.prev IMG {
	border:0;
}
.mid {
	clear:both;
	color:#333;
padding-top:55px;
	}
.mid A:link,
.mid A:visited {
	color:#333;
	text-decoration:none;
}
.mid A:hover {
	color:#333;
	text-decoration:underline;
}
