* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#omotac {
	height: 760px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#sjena_l {
	background-image: url(images/sjena_l.jpg);
	float: left;
	height: 760px;
	width: 40px;
}
#sjena_d {
	background-image: url(images/sjena_d.jpg);
	float: right;
	height: 760px;
	width: 40px;
}
#metar_l {
	float: left;
	height: 760px;
	width: 40px;
	margin-left: 20px;
	background-image: url(images/metar_l_gray.gif);
}
#metar_d {
	float: right;
	height: 760px;
	width: 40px;
	margin-right: 20px;
	background-image: url(images/metar_d_gray.gif);
}
#omotac_sadrzaj {
	float: left;
	height: 760px;
	width: 720px;
	margin-left: 20px;
}
#zaglavlje {
	height: 150px;
	width: 720px;
	margin-bottom: 50px;
}
#sadrzaj {
	width: 720px;
	background-color: #FFFFCC;
	margin-bottom: 20px;
}
#stupci {
	width: 720px;
	margin-bottom: 20px;
}
#stupac1 {
	float: left;
	width: 350px;
	height: 220px;
	background-color: #FFFFCC;
	margin-bottom: 20px;
}
#stupac2 {
	float: right;
	width: 350px;
	height: 220px;
	background-color: #FFFFCC;
	margin-bottom: 20px;
}
#podnozje {
	width: 720px;
	height: 20px;
	clear: both;
	text-align: center;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000033;
	margin: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000033;
	margin: 15px;
}

ul{
	padding-left: 40px;
	list-style-type: square;
	line-height: 20px;
}
p {
	margin: 10px;
	line-height: 20px;
}

.logo{
	display: block;
	float:left
}
a {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
table {
	border: 0px;
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;	
}
.izrada {
font-size:16px;
margin-bottom: 30px;
font-style:italic;
}