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

#reklama_lijeva {
/* display:none;   Hide the DIV */
position: fixed;
border: 0px;
left: 50%;
top: 0;
width: 500px;
margin-left: -890px;
text-align: right;
}
#reklama_desna {
position: fixed;
border: 0px;
left: 50%;
top: 0;
width: 500px;
margin-left: 390px;
text-align: left;
}
#zid_velicinal {

height: 1000px;
border: 0px;
/*	-moz-box-shadow: 0 0 5px #ff0000; */
/*	-webkit-box-shadow: 0 0 5px #ff0000; */
/*	box-shadow: 0 0 5px #ff0000; */

}
#zid_velicinad {
height: 1000px;
border: 0px;
/*	-moz-box-shadow: 0 0 5px #ff0000; */
/*	-webkit-box-shadow: 0 0 5px #ff0000; */
/*	box-shadow: 0 0 5px #ff0000; */

}

/* pop_prozor stilovi */
#pop_prozor {
	display:none; /* Hide the DIV */
	position:fixed;
	_position:absolute; /* hack for internet explorer 6 */
	border-radius: 10px;
	height:400px;
	width:400px;

	/* background-image:url(reklame/banerhr.jpg); */
	left: 50%;
	top: -400px;
	z-index:100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
	margin-left: -250px;
	/* additional features, can be omitted */
	border:1px solid #ff0000; 
	padding:0px;
	font-size:15px;
	-moz-box-shadow: 0 0 5px #ff0000;
	-webkit-box-shadow: 0 0 5px #ff0000;
	box-shadow: 0 0 5px #ff0000;
	/* background-color: #FFFFFF; */
	/* background-repeat: no-repeat; */
	/* background-position: 0px 0px;	*/
}

#pop_prozor a{  
cursor: pointer;  
text-decoration:none;  
} 

#slikabaner a{  
cursor: pointer;  
text-decoration:none;  
} 

/* This is for the positioning of the Close Link */
#popupBoxClose {
	font-size:16px;
	line-height:15px;
	right:5px;
	top:400px;
	position:absolute;
	color:#FFF;
	font-weight:500;
	background-color: #F00;
		border-radius: 3px;
	float: left;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
#PopSlika {
	padding: 0px;
	float: left;
	height: 100%;
	width: 100%;
	border-radius: 10px;
}