/* XHTML tagovi */
body {
	margin: 0 auto;
	background: #f9f9f9 url(/images_site/background.png) fixed repeat;
	font: 0.85em "Trebuchet MS", Tahoma, Arial, sans-serif
}

.replace {
	margin: 0; 
	padding: 0;
	text-indent: -9999px
}
.replace a {
	overflow: hidden
}
h1 a {
	margin: 0;
	left: 780px; top: 5px;
	width: 125px; height: 145px;
	display: block;
	position: relative
}

#container {
  position: relative;
	margin: 0 auto;
	width: 920px; height: 100%
}


#header {
  position: relative;
	margin: 0  auto;
	background: #fff url(/images_site/header.jpg);	
	width: 920px; height: 171px
}

#navigation {
  position: relative;
	margin: 0  auto;
	border-top: 1px solid #fff;
	background: #d3ecff url(/images_site/nav3_bg.jpg);	
	width: 920px; height: 100px;
	font: 0.85em "Trebuchet MS", Tahoma, Arial, sans-serif;
}

#navigation ul { 
  position: relative;
  margin: 0;
  padding: 0;
  list-style:none;
  left: 160px; top: -20px;  width: 800px
}
#navigation ul li { 
  margin: 0;
  display: inline; font-size: 1em
}
#navigation ul li a {
  position: relative;
  float: left; top: -7px;
  color: #fff;
  background: #d3ecff url(/images_site/lnk_bg.jpg) no-repeat left top;
  margin-left: 6px;
  padding: 0 0 0 1px;
  text-decoration: none
}

#navigation ul li a span {
  display: block;
  color: #fff;
  background: #d3ecff url(/images_site/lnk_bg2.jpg) no-repeat right top;
  padding: 8px 12px 4px 10px;
}

#navigation ul li a span { float:none }

#navigation ul li a:hover { 
  color: #fff; 
  text-decoration: underline
}

#left {
  position: relative;
  float: left;
  width: 50%; height: 60px;
  margin: -10px 0 0 0;
  padding: 0 0 0 1em;
  text-align: left;
  clear: both;
  font-size: 0.95em;
}

#right {
  position: relative;
	float: right;
	width: 30%; height: 60px;
	margin: -10px 10px 0 10px;
	padding: 0 0 0 1em;
	text-align: right;
	font-size: 0.95em;
}

/* Opera 9 CSS hackovi */
@media all and (min-width:0px) {
head~body #left {
  position: relative;
  float: left;
  width: 40%; height: 60px;
  margin: 10px 0 0 0;
  padding: 0 0 0 1em;
  text-align: left;
  clear: both;
  font-size: 0.95em;
} }

@media all and (min-width:0px) {
head~body #right {
  position: relative;
	float: right;
	width: 30%; height: 60px;
	margin: 10px 10px 0 10px;
	padding: 0 0 0 1em;
	text-align: right;
	font-size: 0.95em;
} }
