html, body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
}

body {
	/*background-color: #dbdbdb;*/
	background: #dbdbdb url('/img/background.png') no-repeat center top;
}

#web {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 73px;
	border: 1px #d3f0ff solid;
	background-color: white;
}

#header {
  width: 980px;
	height: 74px;
	background-color: black;
	color: white;
	text-align: left;
	background-image: url(img/header2.jpg); 
}

#header .home {
	margin-left: 85px;
	padding-top: 23px;
}

#header .home h1 {
	font-size: 18pt;
	font-weight: bolder;
	color: white;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#header .home h1 span {
	color: #d3f0ff;
}

#header .home a  {
	color: white;
	text-decoration: none;
}

#header .home a:hover  {
text-decoration: underline;
}

#menu {
	height: 29px;
	background-color: #DAF1FF;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
}

#menu ul {
	margin: 0 0 0 0;
	padding: 2px 0 0 1em;
	list-style-type: none;
	list-style-position: outside;
}

#menu li {
	font-size: 110%;
	float: left;
	margin: 2px 1em 2px 2px;
}

#menu li a {
	color: #00517c;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover {
	text-decoration: underline;
}

#page {
	text-align: left;
}

#page .text {
	width: 690px;
	float: left;
	text-align: justify;
}

#page .text .textMargin {
	padding: 1.5em 1em 1em 1em;
}

#page .text h1 {
	font-size: 140%;
	border-bottom: 2px #cff1fb solid;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#page .text h1 .arrow {
	display: block;
	width: 53px;
	height: 20px;
	background-image: url(img/text-arrow.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding-right: 15px;
	float: left;
}

#page .text h2 {
	font-size: 120%;
	border-bottom: 2px #cff1fb solid;
	padding-left: 1em;
}

#page .text h3 {
	font-size: 110%;
	padding-left: 0.5em;
	padding-bottom: 0;
}


#page .topLinks {
	float: left;
	width: 288px;
	text-align: center;
	margin-top: 1em;
}

#page .topLinks .topImg {
	display: block;
	border: 1px #d3f0ff solid;
	width: 262px;
	height: 148px;
	margin-left: auto;
	margin-right: auto;
}

#page .topLinks .linksCenter {
	width: 264px;
	margin: 0 auto 0 auto;
}

#page .topLinks .links {
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	list-style-type: none;
	list-style-position: outside;
}

#page .topLinks .links li {
	margin: 0 0 5px 0;
}

#page .topLinks .links li a {
	display: block;
	width: 262px;
	height: 55px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #f8fbff;
	border: 1px #d3f0ff solid;
	text-decoration: none;
	color: #045283;
	text-align: left;
	font-weight: normal;
}

#page .topLinks .links li span {
	display: block;
	margin-top: 20px;
	text-decoration: underline;
}

#page .topLinks .links li .arrow {
	float: left;
	margin: 0 0 0 0;
	background-image: url(img/top-arrow.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width: 66px;
	height: 55px;
}

#footer {
	margin-top: 0.5em;
	font-size: 80%;
	color: gray;
}

#footer a {
	font-weight: bolder;
	color: gray;
}

#footer a:hover {
	text-decoration: underline;
	color: black;
}

/******************************************************************************/

table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	empty-cells: show;
}

table th {
	font-weight: bolder;
	text-align: right;
	vertical-align: top;
	padding: 0.1em 0.5em 0.2em 0.5em;
}

table td{
	vertical-align: top;
	padding: 0.1em 0.5em 0.1em 0.5em;
}

.top {
	vertical-align: top;
}

#stavko {
	font-weight: bolder;
	color: red;
	text-align: center;
	margin-top: 0.3em;
}

#stavok {
	font-weight: bolder;
	color: green;
	text-align: center;
	margin-top: 0.3em;
}

.clear {
	clear: left;
}

.no {
	display: none;
}

.error {
	font-weight: bolder;
	color: red;
}

a img {
	border: 0;
}

p {
	text-indent: 2em;
}

a {
	font-weight: bolder;
	color: #045283;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

abbr, acronym, span.abbr {
  cursor: help;
  border-bottom: 1px dashed #000000;
}

