/*�������������������������������������������������������������������
Basic Style Sheet
version: 1.0
author: EBIT IT
email: info@ebit.hr
website: http://www.ebit.hr/
�������������������������������������������������������������������*/

@charset "utf-8"; 

/* reset the elements */
@import url("reset.css") all;

/* General HTML Styles */

html {
	margin: 0;
   padding: 0;
   border: 0;
}

body {
	background-color: #383d41; 
	padding: 0;
	border: 0;
}
div, span, p, tr, th, td, input, select, textarea, option, iframe, ul, li, font, h1, h2, h3, h4, h5, h6 {
   font-family: Tahoma, Arial, Calibri, Helvetica, Verdana, sans-serif;
   font-size: 12px;
   color: #464646;
   font-weight: normal;
   text-decoration: none;
}
h1  { 
   color: #ccc;
   font-size: 20px;
   font-weight: normal;
   display: block;
   padding: 0 0 5px;
}
h2  { 
   color: #F27706;
   font-size: 22px;
   font-weight: normal;
   display: block;
   padding: 0 0 5px;
}
h3  { 
   color: #F27706;
   font-size: 14px;
   font-weight: normal;
   display: block;
   padding: 0 0 5px;
}
h4  { 
	color: #d21034;
	font-size: 19px;
	font-weight: normal;
	display: block;
	padding: 0 0 5px;
}
h5  { 
   color: #d21034;
   font-size: 18px;
   font-weight: normal;
   display: block;
   padding: 0 0 5px;
}
h6  { 
   color: #d21034;
   font-size: 14px;
   font-weight: normal;
   display: block;
   padding: 0 0 5px;
}
p {
   margin: 0;
   padding: 0 0 8px;
   color: #ccc;
}
a { 
   font-size: 12px;
   color: #f27706;
   font-weight: normal;
   text-decoration: none;
}
a img{
	margin: 5px 0;
}
a:hover { 
   color: #c36004;
}

fieldset {
	width: auto;
	border: 0;
}
legend { 
   color: #494949;
   font-size: 16px;
   font-weight: lighter;
	padding: 0 5px;
}
input {
	font-size: 12px !important;
	padding: 3px 3px;
	background-color: #f2f2f3; 
	border: 1px solid #d9d9d9;
	margin: 3px 0;
	border-radius: 3px;
}
input:hover {
	background-color: #eceae7; 
	border: 1px solid #f27706;
	border-radius: 3px;
}
input:focus {
	background-color: #f2f2f3; 
	border: 1px solid #b9b9b9;
	border-radius: 3px;
}
select {
	font-size: 12px !important;
	background-color: #f2f2f3; 
	border: 1px solid #d9d9d9;
	padding: 3px 3px;
	border-radius: 3px;
	width: 250px;
}
select:hover {
	background-color: #f2f2f3; 
	border: 1px solid #b9b9b9;
	border-radius: 3px;
}
select:focus {
	background-color: #f2f2f3; 
	border: 1px solid #b9b9b9;
	border-radius: 3px;
}
option {
	font-size: 12px !important;
	background-color: transparent !important;
	padding: 0 5px;
}
/*-----------------------------------------------------------------------------------------*/

.container{
	margin: 0 auto;
	width: 980px;
}
.InputName{
	color:#ccc;
	font-size: 18px;
	font-weight: bold;
}
#filter{
margin: 0 0 35px;
}
.header{
	background: url(../img/header.png) no-repeat 0 0;
	height: 80px;
	clear: both;
	width: 980px;
}
.logo{
	margin: 20px 0 0;
	background: url(../img/logo.png) no-repeat 0 0;
	width: 270px;
	height: 58px;
	letter-spacing: -500em;
	text-indent: -500em;
	display: block;
	cursor:pointer;
}
.links{
	width: 670px;
	float: right;
	margin: -47px 0 0;
}
.links li{
	display: inline-block;
}
.links li a {

	padding: 0 18px 0 0;
	font-size: 11px;
	color: #cccccc;
	font-weight: bold;
}
.links li a:hover{
	color: #778590;
}
.links .active{
	color: #778590;
}
/*----------------------------------content-------------------------------------------------------*/
.content{
	width: 980px;
}
.left_links{
	width: 170px;
	margin: 0 0 0 150px;
	vertical-align: top;
}
.GlossyNav{color: #CCCCCC;
    font-size: 12px;
    font-weight: bold;
    background: url(../img/mark_link_a.png) 0 -3px no-repeat;
    margin: 5px 0 0 -30px;
    padding: 0 0 0 30px;
    display: block;}

.SubMenu li a{font-size: 10px;}
.left_links .active{
	color: #fff;
}
.left_links li{
	list-style: none;
	padding: 10px 0 0;
	text-align: left;
	margin: 0 5px 0 -30px;

}
.GlossyNav:hover{background: url(../img/mark_link_h.png) 0 -3px no-repeat;}
.GlossyNav  .active{background: url(../img/mark_link_h.png) 0 -3px no-repeat;}
.active{color: #fff;}
.SubMenu li a{
	font-weight:bold;
	color: #b4b4b4;
	display: block;
	margin: 0 0 0 30px;
}
.SubMenu li a:hover{
	color: #fff;
	
}
.right{
	width: 570px;
	display: inline-block;
	color: #ccc;
	vertical-align: top;
	margin:0 30px 0;
}
.right img
{
 margin: 5px 10px 5px 0 ;
}

.right iframe{
	margin: 15px 0 0;
}
.right ul{
	margin: 20px 0 0;
	list-style: none;
}
.right ul li{
	margin: 10px 0 0;
	color:#ccc;
	
}
.left{
		display: inline-block;
		
}
/*----------------------------------footer-------------------------------------------------------*/
.footer{
	background: url(../img/footer.png) no-repeat 0 0;
	width: 980px;
	height: 257px;
	margin: 30px 100px 0;
	padding: 100px 0 0;

}
.footer span{
	color: #ccc;
	margin: 0 250px 0;
	vertical-align: middle;
	font-size: 11px;
}
.footer a{
	color: #f27706;
	font-size: 11px;
}
.footer a:hover{
	color: #c36004;
}
/*----------------------------------podlinkovi-------------------------------------------------------*/
.podlink{
	margin: 0 0 0 0;
}
.podlink li, .podlink li:hover{
	margin: 5px 0 0;
	background-image: none !important;
}
.podlink li a{
	font-size: 10px;
	background-position: left;
	background-image: none !important;
	display: block;
}
.podlink li a:hover{
	font-size: 10px;
	background-position: left;
	background-image: none !important;
}
.podlink .active{
	font-size: 10px;
	background-position: left;
	color: #fff;
	background-image: none !important;
}
/*----------------------------------podlinkovi-------------------------------------------------------*/
.partneri {
	width: 560px;
	margin: 10px 0 20px 0;
	border-top: 4px solid #778590;
}

.partneriImg {
	width: 150px;
	display: inline-block;
	vertical-align: top;
	margin: 10px 0 0;
}

.partneriText {
	margin: 10px 0 0;
	display: inline-block;
	width: 380px;
}
.partneriText a {
	color: #f27706;
	font-size: 12px;
}
.partneriText a:hover {
	color: #c36004;

}
h2.NaslovPartner {
	font-size: 20px;
	color: #ccc;
}
/*----------------------------------kontakt-------------------------------------------------------*/
.text_input2{
	width: 220px;
}
.text_input3{
	width: 85px;
}
.Button{
	cursor: pointer;
	background-color: #f27706;
	border: 0;
}
.Button:hover{
	background-color: #f27706;
	color: #fff;
	border: 0;
}
.button5{
	cursor: pointer;
	background-color: #f27706;
	border: 1px solid #f27706;
}
.button5:hover{
	background-color: #f27706;
	color: #fff;
	border: 1px solid #f27706;
}
.text_input{
	width: 220px;
}
.TableStyle {
	margin: 0;
}
.TableStyle span{
	color: #f27706;
	vertical-align: top;
}
.kontakt-form{
	display:inline-block;
	width: 360px;
}
.TableStyle td{
	color: #ccc;
	font-weight:bold;
	vertical-align: middle;
	padding: 2px 0 0;
}
.TableStyle td img{
	vertical-align: middle;
}
.kontakt-text{
	color: #ccc;
	display: inline-block;
	width: 200px;
	vertical-align: top;
}
textarea:hover {
	background-color: #eceae7; 
	border: 1px solid #f27706;
	border-radius: 3px;
}
textarea {
	font-size: 12px !important;
	background-color: #f2f2f3; 
	border: 1px solid #d9d9d9;
	padding: 3px 3px;
	height: 150px;
	margin: 3px 0;
	border-radius: 3px;
}
textarea:focus {
	background-color: #f2f2f3; 
	border: 1px solid #f27706;
	border-radius: 3px;
}

.uvod
{
	display: inline-block;
	width: 310px;
	margin: 0 45px 0 0;
}
.uvod p
{
	display: inline-block;
	width:280px;
	margin: 0 45px 0 0;
}
.uvod img
{
	max-width: 150px;
}

.novosti
{
 display: inline-block;
 width: 170px;
 vertical-align:top;
}
.novost_box
{
	color: #ccc;
	margin: 15px 0 0;
}
.download
{
	display:block;
}
.galerija
{
	margin:0 0 0 40px;
}
.GalerijaBox
{
	
	display: -moz-inline-stack;
	width: 570px;
}
.GalerijaBox img
{
	margin: 5px 5px 0;
	width: 120px;
}

.left_links li a {
    color: #CCCCCC;
    font-weight: bold;
}
.left_links li a:hover {
    color: #fff;
}