/* Popup */
.PopUp {
	width: 342px;
	height: 195px;

	padding: 5px 5px 5px 5px;

	background-image: url(/images/avtorji.png);
	background-repeat: no-repeat;

	z-index: 5;
	visibility: hidden;

	position: absolute;
	top: 50px;
	left: 35%;

	color: #000000;
}
.PopUp a {
	color: #0096CC;
	text-decoration: none;
}
.PopUp a:hover {
	text-decoration: underline;
}
	.popup_besedilo {
		float: left;
		width: 250px;
		padding: 10px 10px 10px 10px;
	}
		.popup_besedilo h1 {
			font-size: 16px;
			padding-bottom: 10px;
		}
	.popup_znak {
		float: right;
		width: 60px;
		text-align: center;
	}
#ozadje {

	z-index: 4;
	visibility: hidden;
	
	width: 100%;
	/*height: 100%;*/
	
	position: absolute;
	top: 0;
	
/*	opacity: .4;
	filter:alpha(opacity=40);*/
	background-image: url(/images/background.png);
	background-repeat: repeat
}


