body {
  background: #bad6e8 url(../images/body-back.png) repeat-x;
  margin: auto;
}

h1 {
  font-size: 14px;
}

div {
  margin: 0px;
  position: relative;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

a img {
  border: 0px;
}

#wrap {
  margin: 20px auto;
  width: 960px;
  padding: 0px;
  font: 12px sans-serif;
  background: #FFF url('../images/left-back.png') repeat-y;
}

#header {
  height: 159px;
  margin-bottom: -48px;
  text-align: center;
  background: url(../images/header-back-sr.png) no-repeat;
}

#langbar {
  width: 80px;
  padding: 2px 2px 0px 2px;
  position: relative;
  float: right;
  top: 5px;

}

#test1 {
    width: 728px;
    height: 298px;
	border: 1px solid #333;
  }

#slideshow {
   float: right;
   width: 730px;
   height: 300px;
   background: url(../images/slideshow-back.png) no-repeat;
   padding: 5px 5px 5px 5px;
   margin: 10px 15px 5px 0;
}

.logo{
/*   background-color: #0000FF;*/
   background-color: transparent;
   z-index: 300;
   position: absolute;
/*   top: 130px;*/
   left: 210px;
   padding: 20px 0 0 0;
   float: right;
   width: 720px;
   height: 315px;
}

/*#header-menu {
  height: 27px;
  padding: 0px;
  margin: 0;
  position: relative;
  top: 62px;
  left: 200px;
  text-align: left;
}

#header-breadcrumbs {
	float: left;
	top: 64px;
	left: 200px;
	width: 750px;
	text-align: left;
	font-weight: bold;
}

#header-breadcrumbs a {
	font-weight: normal;
	text-decoration: underline;
}

#header-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header-menu ul li {
	display: inline-block;
	float: left;
	overflow: hidden;
	
	padding: 4px;
	height: 25px;
	width: 179px;
	background: url('../images/navbar-back.png') repeat-x;
}

#header-menu ul li.active {
	 background: url('../images/navbar-back-active.png') repeat-x;
}

#header-menu ul li.active a {
	font-weight: bold;
}

#header-menu ul li a {
	font-size: 14px;
	font-variant: small-caps;
	margin: 0 5px;
}
*/

#header-menu {
  height: 27px;
  padding: 0px;
  margin: 0;
  top: 62px;
  left: 180px;
  text-align: left;
/*  background: url(../images/navbar-back.png) repeat-x;*/
}

#header-menu ul {
	padding: 0;
	margin: 0;
}

#header-menu ul li {
	display: inline-block;
        float: left;
	padding: 4px 6px;
	height: 20px;
        border: 1px solid #657380;
        border-top-width: 4px;
        list-style: none;
        margin: 0 2px;
        background: url('../images/navbar-back-inactive.png') repeat-x;
}

#header-menu ul li.active {
	 background: url('../images/navbar-back-2.png') repeat-x;
         border-color: #ff9956;
         
}

#header-menu ul li.active a {
	font-weight: bold;
}

#header-menu ul li a {
	font-size: 14px;
	font-variant: small-caps;
	margin: 0 5px;
}

#header-breadcrumbs {
	float: left;
	top: 64px;
	left: 180px;
	width: 750px;
	text-align: left;
	font-weight: bold;
}

#header-breadcrumbs a {
	font-weight: normal;
	text-decoration: underline;
}

  /* Positioning main elements */
#left, #main, #right {
  min-height: 500px;
  background: none;
}

#left {
  float:left;
  width: 193px;
  margin-top: 37px;
}

#right {
  float:right;
  width: 180px;
  margin-right: 1px;
}

#left h1, #right h1 {
  border: none;
  font-size: 14px;
  margin: 5px 0 -21px 10px;
}
#right h1 {
	margin-left: 20px;
}

#left h1 {
	margin-left: 20px;
}

/* The middle of the site */
#main {
  float:left;
  width: 580px;
  
}

#main p {
	text-align: justify;
	padding: 5px;
	margin: 0;
}

.align-left{
	text-align: left;
}

#main a {
	text-decoration: underline;
}

#main h1 {
  border-bottom: 4px solid #ddd;
  font-size: 22px;
}

#main div.post {
  border: 1px solid #999;
  padding: 0 5px;
  margin: 10px 0;
}
#main div.post h1 {
  background: #f4f8fb;
  margin: 0 -5px;
  padding: 2px 5px;
  font-size: 12px;
  border-bottom: 1px solid #999;
}

#main ol li {
	padding: 4px 2px;
}

/* Positioning sidebars + bg images*/
ul.sidebar {
  background: url(../images/sidebar-back.png) no-repeat top right;
  min-height: 164px;
  padding: 30px 0px;
  margin: 0px 0px 20px 9px;
  width: 164px;
}


#left ul.sidemenu {
  background: url(../images/left-sidemenu-back.png) repeat-y;
  margin: -10px 0 0 1px;
  width: 172px;
  min-height: 20px;
}

#left ul.sidemenu li {
  width: 151px;
  margin-left: 8px;
}


#left div.separator {
  border: 0;
  background: url(../images/left-separator.png) no-repeat;
  height: 20px;
  margin-top: 0px;
  margin-left: 1px;
  margin-bottom: -5px;
}


#right ul.sidebar {
  background: url(../images/sidebar-back-right.png) no-repeat;
}


ul.sidebar li {
  border-bottom: 1px dashed #ccc;
  list-style: none;
  margin: 0 1px;
  width: 152px;
  padding: 2px 5px;
  
  font-variant: small-caps;
  font-size: 12px;
}

ul.sidebar li:hover {
  background: #ff9956;
}

ul.sidebar li.active {
  background: #cfdfdf;
}

ul.sidebar li.active a {
  margin-left: 10px;
  font-weight: bold;
}


ul.sidebar li img {
  padding: 5px 5px;
}
#left ul.emptylink, #left ul.emptylink li {
    background: none;
}

#right ul.emptylink, #right ul.emptylink li {
	background: none;
}
#right ul.empty, #right ul.empty li, #right ul.empty li:hover {
	background: none;
	border: 0px;
}

#left ul.empty, #left ul.empty li, #left ul.empty li:hover {
	background: none;
	border: 0px;
}

#left h2 {
	background: url('../images/left-separator.png') no-repeat;
	height: 22px;
	padding: 35px 0 5px 15px;
	font-size: 14px;
	margin-left: 1px;
	
}

#left p {
	
	margin: -20px 8px 0 15px;
}



#footer {
  clear: both;
  height: 21px;
  text-align: center;
  padding: 5px 0 0 0;
  background: #e4e6e6 url('../images/footer-back.png') repeat-x;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

/* MISC */
fieldset {
	width: 565px;
	background: #f4f8fb;
}

fieldset label {
	float: left;
	width: 300px;
}

fieldset input, fieldset select {
	border: 1px solid #999;
}

fieldset input[type=text],fieldset input[type=password], fieldset select {
	width: 250px;
	
}

fieldset select {
	width: 254px;
}

fieldset textarea {
	width: 550px;
}

/* raspored */
td.z0 {
height:20px;
text-indent:10px;
text-align:center;
background-color:#f5f5f5;
}


td.z {
height:20px;
text-indent:10px;
background-color:#f5f5f5;
}

td.z2{
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
vertical-align:top;
background-color:#f5f5f5;
}

td.z3{
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
vertical-align:top;
text-align:center;
}

td.z4{
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
vertical-align:top;
text-align:left;
}

td.z5{
padding-left:5px;
padding-top:5px;
padding-bottom:5px;
padding-right:5px;
vertical-align:middle;
text-align:center;
}

/*Employees description style*/

#emp-container{
	width:450px;
	min-height: 200px;
	left:75px;
	/*border: 1px solid rgb(153, 153, 153);*/
}

#emp-left{
	position:relative;
	vertical-align: middle;
	top:0;
	left:20px;
	min-height: 150px;
	width:180px;
	padding: 15px;
	
}

#emp-right{
	position:absolute;
	top:0;
	right:0px;
	left:230px;
	width:200px;
	padding: 15px;
	text-align: center;
}

#emp-bottom{
	text-align: center;
	padding: 10px 10px 10px 10px;
}

#emp-img{
	border: 1px solid rgb(153, 153, 153);
}

.gallery{
	margin: 5px 0 0 0;
}

.gallery-row {
/*	height: 150px*/
}

.photo {
	display: block;
	float: left;
	vertical-align: top;
	text-align: center;
	width: 220px;
	height: 235px;
	margin: 10px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 2px;
	background-color: #f8f8f8;
}

.photo-title{
	float: left;
	width: 100%;
	height: 15px;
	vertical-align: middle;
	padding: 10px 0 0 10px;
	margin: 0 0 3px 0;
}

.gallery-summary{
	text-align: left;
	padding: 5px 5px 0 15px;
}

.paginationControl{
	margin: 10px 0 10px 0;
	width: 100%;
	text-align: center;
	display: block;
	float: left;
}

.paginationControl a {
	text-decoration: none !important;
	font-style: normal;
}

.post-content {
	display: inline;
}
/* upis link */
a.registration {
    color:red;
}

a.underline {
	text-decoration: underline;
}

