body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	color: #333333;
	font-size: 11px;
	text-align: left;
}
h1 {
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	display: block;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-weight: bold;
	font-size: 140%;
	color: #0078B4;
	text-align: left;
}
h1.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
}
h1.italic {
	display: block;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-style: italic;
}
h1.footer {
	color: #ffffff;
}
h1.index {
	color: #0078B4;
	font-size: 300%;
}
h2 {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	display: block;
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
	font-weight: bold;
	font-size: 120%;
	color: #0078B4;
	text-align: left;
}
h2.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	display: block;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	font-weight: bold;
	font-size: 110%;
	color: #0078B4;
	text-align: left;
}
h3.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	display: block;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
	font-weight: bold;
	font-size: 110%;
	color: #333333;;
	text-align: left;
}
h4.inline {
	display: inline;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}


/************ Standard tags ************/

/************ Positioning Classes ************/
.clear {
	clear: both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
}
.clearLeft {
	clear: left;
	line-height: 0px;
}
.clearRight {
	clear: right;
	line-height: 0px;
}
.textLeft {
	text-align: left;
}
.textCenter {
	text-align: center;
}
.textRight {
	text-align: right;
}
.posCenter {
	margin: 0px auto;
	padding: 0px;
}
.VAtop {
	vertical-align: top;
}
.VAmiddle {
	vertical-align: middle;
}
.VAbottom {
	vertical-align: bottom;
}
.floatLeft{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
.floatRight{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: right;
}
.block{
	display: block;
}

.floatLeft_M{
	display: inline;
	float: left;
	margin: 3px 10px 2px 0;
	padding: 0;
}


/************ Color Styles ************/

/************ Font Styles ************/
.line_through {
	text-decoration: line-through;
}
.bold {
	font-weight: bold;
}
.imgcaption {
	font-size: 90%;
}


/************ List Styles ************/
ol {
	list-style-position: inside;
	margin: 0px;
	padding: 0px 0px 2px 2px;
}
ul {
	margin: 0;
	padding: 0 0 10px 10px;
	list-style-position: inside;
	list-style-type: disc;
}


/************ Link Styles ************/
a:link {
	color: #333333;
	text-decoration: underline;
	font-weight: inherit;
}
a:hover {
	color: #0078B4;
	text-decoration: underline;
	font-weight: inherit;
}
a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: inherit;
}

a.bold:link {
	color: #333333;
	text-decoration: underline;
	font-weight:bold;
}
a.bold:hover {
	color: #0078B4;
	text-decoration: underline;
	font-weight: bold;
}
a.bold:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

a.header:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: inherit;
}
a.header:hover {
	color: #0078B4;
	text-decoration: none;
	font-weight: inherit;
}
a.header:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: inherit;
}

a.footer:link {
	color: #333333;
	text-decoration: underline;
	font-weight: inherit;
}
a.footer:hover {
	color: white;	
	text-decoration: underline;
	font-weight: inherit;
}
a.footer:visited {
	color: #666666;	
	text-decoration: underline;
	font-weight: inherit;
}


/************ Image Styles ************/
img {
	border: 0;
	outline: 0;
}
img.grayBorder {
	border: 1px solid #444444;
}

/************ Table Styles ************/
table {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
table.centered{
	margin: 0 auto;
}
td {
	margin: 0px;
	padding: 2px;
}
td.noborder {
	border: 0px;
}
td.VAtop {
	vertical-align: top;
}
table.hasborder{
	border: 1px solid #999999;
}
table.hasborder td {
	border: 1px solid #999999;
}
table.hasborder td.noborder {
	border: 0px;
}
table.hasborder_tCenter{
	border: 1px solid #999999;
	text-align: center;
}
table.hasborder_tCenter td {
	border: 1px solid #999999;
}
table.hasborder_tLeft {
	border: 1px solid #999999;
	width: 300px;
	text-align: left;
}
table.hasborder_tLeft td {
	border: 1px solid #999999;
}
thead {
	background-color: #004087;
	color: #ffffff;
}
tr.lightbkground {
	background-color: #ffffff;
}
tr.darkbkground {
	background-color: #e6e6e6;
}
tr.graybkground {
	background-color: #999999;
}


/************ Layout ************/
#container-header {
	display:block;
	width: 100%;
	background-image: url(../images/h-bkground.gif);
	background-repeat: repeat-x;
}
	#header {
		display:block;
		width: 990px;
		margin: 0 auto;
		background-image: url(../images/h-bkground.gif);
		background-repeat: repeat-x;
	}
		#header-logo {
			display:inline;
			float: left;
			width: 186px;
			height:96px;
		}
		#header-menu {
		display:inline;
		float: right;
		font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		margin-right: 5px;
		text-align: right;
		padding-top: 25px;
		}
		#header-path {
			display: block;
			width: 800px;
			float: left;
			padding-top: 35px;
			font-size: 10px;

		}

#container-content {
	display:block;
	width: 100%;
	background-color: white;
}
	#content-index {
		display:block;
		width: 990px;
		margin: 0 auto;
		padding-top: 40px;
		padding-bottom: 15px;
		background-image: url(../images/zps-index-image.jpg);
		background-position: right bottom;
		background-repeat: no-repeat;
	}
	#content {
	display:block;
	width: 990px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 20px;
	background-color: white;
	}
		#content .short-hor-divider {
			display: block;
			width: 300px;
			height: 1px;
			margin: 2px 0;
			padding: 0;
			background-color: #e8e8e8;
			line-height: 0px;
			font-size: 0px;
			}
		#content .long-hor-divider {
			display: block;
			width: 550px;
			height: 1px;
			margin: 2px 0;
			padding: 0;
			background-color: #e8e8e8;
			line-height: 0px;
			font-size: 0px;
			}
		#content-menu {
			float: left;
			width: 268px;
			padding-left: 20px;
			padding-right: 20px;
			border-right-width: thin;
			border-right-style: solid;
			border-right-color: #CCCCCC;
		}
		#content-main {
			float: left;
			width: 645px;
			padding-left: 35px;
		}
#container-footer {
	display:block;
	width: 100%;
	background-image: url(../images/f-bkground.gif);
	background-repeat: repeat-x;
	background-color: #8FC73E;
}
	#footer {
		display:block;
		width: 990px;
		margin: 0 auto;
		padding: 0 0 20px 0;
		background: #8FC73E url(../images/f-bkground.gif) top left repeat-x;
	}
	.vdelimiter {
	float:left;
	width: 2px;
	height: 128px;
	background-image: url(../images/f-vdelimiter.gif);
		}
		#footer-srecanje1 {
			float:left;
			width: 319px;
			padding-top: 30px;
			padding-right: 10px;
		}
		#footer-srecanje2 {
			float:left;
			width: 309px;
			padding-top: 30px;
			padding-right: 10px;
			padding-left: 10px;
		}
		#footer-contact {
			float:left;
			text-align: left;
			width: 318px;
			padding-top: 30px;
			padding-left: 10px;
		}


/************ Forms ************/
form {
	display: inline;
	margin: 0px;
	padding: 0px;
}
label {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	padding-left: 2px;
}

form table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
form table td {
	margin: 0px;
	padding: 2px;
	border: 0px;
}
form table td.noborder {
	border: 0px;
}
form table.hasborder{
	border: 1px solid #999999;
}
form table.centered{
	margin: 0 auto;
}
form table.hasborder td {
	border: 1px solid #999999;
}
form table.hasborder td.noborder {
	border: 0px;
}

select {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	background-color: #ffffff;
    border: #444444 1px solid;
    font-size: 11px;
	color: #444444;
 	margin: 0px;
	padding: 0px;
}
textarea {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	background-color: #ffffff;
    border: #444444 1px solid;
    font-size: 11px;
	color: #444444;
  	margin: 0px;
	padding: 0px;
	padding-left: 2px;
    padding-right: 2px;
}
input {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	display: inline;
	background-color: #ffffff;
	border: #444444 1px solid;
	color: #444444;
	font-size: 11px;
	margin: 0px;
	padding: 1px 2px;
	text-align: left;
}
input.hidden {
    display: none;
    border: none;
    background-color: transparent;
    width: 0;
    height: 0;
}
input.search-top {
 	margin: 4px 5px 0 0;
 	height: 12px;
	padding: 1px 2px;
    width: 200px;
	border: #dddddd 1px solid;
	font-size: 11px;
}
input.search-index {
 	margin: 4px 5px 0 0;
 	height: 12px;
	padding: 1px 2px;
    width: 138px;
	border: #444444 1px solid;
	font-size: 11px;
}
input.search {
 	margin: 4px 5px 0 0;
 	height: 12px;
	padding: 1px 2px;
    width: 250px;
	border: #444444 1px solid;
	font-size: 11px;
}
input.input_1 {
	width: 100px;
}
input.input_2 {
	width: 200px;
}
input.input_3 {
	width: 300px;
}
input.input_4 {
	width: 400px;
}
input.input_5 {
	width: 500px;
}
input.input_6 {
	width: 600px;
}
input.radio {
	border: 0;
	background-color:transparent;
}
input.radio_Mr_5 {
	border: 0px;
	margin-right: 5px;
}
input.checkbox {
	border: 0;
	margin: 1px 5px 1px 2px;
	padding: 0;
}
a.btn-w38:link, a.btn-w38:visited {
	display: block;
	width: 58px;
	height: 16px;
	margin: 4px 0 0 0;
	padding: 0;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	background-color:#0066FF;
}
a.btn-w38:hover {
	color: #eeeeee;
}
