﻿@charset "utf-8"
/*CSS Document*/
*{ 	
	margin: 0; 
	padding: 0; 
	outline:none; 
}
body{
	margin-top: 0px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../slike/slicegrad1.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3, h4 ,h5, h6, p {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
h1, h2, h3, h4 ,h5 , h6{
	color:#000;
}
h1{
	display:none;
}
h2{
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
h3{
	font-size: 14px;
	color: #000;
}
h4{
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03C;
	text-align: center;
}

a{ 
	text-decoration: none;
	outline: none; 
}
ul{
	margin-top: 0px;
	list-style-image: none;
	list-style-type: none;
}
p{
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 20px;
}

/*LAYOUT*/
#wrapper{
	color: #333;
	width: 1280px;
	left: auto;
	right: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#header, #nav, #left, #main, #right, #footer{
	padding: 10px;
	margin: 0px 0px 10px;
	background-color: #FFF;
}
#header{
	height: 150px;
	background-image: url(../slike/header_s.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#nav{
	text-align:center;
	background-color: #0146AD;
	height: 20px;
	color: #FFF;
	}

#left{
	float: left;
	width: 600px;
	padding-right: 20px;
	border: 1px solid #0146AD;
	height: auto;
	background-image: url(../slike/slicegrad2.jpg);
	background-repeat: repeat-y;
}
#right {
	float: right;
	width: 600px;
	border: 1px solid #0146AD;
	height: auto;
	background-image: url(../slike/slicegrad3.jpg);
	background-repeat: repeat-y;	
}
#main{
	width: 1000px;
	margin-left: 140px;
	border: 1px solid #0043AD;
	background-image: url(../slike/slicegrad4.jpg);
	height: auto;
}
#footer {
	font-size: 12px;
	text-align: center;
	clear: both;
	height: 60px;
	margin-bottom: 0px;
	background-image: url(../slike/footer.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-bottom: 0px;
	border: 1px solid #0146AD;
	font-family: Verdana, Geneva, sans-serif, "Eurostile LT Pro";
	font-weight: bold;
	color: #000;
}
#index {
	background-image: url(../slike/Sterimar_index.png);
	height: 140px;
	background-repeat: no-repeat;
}
#imain {
	width: 1000px;
	margin-left: 140px;
}
ul.dropdown li                      {
	font-weight: 600;
	float: left;
	zoom: 1;
	font-family: "segoe UI", Tahoma, Geneva, Verdana;
	font-size: 13px;
	border-radius: 2px;
	color: #000;
}
ul.dropdown li a                    {
	display: block;
	padding: 4px 8px;
	border-right: 1px solid #333;
	color: #000;
	background-color: #f6f6f6;
}
ul.dropdown a:hover		            {
	color: #000;
	font-weight: 700;
}
ul.dropdown a:active                {
	color: #FF0000;
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {
	background: #A4ACF7;
	color: #3D6BB9;
	position: relative;
}
ul.dropdown li.hover a              {
	color: #000;
}


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #ccc;
	float: none;
	border-bottom-color: #39F;
	border-bottom-style: groove;
	background-color: #f6f6f6;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{
	border-right: none;
	width: 100%;
	display: inline-block;
}

/* 	LEVEL THREE */
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* Uređivanje teksta */ 
h2.podloga {
	text-align: left;
	font-size: 14px;
	border-radius: 5px;
	background-image: url(../slike/podloga.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	text-indent: 50px;
}
ul.nabrajanje {
	list-style-image:url(../slike/bulet.gif);
	list-style-position: outside;
}
ul.pod_nab {
	text-indent: 10px;
	list-style-image: url(../slike/bulet.gif);
}
p.slike {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #30C;
}

tr.prvi_red {
	color: #FFF;
	background-color: #0146AD;
}
tr.prvi {
	color: #000;
	background-color: #FFF;
}
tr.alt {
	color: #000;
	background-color: #B9DCF0;
}
ul.brojevi {
	list-style-type: decimal;
}
ul.lista {
	list-style-position: outside;
	list-style-type: disc;
}
.podlista {
	list-style-position: outside;
	list-style-type: circle;
}
#slika {
	text-align: center;
	margin: 5px;
}
.usko {
	font-weight: bold;
	padding-right: 30px;
	padding-left: 40px;
	color: #333;
}
a:hover.impact {
	color: #F06;
	font-weight: bolder;
	text-decoration: underline;
}
.pub {
	padding-left: 10px;
	padding-right: 5px;
}

.protectlista{list-style-type: disc;}