body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #9CAAC6;
	background-image: url(gfx/pozadina.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.rub {
	border: 1px solid #333;
}


.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
        font-weight: bold;
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	font-size: 11px;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

.header {
	background-image: url(gfx/header_bkg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #CE0000;
}
.menutd {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 1px;
	background-color: #fff;
	background-image: url(gfx/menubar.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: justify;
	color: #333333;
	padding: 5px 10px;
}
.whitetxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bolder;
	color: #FFFFFF;
}
a:link {
        font-weight: bold;
	color: #003366;
}
a:visited {
        font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:hover {
        font-weight: bold;
	color: #006699;
	text-decoration: underline;
}
.naslovi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
	color: #000033;
	font-style: normal;
}
.footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003366;
	font-weight: normal;
	font-style: normal;
}
