/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	background: #ffffff url(../images/background.gif) repeat-y center;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
}
p {
	margin:15px 0px 15px 0px;
}
#title {
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
#container {
	text-align: center;
	position: relative;
	top: -70px;
	margin: auto;
	/*width: 604px;*/
	width: 704px;
	text-align: left;
	/*border: thin solid Black;*/
}
#ispodtitla {
}
#navigacija {
	float: left;
	/*border: thin solid Black;*/
}
#sadrzaj {
	margin-top: 0px;
	/*margin-left: 177px;*/
	float: right;
	padding: 0px;
	width: 520px;
	text-align: justify;
	/*border: thin solid Black;*/
}
#novosti ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #969696;
	border: 1px solid Black;
}
#novosti a {
	display: block;
	padding: 0px 0px 0px 0px;
	color: #EEE;
	text-decoration: none;
}
#novosti a:hover {
	text-decoration: underline;
}
#novosti li {
	padding: 1px 3px 1px 6px;
	width: 120px;
}
#avioncic {
	text-align: center;
}

