@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}


body {
	background:#000;
	font-family:"Calibri", Tahoma, Verdana, Geneva, sans-serif;
	font-size:0.8em;
	color:#98713b;
	margin:0 auto;
	text-align:center;
	background:#000 url(../images/index/index02.jpg) no-repeat top center;
}

img {
	border:none;
}

a {
	color:#e1be8b;
	text-decoration:none;
}

a:hover {
	color:#e69933;
}


/* NASLOVNA */

#beer {
	background:#000;
}

#naslovna {
	width:800px;
	padding-top:580px;
	height:50px;
	margin:0 auto 0 auto;
}

a#nemam {
	float:left;
	display:block;
	margin-top:0;
	margin-left:130px;
	width:220px;
	height:40px;
	padding:0;
	background:url(../images/index/nemam.jpg) no-repeat 0 0;
	
}

a#nemam:hover {
	background:url(../images/index/nemam.jpg) no-repeat 0 -40px;
}

a#imam {
	float:left;
	display:block;
	margin-top:0;
	margin-left:90px;
	width:220px;
	height:40px;
	background:url(../images/index/imam.jpg) no-repeat 0 0;
	
}

a#imam:hover {
	background:url(../images/index/imam.jpg) no-repeat 0 -40px;
}


a span {
	display:none;
}

#naslovna_futer {
	width:100%;
	text-align:center;
	position:fixed;
	bottom:20px;
	z-index:-1;
}

#naslovna_futer a {
	display:inline-block;
	margin:10px 10px 0 10px;
	width:32px;
	height:32px;
}

a#chrome {
	background:url(../images/index/browsers.jpg) no-repeat 0 0;
}

a#chrome:hover {
	background:url(../images/index/browsers.jpg) no-repeat 0 -32px;
}

a#firefox {
	background:url(../images/index/browsers.jpg) no-repeat -32px 0;
}

a#firefox:hover {
	background:url(../images/index/browsers.jpg) no-repeat -32px -32px;
}


img#nevidljiva {
	display:none;
}


/* ZEMLJE */
#zemlje {
	position:fixed;
	top:0;
	margin:0 auto;
	background:#F00;
	height:80px;
}
	


/*PAGE LOADER */
.QOverlay {
	background: #000 url(../images/backload.jpg) no-repeat top center;
	z-index: 9999;
}

.QLoader {
	background-color: #000;
	height: 3px;
}





/*WEBFEST*/
#webfest {
	margin-top:20px;
}

