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

/*

	Code by Goran Blazevic - goran.blazevic@advance-media.eu

	Color codes:

	Bright green:	#63AE45
	Dark green:		#376127

*/

body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #63AE45;
}
p, img {
	margin: 0;
	padding: 0;
	border: 0;
}

.top-space {
	width: 100%;
	height: 50px;
}
.izrada1 {
	width: 100%;
	height: 150px;
	background-image: url(../images/izrada1.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.izrada2 {
	width: 100%;
	height: 150px;
	background-image: url(../images/izrada2.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.izrada3 {
	width: 100%;
	height: 150px;
	background-image: url(../images/izrada3.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.izrada4 {
	width: 100%;
	height: 58px;
	background-image: url(../images/izrada4.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.text-link {
	margin-top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.text-link a:link, .text-link a:active, .text-link a:visited {
	color: #FFF;
	text-decoration: underline;
}
.text-link a:hover {
	color: #FFF;
	text-decoration: none;
}
