html, body {
	margin: 0;
	padding: 0;
}
body {
	width: 960px;
	margin: 0 auto;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	color: #515054;
}
img {
	border: 0;
}
ul, li, ol, p, h1, h2, h3, h4, h5, form, fieldset, label, input, textarea, button {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
#wrapper {
	background: url(/public/images/bgd_repeater.gif) repeat-y;
}
#top {
	background: url(/public/images/bgd_top.gif) no-repeat top left;
	padding: 4px 20px;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
}
#language {
	float: right;
	width: 100px;
	text-transform: uppercase;
	color: #91918d;
	padding-top: 15px;
	height: 14px;
}
#language ul {
	list-style: none;
}
#language ul li {
	float: left;
}
#language ul li a {
	padding: 0 3px;
	color: #91918d;
	text-decoration: none;
}
#language ul li a:hover {
	color: #aaa;
	text-decoration: underline;
}
#logo {
	float: left;
	width: 460px;
	padding-bottom: 5px;
}
#headerText {
	float: right;
	width: 450px;
	padding-top: 25px;
}
#headerImg {
	position: absolute;
	width: 260px;
	height: 38px;
	background: url(/public/images/banner_part.jpg) no-repeat bottom right;
	top: 85px;
	*top: 87px;
	right: 4px;
}
#contents {
	margin: 0 4px;
	width: 952px;
}
#mainMenu {
	width: 180px;
	float: left;
	background: #507099;
}
#mainMenu ul {
	list-style: none;
	margin: 9px 0;
	width: 180px;
}
#mainMenu ul li {
	display: block;
	height: 27px;
	margin: 1px 0;
	border-top: 1px solid #316089;
	border-bottom: 1px solid #316089;
	background: #1d557e;
}
#mainMenu ul li a {
	display: block;
	width: 152px;
	height: 21px;
	background: #1d557e url(/public/images/bullet.gif) no-repeat 7% 50%;
	color: #fff;
	padding: 6px 4px 0 24px;
	text-decoration: none;
}
#mainMenu ul li a:hover {
	background: #316089 url(/public/images/bullet.gif) no-repeat 7% 50%;
}
#banner {
	float: right;
}
#central {
	background: url(/public/images/contents_repeater.gif) repeat-y;
	padding: 0 0 40px 220px;
	margin-top: 0;
	*margin-top: -2px;
}
#central h1, #central h2 {
	font-size: 11px;
	color: #5896d2;
	margin-bottom: 10px;
}
#central h5 {
	font-size: 10px;
	font-weight: normal;
	color: #5896d2;
}
#central ul {
	margin: 15px;
}
#central a {
	color: #507099;
}
#central a:hover {
	text-decoration: none;
}
#centralLeft {
	width: 418px;
	float: left;
	padding: 20px 30px 0 0;
	font-size: 11px;
}
#centralRight {
	width: 283px;
	float: right;
}
#centralRight ul {
	margin: 0;
	margin-top: -1px;
}
ul.tabovi {
	list-style: none;
	padding: 0;
}
ul.tabovi li {
	float: left;
	padding-top: 5px;
	height: 22px;
	background: #cdc;
	text-align: center;
}
#centralRight ul.tabovi li a {
	text-decoration: none;
	color: #fff;
	font-weight: 900;
}
#centralRight ul.tabovi li a:hover {
	color: #efefef;
}
ul.tabovi li.tabVesti {
	background: url(/public/images/tab_vesti.gif) no-repeat top left;
	width: 79px;
}
ul.tabovi li.tabAnalize {
	background: url(/public/images/tab_analize.gif) no-repeat top left;
	width: 80px;
}
ul.tabovi li.tabAkcije {
	background: #cdc url(/public/images/tab_akcije.gif) no-repeat top left;
	width: 97px;
}
.rightNews {
	color: #636569;
	padding: 0 10px;
}
.rightNewsSingle {
	padding: 10px 0;
	border-bottom: 1px dotted #636569;
}
.rightNewsSingle a {
	color: #507099;
}
.rightNewsSingle a:hover {
	text-decoration: none;
}
#footer {
	background: url(/public/images/bgd_bottom.gif) no-repeat bottom left;
	padding: 4px;
	margin-bottom: 10px;
}
#address {
	border-bottom: 1px solid #cfd1d3;
	border-right: 1px solid #cfd1d3;
	width: 169px;
	text-align: right;
	padding: 5px;
	margin-top: -4px;
}
#address h2 {
	font-size: 10px;
	color: #507099;
}
#copyright {
	width: 922px;
	background: url(/public/images/copyright_repeater.gif) repeat-y;
	text-align: right;
	color: #a7b7cc;
	padding: 5px 10px;
}
form.uniForm {
	margin: 10px 0;
	width: 400px;
}
fieldset.inlineLabels {
	width: 400px;
	border: 0;
}
form.uniForm label {
	width: 90px;
	display: block;
	float: left;
}
textarea.textInput {
	width: 400px;
	margin-bottom: 3px;
}
.ctrlHolder {
	padding: 2px 0;
}