@charset "utf-8";
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.globalBg {
	margin: 0px;
	padding: 0px;
	background: #c5c0c0 url(images/topBg_01.gif) repeat-x top;
}
.rubLijevo {
	background: url(images/rubovi_04.gif) repeat-y top;
	width: 34px;
}
.rubDesno {
	background: url(images/rubovi_05.gif) repeat-y top;
	width: 54px;
}
.topBg {
	background: url(images/topBg_03.gif) repeat-x;
	height: 89px;
	width: 892px;
}
.menuBg {
	background: url(images/menuBg_07.gif) repeat-x;
	height: 33px;
}
.NaslovStraniceBg {
	background: url(images/menuSredinaBg_11.gif) repeat-x;
	height: 47px;
	font: 20px Tahoma, Arial;
	color: #FFFFFF;
}
.NaslovStranice {
	font: 20px Tahoma, Arial;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
}
.footerBg {
	background: url(images/footerBg_19.gif) repeat-x;
	height: 80px;
}
.footerTekst {
	font: 11px/19px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	margin-top: 23px;
	margin-left: 10px;
	float:right;
	text-align: right;
	margin-right: 10px;
}
.footerTekst a:link, .footerTekst a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.footerTekst a:hover, .footerTekst a:active {
	color: #FFFFFF;
	text-decoration:underline;
}
.ISOlogo {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 16px;
}
#kontaktPodaciVrh {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: right;
	margin-top: 13px;
	margin-right: 15px;
}
#lang {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #000000;
	float: left;
	margin-top: 9px;
}
#menu {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #000000;
	float: right;
}
#panelLijevoBg {
	background: #B8AEAE url(images/kamion_26.jpg) no-repeat bottom;
	width: 186px;
	height: 420px;
}
#panelLijevoGradient {
	background: #b8aeae url(images/panelLijevoGradient_25.gif) no-repeat top;
	height: 110px;
	width: 186px;
	padding-top: 10px;
}
.izbornikLijevo {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #273041;
	background: url(images/arrow.gif) no-repeat 20px 9px;
	text-indent: 35px;
	width: 186px;
}
.izbornikLijevo a:link, .izbornikLijevo a:visited {
	text-decoration:none;
	color: #273041;
	padding-top: 4px;
	padding-bottom: 4px;
	text-indent: 35px;
	width: 186px;
	display: block;
}
.izbornikLijevo a:hover, .izbornikLijevo a:active {
	text-decoration:none;
	background: url(images/arrow.gif) no-repeat 20px 9px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	text-indent: 35px;
	display: block;
}
.okvir_slike {
	border: 1px solid #232c3d;
	margin: 2px;
	padding: 1px;
}
.div_okvir {
	background: #3b495d;
	padding: 2px;
	margin-left: 2px;
	margin-top: 2px;
}
p {
	font: 11px/17px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px 0px 10px;
	padding: 0px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 100px;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
