* {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	padding-bottom: 10px;
}
body {
	background: #FFF;
	color: #000;
	font: 11px/17px Arial, Helvetica, sans-serif;
}
ul, ol {
	margin: 0px 0px 10px 10px;
	padding: 0px;
}
h1 {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	padding: 8px 0px 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #FFF;
}
h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 0px 5px;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
.text11 {
	font-size: 11px;
	line-height: 17px;
}
.text12 {
	font-size: 12px;
	line-height: 18px;
}
.text13 {
	font-size: 13px;
	line-height: 17px;
}
.text14 {
	font-size: 14px;
	line-height: 18px;
}
.text15 {
	font-size: 15px;
	line-height: 18px;
}
.text16 {
	font-size: 16px;
	line-height: 19px;
}
.text17 {
	font-size: 17px;
	line-height: 20px;
}
.text18 {
	font-size: 18px;
	line-height: 20px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.clear {
	clear: both;
}
.align-image-left {
	float: left;
	margin: 3px 5px 0px 0px;
}
.align-image-right {
	float: right;
	margin: 0px 0px 5px 5px;
}
.image-border {
	border: 1px solid #999;
}
.align-left {
	text-align:left;
}
.align-right {
	text-align:right;
}
.center {
	text-align:center;
}
.underline {
	text-decoration:underline;
}
.underline {
	text-decoration:none;
}
.red {
	color:#de251c;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
#wrapper {
	margin: auto;
	width: 955px;
}
#top {
	height:131px;
}
#logo {
	position: absolute;
	margin-left: 5px;
}
#head-text {
	color: #898989;
	font-size: 16px;
	font-weight: normal;
	margin: 60px 0px 0px 200px;
	position: absolute;
	line-height: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#head-text p {
	padding:0px;
	margin:0px;
}
#container {
	background: url(../images/container.gif) no-repeat bottom;
	width: 955px;
	color: #FFF;
}
#container-top {
	background: url(../images/container-top.gif) no-repeat top;
	width: 955px;
}
#left {
	width: 176px;
	float: left;
}



/*--------------------------PRVA RAZINA--------------------------*/
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
}
#nav li { /* all list items */
	float: left;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#nav li a {
	display: block;
	background: url(../images/nav.gif) no-repeat right bottom;
	width: 151px;
	text-align: right;
	padding: 20px 25px 20px 0px;
	color: #FFF;
	text-decoration: none;
	font: bold 13px Arial, Helvetica, sans-serif;
}
#nav li a:hover {
	color: #b81083;
}


/*----------------------------------------DRUGA RAZINA----------------------------------*/
#nav ul {
	width:185px;
	background: #0396d5 url(transparent);
	position: absolute;
	left: -999em;
	margin: -15px 0px 0px 140px;
	padding: 0px;
	list-style: none;
	color: #FFF;
	border: 1px solid #1ba8e4;
}
#nav ul li {
	width: 185px;
}
#nav ul li a {
	background: #0396d5 url(none);
	color: #FFF;
	text-align: left;
	line-height: 17px;
	margin: 0px;
	padding: 5px 10px;
	display: block;
	width: 165px;
	border-bottom: 1px solid #1ba8e4;
}
#nav li ul li a:hover {
	color: #b81083;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



#center {
	float: left;
	width: 430px;
	margin: 0px 0px 10px 30px;
}
#right {
	float:right;
	width: 270px;
	padding-top: 90px;
}
#bc {
	padding: 10px 0px;
	color: #A0DBF3;
	float: left;
	width: 430px;
	margin: 0px 0px 0px 30px;
}
#bc a {
	color: #A0DBF3;
	text-decoration: none;
}
#bc a:hover {
	color:#FFF;
}
#head-image {
	position: absolute;
	top: 0px;
	margin-left: 420px;
	text-align: right;
	width: 315px;
}
#head-image p {
	padding:0px;
	margin:0px;
}
#bottom {
	background: url(../images/bottom.gif) no-repeat left top;
	margin-top: 5px;
	width: 955px;
}
#bottom2 {
	background: url(../images/bottom2.gif) no-repeat left bottom;
	width: 955px;
}
#editable {
	padding: 15px;
	color: #898989;
}
#footer {
	color: #c4c4c4;
	font-size: 10px;
	padding: 5px 8px 10px 10px;
}
#footer a {
	color: #c4c4c4;
	text-decoration: none;
}
#footer a:hover {
	color: #009de1;
}
.copyright {
	position: absolute;
	width: 700px;
	margin-left: 35px;
}
.top-nav {
	position: absolute;
	margin: 5px 0px 0px 830px;
	z-index: 30;
}
.top-nav a, #footer-nav a {
	background: url(../images/footer-menu-pregrada.gif) no-repeat left 4px;
	padding: 0px 5px 0px 8px;
	color: #9f9f9f;
	text-decoration: none;
}
.top-nav a:first-child, #footer-nav a:first-child {
	background:none;
}
.top-nav a:hover, #footer-nav a:hover {
	color: #009de1;
}
#footer-nav {
	position: absolute;
	margin-left: 820px;
	text-align: right;
	width:200px;
}
#footer-nav a {
	color: #c4c4c4;
}
.feat-news-box {
	border-right: 5px solid #FFF;
	width: 280px;
	padding: 15px 10px 10px 25px;
	color: #898989;
	float: left;
	min-height:120px;
}
.feat-subtitle {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.feat-title {
	padding: 3px 0px 10px;
	font-size: 13px;
}
.feat-date, .home-news-title {
	margin: 0px;
	padding: 5px 0px;
}
.feat-title a {
	text-decoration: none;
	color: #009de1;
	font-weight: bold;
}
.more {
	display: block;
	background: url(../images/more.gif) no-repeat left top;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #898989;
	padding: 3px 0px 2px 20px;
	width: 100px;
}
.more:hover {
	color: #009de1;
}
#box3 {
	float: right;
	width: 315px;
}
#box3 input[type=text] {
	background: url(../images/input.gif) no-repeat left top;
	width: 235px;
	font-size: 11px;
	color: #a7a7a7;
	text-align: center;
	padding: 5px;
	position: absolute;
	margin-top: 1px;
}
#box3 input[type=submit] {
	background: url(../images/submit.gif) no-repeat left top;
	width: 27px;
	font-size: 11px;
	color: #a7a7a7;
	height: 24px;
	position: absolute;
	margin-left: 245px;
}
#box3 label {
	color: #a7a7a7;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 2px;
	float: left;
	width: 200px;
}
#trazilica {
	background: url(../images/trazilica.gif) no-repeat right bottom;
	padding-left: 15px;
	height: 80px;
}
#trazilica p {
	text-transform: uppercase;
	color: #999;
	margin: 0px;
	padding: 12px 0px 2px 2px;
}
/* rezultati pretrage sa googlom */

#searchForm{
    clear: both;
    width: 300px;
    height: 60px;
    overflow: auto;
    padding: 0;
    margin: 0;
    overflow: hidden

}
#searchForm input[type=text] {
	background: url(/script/mpr.hr/images/input.gif) no-repeat left top;
	width: 230px;
	font-size: 11px;
	color: #a7a7a7;
	text-align: center;
	padding: 5px;
}
#searchForm input[type=submit] {
	background: url(/script/mpr.hr/images/submit.gif) no-repeat left top;
	width: 27px;
	font-size: 11px;
	color: #a7a7a7;
	height: 24px;
    padding-left: 127px;
    overflow: hidden
}

#searchResults {
    clear: both;
    width: 285px;
    height: 215px;
    overflow: auto;
    padding: 10px;
    margin: 10px 0;
    color: #898989;
}

#searchResults a {
	color: #009de1;
	font-weight: bold;
    text-decoration: none;
	font-size: 13px;
}
#searchResults div        {width: 265px; clear: both;}
#searchResults div.gs-result        { padding-top: 10px;}
#searchResults div.gs-title         { text-decoration: underline; }
#searchResults div.gs-visibleUrl    { color: #009de1; }
#searchResults div.gs-watermark     { display: none; }
#searchResults div.gsc-back         { float: right; }
#searchResults table.gsc-branding   { border: none; }
#searchResults td.gsc-branding-text {
	color: #FFF;
}


/* kraj rezultata pretrage sa googlom */

.search-input {
	border-style: none;
	border-width: 0px;
}

#newsletter {
	background: url(../images/newsletter-top.gif) no-repeat right top;
	padding-left: 15px;
}
.news-box img {
	float: left;
}
#center .team-box {
	float:left;
	width:300px;
}
#center .team-box img {
	float:left;
}
.team-box-right {
	width: 400px;	
}
.news-box-right, .team-box-right {
	width: 530px;
	float: right;
}
.news-title {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 4px;
}
.news-title a {
	color:#FFF;
	text-decoration:none;
}
.news-date {
	float: right;
}
.news-box {
	margin: 5px 0px 15px;
}
#paginator {
	height: 30px;
	margin: 20px 0px 0px;
	text-align: left;
	padding-left: 182px;
}
#paginator a {
	color: #FFF;
	text-decoration: none;
	padding: 4px 3px 2px;
	float: left;
}
#paginator span {
	font-weight: bold;
	color: #FFF;
	padding: 4px 3px 2px;
	float: left;
	font-size: 12px;
}
.prev {
	height: 25px;
	width: 25px;
	background: url(../images/prev.gif) no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
}
.next {
	display: block;
	height: 25px;
	width: 25px;
	background: url(../images/next.gif) no-repeat;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	float: left;
}
.link {
	display: block;
	float: left;
	padding: 5px 8px;
	color: #FFF;
	text-decoration: none;
	background: url(../images/paginator-pregrada.gif) no-repeat left 9px;
}
#gallery {
	padding-bottom: 15px;
}
#gallery img {
	float: left;
	margin: 3px;
}
.gallery-box {
	width: 235px;
	float: left;
	margin-right: 7px;
	padding-bottom: 15px;
}
.gallery-date {
	font-size: 10px;
	color: #FFF;
	padding-left: 5px;
}
.gallery-title {
	padding-left: 5px;
}
.gallery-title a {
	color: #a0dbf3;
	text-decoration: none;
}
.gallery-title a:hover {
	color:#FFF;
}
.client-box {
	width: 340px;
	float: left;
	margin: 8px 10px 5px 0px;
}
#home-news {
	margin: 30px 0px 10px;
}
.home-news-subtitle {
	text-transform: uppercase;
}
.home-news-title a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.home-news-left {
	float: left;
	width: 240px;
	margin-right: 20px;
}
#contact-content {
	float: left;
	width: 250px;
}
#form {
	float: right;
	width: 380px;
	margin-top: 5px;
}
#form label {
	width: 150px;
	float: left;
	padding-top: 2px;
}
#form input[type=text], #form textarea {
	width: 200px;
	font-size: 11px;
	padding: 3px;
	background: #FFF;
	border: 1px solid #038bc5;
}
#form input[type=submit] {
	padding: 0px;
	font-weight: bold;
	background: transparent;
	margin: 0px 0px 0px 150px;
	font-size: 12px;
	color: #FFF;
}
#form textarea {
	height: 130px;
	font: 11px/17px Arial, Helvetica, sans-serif;
}
.errorlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.errorlist li {
	padding-left: 152px;
	font-size: 10px;
	font-weight: bold;
}
/* Easy Slider */
#home-pager {
	height: 50px;
	background: url(../images/home-sep.gif) no-repeat center 20px;
}
	#home-news ul, #home-news li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#home-news, #home-news li{
	width:710px;
	height:300px;
	overflow:hidden;
		}
	span#prevBtn, span#prevBtn a{
	background: url(../images/home-left-arrow.gif) no-repeat;
	display: block;
	height: 50px;
	width: 35px;
	float: left;

		}
	span#nextBtn, span#nextBtn a{
	background: url(../images/home-right-arrow.gif) no-repeat;
	display: block;
	height: 50px;
	width: 35px;
	float: right;
		}

/* // Easy Slider */


/* pretraga */
#search_results_box{
	position: absolute;
	width: 400px;
	height: 450px;
	background: url('/script/mpr.hr/images/sitesearch.gif');
	margin-left: -120px;
	margin-top: -480px;
}
#results_close{
	position:absolute;
	top:-10px;
	left:-10px;
}
#search_results{
	width: 370px;
	height: 400px;
	overflow: auto;
	margin: 30px 15px 0 15px;
}
.gs-snippet {
	color: #FFF;
}
table.gsc-branding td,table.gsc-branding {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border : none;
}

.gsc-branding {
	width:340px;
	color:#FFF;
}

table.gsc-branding {
  border-style : none;
  border-width : 0px;
  border-spacing : 0px 0px;
}

.gsc-branding-text {
	color : #FFF;
}

td.gsc-branding-text {
  vertical-align : top;
}

td.gsc-branding-text div.gsc-branding-text {
  padding-bottom : 2px;
  text-align : right;
  font-size : 11px;
  margin-right : 2px;
}

td.gsc-branding-img-noclear {
  width : 51px;
  vertical-align : bottom;
}

td.gsc-branding-img {
  width : 65px;
  vertical-align : bottom;
}


/* the results for each section
 * .gsc-resultsbox-{visible,invisible} : a complete-collection of results including headers
 * .gsc-results : the collection of results for a given searcher
 * .gsc-result : a generic result within the control. each result has this class, as well as .gsc-xxxResult where xxx is web, image, local, blog, etc.
 */

.gsc-resultsbox-visible {
  display : block;
}

.gsc-resultsbox-invisible {
  display : none;
}

.gsc-results {
  padding-bottom: 2px;
  width : 99%;
}

.gsc-result {
  margin-bottom: 10px;
}

.gsc-result .gs-title {
  height: 1.4em;
  overflow: hidden;
  }

/* trailing more link at the bottom of a collection of results */

.gsc-results .gsc-trailing-more-results {
  margin-bottom : 10px;
}

.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
  color: #0000cc;
  text-decoration: underline;
}

/* trailing cursor section */

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
	margin-bottom : 0px;
	display : inline;
	color: #FFF;
}

.gsc-results .gsc-cursor {
  display : inline;
}

.gsc-results .gsc-cursor-box {
  margin-bottom : 10px;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor : pointer;
  color : #000000;
  text-decoration: underline;
  margin-right : 8px;
  display : inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color : #A90A08;
  font-weight : bold;
  text-decoration: none;
}

 .gs-result{
   padding: 5px 0 10px;
 }

.gs-result .gs-title,
.gs-result .gs-title * {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.gs-result .gs-title a:hover{
	color: #fff;
}
.gs-divider {
	padding-bottom: 8px;
	text-align: center;
	color: #FFF;
}

.gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
	color: #CCC;
	text-decoration: none;
}
div.gs-visibleUrl-short { display:block; }
div.gs-visibleUrl-long { display: none; }
div.gs-watermark { display: none; }

#bf {
	background: url(../images/leptir-trans.png) no-repeat left top;
	height: 56px;
	width: 68px;
	position: absolute;
	margin: -43px 0px 0px -38px;
}
.url {
	margin: 0px;
	padding: 2px 0px 6px;
}
.url a {
	color: #FFF;
	text-decoration: underline;
}
.url a:hover {
	text-decoration:none;
}