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


#dizajn_overlay {
	background-image:url(images/apple.png);
	color:#fff;		
}

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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #787878;

}
#MainContainer {
	width: 900px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#LeftPart {
	float: left;
	width: 229px;
}
.Clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Logo {
	background-image: url(images/Logo.gif);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 201px;
	height: 440px;
	cursor: pointer;
}
#MenuHolder {
	float: left;
	width: 28px;
}
#RightPart {
	float: right;
	width: 571px;
	padding: 50px;
}

#RightPartCalculator {
	float: right;
	width: 571px;
	padding: 50px;
	height: 650px;
}
.ContentBox {
	background-image: url(images/tocke.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.PictureHolder {
	width: 160px;
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.Strelice {
	background-image: url(images/strelice.gif);
	background-repeat: no-repeat;
	height: 49px;
	width: 8px;
	float: left;
	padding-left: 30px;
	background-position: right;
}
.TextBox {
	float: left;
	padding-left: 30px;
	width: 331px;
}
.TextBox p {
	margin-bottom: 1.5em;
	margin-top: 0px;
	padding: 0px;
}
.TextBox a {
	font-weight: bold;
	color: #001C4B;
	text-decoration: none;
}
.TextBox a:hover {
	color: #FF3300;
}
