/* CSS Document */

/*
div#popfooter {
	display: none; 
	background-color: #FFFFFF;
	text-align: center;
	border-top: 1px solid black;
}
div#popfooter a#popfooterclose {
	position: absolute;
	top: 5px;
	right: 15px;
	color: black;
}
*/

/* popup - system reklam */
div#popup{
   
  width: 400px; 
  height: 270px;
  z-index: 999999999; 
  position: absolute; 
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -135px; 
  
}

.no-display{

  display: none !important; 
  
}

div#close{ text-align: right; }
