/* BASIC DEFINITIONS */

* {
  margin: 0px;
  padding: 0px;
  border: none;
  cursor: default;
  font-family: 'verdana ce', 'verdana', 'arial ce', 'arial', 'helvetica ce', 'helvetica', sans-serif;
  font-size: 10pt;
}

* a, * a * {
  cursor: pointer; cursor: hand;
  text-decoration: underline;
  color: #0a78be;
}

* a:hover, * a:hover *, * a:focus, * a:focus *, .active a {
  color: #ed1c24 !important;
}

body {
  background: #cccccc;
  text-align: center;
}
ul{
	margin:0.5em 0em 1em 4em;
	list-style-type:square;
}
#all {
  width: 728px;
  _width /**/: 730px;
  position: relative;
  text-align: left;
  margin: 20px auto;
  /*border: #555555 1px solid;*/
  background: #ffffff;
}

.inv {
  display: none;
}

.logo{
	font-weight:bold;
	font-style:italic;
	float:left;
}

/* LAYOUT */

#header {
  display: block;
  height: 48px;
  width: 188px;
  background: url(../layout/header.gif) top left no-repeat;
}

#zavinac{
	margin:0px !important;
}

#nav {
  background: #bbcadb;
  position: absolute;
  top: 0; left: 188px;
  width: 540px;
}

#nav ul {
  width: 100%;
  margin:0px;
}

#nav li {
  list-style-type: none;
  float: left;
  text-transform: lowercase;
  padding: 8px 17px 8px 12px;
  background: url(../layout/separator.gif) top right no-repeat;
}

#last {
  padding-right: 12px !important;
  background: none !important;
}

#nav li a {
  color: #000000;
  text-decoration: none;
}

#bottom {
  border-top: #555555 1px dashed;
  padding: 5px 20px;
  text-align: right;
}

#content {
  margin-top: 20px;
  background: url(../layout/bg.jpg) left top no-repeat;
  padding: 10px 20px 20px 150px;
  min-height: 450px;
  _height: 450px;
}

#sidebar {
  position: absolute;
  top: 280px;
  width: 120px;
  _width /**/: 140px;
  padding: 10px;
}

#lang {
  position: absolute;
  top: 37px;
  width: 500px;
  left: 220px;
}

#lan ul {
  width: 100%;
}

#lang li {
  list-style-type: none;
  float: right;
  margin-right: 10px;
}

#lang img {
  border: #555555 1px solid;
}

.images {
  margin: 0 0 20px 0;
}

.images img {
  height: 100px;
}

.front * {
  display: none;
}

.front {
  background: url(../layout/front.jpg) top center no-repeat !important;
}

/* LEFT PANEL */

#sidebar h3, #sidebar p, #sidebar a, #sidebar span {
  font-size: 8pt;
  line-height: 1.2em;
  letter-spacing: 0em;
}

#sidebar h3 span {
  font-weight: normal;
}

#sidebar p {
  margin: 0 0 1em 0;
  text-indent: 0.5em;
}

/* CONTENT */

h2, h3, h4, h5, h6, h7 {
  margin: 0 0 0.15em 0;
  line-height: 1.5em;
  font-size: 10pt;
  position: relative;
}

h2 {
  position: relative;
  font-size: 10pt;
  letter-spacing: 0.1em;
}

h1 {
  margin: 0 0 0.15em 0;
  line-height: 1.5em;
  font-size: 15pt;
  color: #ed1c24;
  padding-left: 100px;
  background: url(../layout/dots.gif) center left no-repeat;
}

p {
  font-size: 10pt;
  line-height: 1.6em;
}

#content p {
  font-size: 10pt;
  text-align: left;
  margin: 0 0 1em 0;
  line-height: 1.6em;
  padding-left:1em;
  /*text-indent: 1em;*/
}
#content p img{
	margin:5px;
}
.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}
.bold{
	font-weight:bold;
}
.upper{
	text-transform:uppercase;
}
.eml_link{
	letter-spacing:3px;
}
