@font-face {
	font-family: "DejaVuSans";
	src: url("fonts/DejaVuSans.ttf") format('truetype');
	font-weight: 400;
	font-style: normal; }
@font-face {
	font-family: "DejaVuSans";
	src: url("fonts/DejaVuSans-Bold.ttf") format('truetype');
	font-weight: 700;
	font-style: normal; }
@font-face {
	font-family: "DejaVuSans";
	src: url("fonts/DejaVuSans-Oblique.ttf") format('truetype');
	font-weight: 400;
	font-style: italic; }
@font-face {
	font-family: "DejaVuSans";
	src: url("fonts/DejaVuSans-BoldOblique.ttf") format('truetype');
	font-weight: 700;
	font-style: italic; }
body {
	width: 1000px;
	margin: 20px auto 20px auto;
	background-color: #e8e8e8; }
div.sve {
	position: relative;
	top: 0;
	left: auto;
	right: auto;
	width: 1000px;
	box-shadow: 0px 0px 20px #808080;
	background-color: White; }
div.zaglavlje {
	position: relative;
	height: 230px;
	padding: 30px 0 0 65px;
	text-align: left; }
div.sadrzaj {
	position: relative;
	width: 1000px;
	background-color: White; }
div.meni {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 240px;
	padding: 5px 0 5px 10px; }
div.main {
	position: relative;
	left: 240px;
	width: 750px;
	height: auto;
	padding: 5px 10px 5px 0; }
div.podnozje {
	position: relative;
	padding: 10px 0 20px 0;
	text-align: center; }
div.menuitem {
	width: 200px;
	margin: 2px;
	padding: 10px 3px;
	background-color: #ff8400;
	color: White;
	text-align: center;
	vertical-align: middle;
	font: bold 14pt DejaVuSans; }
div.menuitem:hover {
	background-color: #e7f700;
	color: #2c5186; }
div.menusel {
	width: 200px;
	margin: 2px;
	padding: 10px 3px;
	background-color: #e7f700;
	color: #2c5186;
	text-align: center;
	vertical-align: middle;
	font: bold 14pt DejaVuSans; }
button {
	border: 0px none;
	padding: 10px;
	background-color: #ff8400;
	color: White;
	font: bold 12pt DejaVuSans; }
button:hover {
	background-color: #e7f700;
	color: #2c5186; }
.center {
	text-align: center; }
.right {
	text-align: right; }
.after {
	margin-bottom: 20px; }
.luft {
	margin-top: 20px;
	margin-bottom: 20px; }
img {
	border: none;
	vertical-align: middle; }
hr {
	width: 100%;
	height: 1px;
	margin: 0.3em 0 0.3em 0;
	border: 0;
	color: Black;
	background-color: Black; }
a {
	color: #000080;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-variant: normal; }
a:hover {
	color: #0080ff;
	text-decoration: underline; }
small {
	font-size: 10pt; }
p {
	margin: 5px 0 5px 0;
	color: Black;
	text-align: left;
	text-indent: 0;
	font: normal 12pt DejaVuSans; }
p.posted {
	margin: 5px 0 5px 0;
	color: Black;
	text-align: right;
	text-indent: 0;
	font: normal 10pt Arial, Helvetica, sans-serif; }
ol, ul {
	margin: 0; }
li {
	margin: 3px 0 3px 0;
	color: Black;
	text-align: left;
	font: normal 12pt DejaVuSans; }
h2 {
	margin: 0 0 20px 0;
	color: #34649c;
	text-align: left;
	text-indent: 0;
	font: bold 20pt DejaVuSans; }
h3 {
	margin: 20px 0 10px 0;
	color: #34649c;
	text-align: left;
	text-indent: 0;
	font: bold 14pt DejaVuSans; }
