@charset "utf-8";
/* BASICS 
***************************************************************************************************/
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1F1F1F;
}
body {
	background-color: #b1cdd2;
}
p {
	text-align: justify;
	margin: 10px 20px;
}
a {
	color: #46a8c8;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.boldItalic {
	font-weight: bold;
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	color: #26687e;
	font-weight: bold;
	margin: 20px;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #26687e;
	margin: 20px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #26687e;
	margin: 20px;
}
.logoE {
	font-size: 12px;
	color: #26687e;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.logoIzvadak {
	font-size: 10px;
	text-transform: uppercase;
	color: #26687e;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* K O N S T R U K C I J A 
***************************************************************************************************/
#header, #kontejner, #footer, #traka, #traka2 {
	width: 900px;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #333333;
}
#headerWrapper {
	background-image: url(../img/bgHeaderWrapper.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header {
	margin: 30px auto 0 auto;
	position: relative;
	height: 172px;
	background-color: #B1CDD2;
	border-bottom: none;
	background-image: url(../img/bgHeader.jpg);
}
#traka {
	background-image: url(../img/bgTraka.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	text-align: center;
	margin: 0 auto;
}
#traka2{
	background-image: url(../img/bgTraka.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	margin: 0 auto;
}
#kontejner {
	margin: 0 auto;
	border-top-color: #e7f1f4;
	border-bottom: none;
	background-color: #e7f1f4;
	/* background-image: url(../img/bgKontejnerSahovnica.png); */
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 20px;
}
#footer {
	margin: 0 auto;
	background-color: #f4f7f8;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
}
/* H E A D E R 
***************************************************************************************************/
#logoEizvadak {
	height: 60px;
	width: 320px;
	position: absolute;
	top: 30px;
	right: 70px;
	font-weight: bold;
	text-align: right;
}
#logoEizvadak h1 {
	color: #FFFFFF;
	font-size: 36px;
	margin-right: 0px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
#logoEizvadak h2 {
	color: #000000;
	font-size: 20px;
	margin-right: 0px;
} 
#traka h1 {
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	line-height: 40px;
	color: #333333;
}
#traka2 li {
	display: inline;
	width: 225px;
}
#traka2 div{
	width: 223px;
	float: left;
	text-align: center;
	border-left: 1px solid #333333;
	border-rigth: 1px solid #333333;
	height: 30px;
	font-size: 18px;
}
.panel {
	width: 223px;
	height: 100px;
	text-align: center;
	font-size: 18px;
	border: 1px solid #333333;
	z-index:1;
	position: relative;
	margin: 0 auto;
	background-color: #B1CDD2;
}
/* H A C K O V I 
*****************************************************************************************************/
.clearfloat { 
	clear:both;
    	height:0;
    	font-size: 1px;
    	line-height: 0px;
}
/* O B R A Z A C 
*****************************************************************************************************/
.obrazacTable {
	width: 970px;
	margin: 0 auto 20px;
}
.obrazacTable td {
	text-align: left;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.obrazacTable td input {
	padding: 1px;
	margin-top: 1px;
	color: #26687e;
	font-size: 12px;
	font-weight: bold;
}
.obrazacTable textarea {
	color: #26687e;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
}
.divPoruke {
	color:Red;
	font-weight: bold;
}
.spanVrijednost {
	font-weight: bold;
}
.naruciInput {
	float: right;
	margin: 20px;
}
.obrazacNaslov
{
	font-size: 24px;
	color: #26687e;
	font-weight: bold;
	text-transform: uppercase;
}
.crveniOkvir
{
	border-color:Red;
	border-width:medium;
}
/* T R A K A 
*****************************************************************************************************/
#item_1{
	
}


.navbar{
	position:relative;
	height:62px;
	background:#437db7 none;
	margin:10px 0px 0px 0px;
	color:rgb(255,255,255);
	font:11px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	border:0px solid rgb(255,255,255);-moz-border-radius-bottomleft:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px
}