/* the overlayed element */
div.overlay {
	/* growing background image */
	background-image:url(images/white.png);
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:370px;
	/* initially overlay is hidden */
	display:none;
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(images/close.gif);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	color:#fff;
	background-color: #DFF6FF;
}

/* petrol */
div.overlay.petrol {
	color:#fff;
	background-image: url(images/petrol.png);
	background-repeat: no-repeat;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}
#sadrzaj {
	height: auto;
	width: 550px;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	background-image: url(images/logo_overlap.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#sadrzaj a {
	color: #45a1c6;
}
#sadrzaj a:hover {
	text-decoration: none;
}


#sadrzaj strong {
	font-weight: bold;
	color: #333333;
}
#sadrzaj  h2 {
	padding-bottom: 20px;
	padding-top: 80px;
	color: #45a1c6;
}
