/* CSS za Eurogame Industries */

/* Osnovni HTML tagovi */

* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #000;
	font-family: "Trebuchet MS";
	font-size: 13px;
}

body {
	text-align: center;
}

a {
	color: #ff9;
}

a:hover {
	color: #ff3;
}

table ol {
	margin-left: 50px;
	xmargin-bottom: 20px;
}

table p {
	marginl: 0px;
}

/* Elementi layouta web stranice */

#kontejner {
	margin: 0 auto;
	width: 850px;
	text-align: left;
	background-color: #000;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#zaglavlje {
	height: 150px;
	background-color: #000;
	text-align: center;
}

#navigacija {
	background-color: #000;
	text-align: center;
	padding: 10px 5px;
}

	#navigacija img {
		padding: 0;
		margin: 0;
		border: 0;
	}
	
	#navigacija a {
		color: #fff;
		text-decoration: none;
	}
		
		#navigacija a:hover {
			text-decoration: underline;
		}

#intro {
	background-color: #202151;
	text-align: center;
}

#sadrzaj {
	background-color: #000;
	color: #fff;
	text-align: center;
}

	.sadrzaj-naslov {
		background: #600 url(img/sadrzaj-d-top-bg.gif) repeat-x;
		height: 34px;
	}
	
	.naslov {
		float: left;
		height: 34px;
	}
	
	#jezik {
		float: right;
		background: #000 url(img/sadrzaj-d-top-bg.gif) repeat-x;
		padding: 4px;
		text-align: right;
		height: 34px;
	}
	
		#jezik img {
			padding-left: 5px;
		}
	
#footer {
	clear: both;
	height: 30px;
	padding: 10px;
	background-color: #000;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	
	font-size: 12px;
	color: #999;
}

	#footer a {
		color: #999;
		text-decoration: none;
	}

/* ID ZA POJEDINE STRANE */

body#index, html body#index {
	background-color: #fff;
}

body#index table {
	text-align: center;
}

#naslovna .sadrzaj {
	padding: 20px 50px;
	text-align: center;
}

	.pogledajte-galeriju {
		border: 1px solid #900;
		background-color: #700;
		text-align: center;
		font-size: 20px;
		padding: 5px;
	}
	
		.pogledajte-galeriju a {
			color: #fff;
		}
		
			.pogledajte-galeriju a:hover {
				color: #ff0;
			}

#onama .sadrzaj {
	text-align: justify;
	color: #fff;
	padding: 20px;
}

#onama .sadrzaj img, #kontakt .sadrzaj img {
	margin: 15px;
	margin-right: 30px;
}

.sadrzaj p {
	margin-bottom: 10px;
	padding-left: 20px;
	line-height: 25px;
}

.sadrzaj h2 {
	color: #ff0;
	margin-bottom: 10px;
}

#galerija .sadrzaj {
	text-align: center;
	padding: 20px;
}

	#galerija .sadrzaj img, #gallery .sadrzaj img {
		margin: 10px;
	}
	
#kontakt .sadrzaj {
	text-align: justify;
	xbackground: #600 url(img/kockice.jpg) 450px 30px no-repeat;
	padding-top: 20px;

}

/* Razme klase */

.thumb {
	padding: 5px;
	margin: 10px;
	border: 1px solid #fff;
}


/* CSS ZA LIGHTBOX
******************/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	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: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
