@charset "utf-8";
/* CSS Document */
body,html
{
	height:100%;
	margin:0px;
	padding:0px;
}

body
{
	background-color:#000000;
	
}

html { overflow: -moz-scrollbars-vertical; }

#loader
{
	background-image:url(../image/ozadjeLoader.png);
	background-repeat:repeat;
	position:absolute;
	width:100%;
	height:100%;
	display:block;
	z-index: 998;
	left:0px;
	top:0px;
}

#loaderFlash
{
	position:absolute;
	left:34%;
	top:27%;
	z-index:999;
}

#loaderNotice
{
	position:absolute;
	z-index:999;
	top: 23%;
	left: 36%;
	width: 350px;
	display: none;
}

#main
{
	width:907px;
	margin:auto;
	text-align:left;
	overflow:hidden;
	background-image:url(../image/ozadjeMain.gif);
	background-repeat:repeat-y;
	display:none;
}

#glava
{
	background-image:url(../image/ozadjeGlava.gif);
	background-repeat:no-repeat;
	width:907px;
	height:251px;
}

#banner
{
	background-image:url(../image/banner.png);
	background-repeat:no-repeat;
	width:859px;
	height:235px;
	position:absolute;
	margin-top: 16px;
	margin-left: 19px;
}

#home
{
	width:750px;
	height:130px;
	margin-top:40px;
	margin-left:100px;
	position:absolute;
	z-index:600;
	/*cursor:url(../image/hand.gif), pointer;*/
}

#language
{
	background-image:url(../image/jezicekJezik.gif);
	background-repeat:no-repeat;
	width:35px;
	height:35px;
	position:absolute;
	margin-left: 899px;
	margin-top: 50px;
	padding-top: 11px;
	padding-left: 7px;
}

#menu
{
	background-image:url(../image/ozadjeMenu.gif);
	background-repeat:no-repeat;
	width:907px;
	height:28px;
	text-align: center;
	padding-top: 6px;
}

#podMenu
{
	background-image:url(../image/ozadjePodMenu.gif);
	background-repeat:repeat-x;
	height:67px;
	margin-left: 8px;
	width: 891px;
}

#leviMenuTop
{
	background-image:url(../image/ozadjeLevoTop.gif);
	background-repeat:no-repeat;
	width:226px;
	height:36px;
	padding-top: 10px;
	padding-left: 10px;
}

#leviMenu
{
	border-left:1px solid #787878;
	border-right:1px solid #787878;
	background-color:#353535;
	width:224px;
	padding-left: 10px;
}

#leviMenuBottom
{
	background-image:url(../image/ozadjeLevoBottom.gif);
	background-repeat:no-repeat;
	width:236px;
	height:46px;
}

#desniMenuTop
{
	background-image:url(../image/ozadjeDesnoTop.gif);
	background-repeat:no-repeat;
	width:599px;
	height:36px;
	padding-left: 10px;
	padding-top: 10px;
}

#desniMenu
{
	border-left:1px solid #787878;
	border-right:1px solid #787878;
	background-color:#353535;
	width:592px;
	padding-left: 10px;
	padding-right:5px;
}

#desniMenuBottom
{
	background-image:url(../image/ozadjeDesnoBottom.gif);
	background-repeat:no-repeat;
	width:609px;
	height:46px;
}

#noga
{
	background-image:url(../image/ozadjeNoga.gif);
	width:892px;
	height:32px;
	margin-left: 1px;
	margin-top:0px;
	padding-left: 15px;
	padding-top: 7px;
	text-align:center;
}

#sponzor
{
	float:left;
	margin-top:-3px;
	/*margin-right:15px;*/
	
	
}

img.gallery
{
	margin-left:20px;
	margin-right:3px;
	margin-bottom:3px;
	margin-top:5px;
}

/************************************fonti***************************************/
.osnovniTekst
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	color:#d3d3d3;
}

.osnovniTekst2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:normal;
	color:#000;
}

.naslovniTekst
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#cecb7d;
}

.podNaslovniTekst
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#cecb7d;
}

.menuTekst
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
}

a.hrefMenu
{
	color:#ffffff;
	text-decoration:none;
	font-style:italic;
}

a
{
	color:#d3d3d3;
	text-decoration:none;
	font-style:italic;
}

a:hover
{
	text-decoration:none;
	color:#cecb7d;
}
/********************************************************************************/
