/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
      License: none (public domain)
      */
      
      html, body, div, span, applet, object, iframe,
      h1, h2, h3, h4, h5, h6, p, blockquote, pre,
      a, abbr, acronym, address, big, cite, code,
      del, dfn, em, img, ins, kbd, q, s, samp,
      small, strike, strong, sub, sup, tt, var,
      b, u, i, center,
      dl, dt, dd, ol, ul, li,
      fieldset, form, label, legend,
      table, caption, tbody, tfoot, thead, tr, th, td,
      article, aside, canvas, details, embed, 
      figure, figcaption, footer, header, hgroup, 
      menu, nav, output, ruby, section, summary,
      time, mark, audio, video {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
      }
      /* HTML5 display-role reset for older browsers */
      article, aside, details, figcaption, figure, 
      footer, header, hgroup, menu, nav, section {
      display: block;
      }
      body {
      line-height: 1;
      }
      ol, ul {
      list-style: none;
      }
      blockquote, q {
      quotes: none;
      }
      blockquote:before, blockquote:after,
      q:before, q:after {
      content: '';
      content: none;
      }
      table {
      border-collapse: collapse;
      border-spacing: 0;
      }
	  h1, h2, h3, h4, h5{
		font-weight:normal;
		font-family: 'BenchNine';
	  }
	  p {
		text-align:justify;
	  }
	  
	  h3 {
		font-size:18px;
		margin:0 0 10px;
		background: url("../images/bullet.png") no-repeat 0 11px;
		padding: 0 0 0 20px;
		color:#AEAEAE;
	  }
/*Reset kraj*/

.clearfix{
    background: transparent none repeat scroll 0%;
	border: medium none;
	clear: both;
	font-size: 0px;
	height: 0.1px;
	margin-top:-1px;
	padding: 0pt;
	visibility: hidden;
	overflow: hidden;
}

	
strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

.success{
    background: url("../images/success.png") no-repeat scroll 10px center #a2ffa7;
    border: 1px solid green;
    color: green;
    font-weight: bold;
    margin: 0px 0 10px;
    padding: 10px;
    text-align: center;
}

.error{
    background: url("../images/error.gif") no-repeat scroll 10px center #FFD0D0;
    border: 1px solid #FF2222;
    color: red;
    font-weight: bold;
    margin: 0px 0 10px;
    padding: 10px;
    text-align: center;
}

.no_entry{
    color: #000000;
    font-weight: bold;
    margin: 0px 0 10px;
    padding: 10px;
    text-align: center;
}

.hidden{
	display:none;
}

/*pozadina*/

html{
	background:url('../images/back.jpg') #ffffff;
	
}

body{
	background:url('../images/back_grad2.png') repeat-x center top;
	color:#717171;
	line-height:1.5;
	font-family:arial;
	font-size:10pt;
}

a:link,
a:visited{
	color:#3997b6;
	font-weight:bold;
	text-decoration:none;
}

a:hover,
a:active{
	text-decoration:underline;
}


/*--go!--*/

.upper_header{
	margin:0 0 17px;
}

.width_cont{
	width:968px;
	margin:0 auto 0;
	padding:25px 0 0;
	overflow:hidden;
}


.logo_link{
	display:block;
	float:left;
	width:150px;
	margin:0 0 0 4px;
}

.info {
	float: right;
	font-size: 8pt;
	margin: 6px 0 0;
	width: 340px;
}
.info_line{
	float:left;
	width:170px;
	display:block;
	height:25px;
	line-height:25px;
}

a.head_email:link,
a.head_email:visited{
	color:#717171;
	text-decoration:underline;
	font-weight:normal;
}

a.head_email:hover,
a.head_email:active{
	text-decoration:none;
}

.infoc {
	float:left;
	margin:0 100px 0 0;
}

.infoc span {
	margin:0 0 0 45px;
}

.mapa {
	margin-bottom:20px;
}

/*ikonice za godnji dio kontakta*/

.telefon{
	background:url('../images/tel_icon.png') no-repeat center left;
	padding:0 0 0 20px;
}

.email{
	background:url('../images/mail_icon.png') no-repeat center left;
	padding:0 0 0 20px;
}

/*glavni meni*/

.menu {
	margin:0 4px 15px;
	height:42px;
	position:relative;
	z-index:100;
	padding:1px;
	border:1px solid #1968A0;
}

.menu .wrapper {
	background:url('../images/menu_grad.gif') repeat-x top left;
	height:44px;
}


.menu_list{
	float:right;
}

.menu_list li{
	float:left;
	position:relative;
	background:url('../images/menu_sep.gif') no-repeat 0 0;
}

.menu_list li.last{

}

/*last link*/
.menu_list li.last a:link,
.menu_list li.last a:visited{
	display:block;
	height:46px;
	line-height:44px;
	font-size:16pt;
	font-weight:normal;
	padding:0 26px 0 27px;
	color:#ffffff;
	margin:0 0 0 -2px;
}

.menu_list li.last a:hover,
.menu_list li.last a:active, .menu_list li.last a.slc {
	background:url('../images/drop_rollover.gif') repeat-x 0 0px;
	color:#1D6EA2;
	text-decoration:none;
}


/*ostatak menija*/
.menu_list li a:link,
.menu_list li a:visited{
	display:block;
	height:46px;
	line-height:44px;
	font-size:16pt;
	font-weight:normal;
	padding:0 25px 0 ;
	color:#ffffff;
	margin:0 -2px 0;
	text-transform:uppercase;
	font-family: 'BenchNine';
}

.menu_list li a:hover,
.menu_list li a:active, .menu_list li a.slc {
	background:url('../images/drop_rollover.gif') repeat-x 0 0px;
	color:#1D6EA2;
	text-decoration:none;

}

/*podmeni*/

.sub {
	display:none;
	position:absolute;
	top:46px;
	left:0;
	width:160px;
}

.sub2 {
	position:absolute;
	top:0px;
	left:170px;
	width:160px;
	z-index:500;
}

.menu_list .sub a:link,
.menu_list .sub a:visited{
	color:#4d4d4d;
	background:url('../images/arrow.gif') no-repeat 15px center #F5F5F5;
	width:120px;
	line-height:1.4;
	font-size:8pt;
	height:auto;
	padding:8px 20px 8px 30px;
	font-family:Arial, sans-serif;
	text-transform:none;
	border-bottom:1px solid #d6dadb;
}

.menu_list .sub a:hover,
.menu_list .sub a:active{
	background:url('../images/arrow.gif') no-repeat 15px center #fff;
}

.menu_list .sub2 a:link,
.menu_list .sub2 a:visited{
	color:#4d4d4d;
	background:url('../images/arrow.gif') no-repeat 15px center #F5F5F5;
	width:120px;
	line-height:1.4;
	font-size:8pt;
	height:auto;
	padding:8px 20px 8px 30px;
	font-family:Arial, sans-serif;
	text-transform:none;
	border-bottom:1px solid #d6dadb;
}

.menu_list .sub2 a:hover,
.menu_list .sub2 a:active{
	background:url('../images/arrow.gif') no-repeat 15px center #fff;
}

/*ostaje otovreno*/

.menu_list > li:hover > a:link, 
.menu_list > li:hover > a:visited,
.menu_list > li:hover > a:hover,
.menu_list > li:hover > a:active {
    background:url('../images/drop_rollover.gif') repeat-x 0 0px;
	color:#1D6EA2;
   
}

/*rollover stanja*/

.menu_list li:hover ul ul,
.menu_list li:hover ul ul ul, 
.menu_list li:hover ul ul ul ul{
    display:none;
    }

.menu_list li:hover ul, 
.menu_list li li:hover ul, 
.menu_list li li li:hover ul,
.menu_list li li li li:hover ul{
    display:block;
    }

	
/*a sada slider*/

.slider{
	margin:0 4px 0;
	height:230px;
	overflow:hidden;
	position:relative;
	z-index:1;
}

.slider .btns {
	position:absolute;
	bottom:20px;
	right:20px;
	z-index:500;
}

.slider .btns a {
	display:block;
	width:15px;
	height:15px;
	background:url('../images/white.png') repeat;
	float:left;
	margin:0 0 0 5px;
	text-indent:-9999px;
}

.slider .btns a:hover, .slider .btns a.slc {
	background:url('../images/black.png') repeat;
}

.slider_list li{
	width:100%;
	height:230px;
	position:relative;
	
}

.punch{
	position:absolute;
	margin-top:-40px;
	top:50%;
	color:#fff;
	background:url('../images/punch_back.png') repeat;
	font-size:28pt;
	line-height:70px;
	padding:5px 30px;
	font-family: 'BenchNine';
}

.slider_shadow{
	background:url('../images/slider_shadow.png') no-repeat top left;
	height:15px;
}


/*content dio*/

.left{
	float:left;
	width:738px;
}

.right{
	float:left;
	width:230px;
	
}

.mini_box{
	width:358px;
	float:left;
	margin:0 11px 11px 0;
}

.mini_box_last{
	width:358px;
	float:left;
	margin:0 0 11px 0;
}

.mini_box_top{
	height:44px;
	line-height:46px;
	background:url('../images/mini_box_top.png') no-repeat top left;
	
}

.mini_box_top h2{
	padding:0 20px;
	color:#ffffff;
	line-height:49px;
	font-size:14pt;
	
}

.mini_box_top h2 a {
	color:#fff;
	display:block;
}

.mini_box_top h2 a:hover {
	text-decoration:none;
	color:#eee;
}

.mini_box_mid {
  background: url("../images/mini_box_mid2.png") repeat-y scroll left top transparent;
  line-height: 1.5;
  font-size:11px;
  padding: 18px 22px 10px;
  height:110px;
  position:relative;
}

.mini_box_mid p {
    left: 20px;
    line-height: 20px;
    position: absolute;
    top: 20px;
    width: 326px;
	text-align:left;
    z-index: 200;
}

.mini_box_mid .wrapper {
	position:absolute;
	right:5px;
	bottom:-8px;
	width:100px;
	height:76px;
}

.wrapper.procesno_zagrijavanje {
	background: url("../images/procesno_grijanje.png") no-repeat 0 0;
	width:210px;
	height:63px;
}

.wrapper.procesna_automatizacija {
	width:140px;
	height:85px;
	background: url("../images/procesna_automatizacija.png") no-repeat 0 0;
}

.wrapper.specijalne_zarulje {
	background: url("../images/zarulje.png") no-repeat 0 0;
	width:140px;
	height:112px;
}

.wrapper.grijanje {
	background: url("../images/grijanje.png") no-repeat 0 0;
}

.wrapper.toplozracno_grijanje {
	background: url("../images/toplozracno_grijanje.png") no-repeat 0 0;
	width:150px;
	height:113px;
}

.wrapper.sigurna_primjena_plina {
	background: url("../images/sigurna_primjena_plina.jpg") no-repeat 0 0;
	width:179px;
	height:75px;
}

.mini_box_bot{
	height:13px;
	background: url("../images/mini_box_bot.png") left top transparent;

}


a.opsirnije_1:link,
a.opsirnije_1:visited{
	margin:8px 0 0;
	display:block;
	background:url('../images/arrow_2.gif') no-repeat left center;
	padding:2px 0 2px 16px;
}

a.opsirnije_1:hover,
a.opsirnije_1:active{
	text-decoration:none;
	color:#000000;
	background:url('../images/arrow_2.gif') no-repeat 2px center;
	
}

.news_col{
	width:230px;
}

/*------kolumna sa strane-------*/

.news_col_top{
	height:44px;
	line-height:46px;
	background:url('../images/s_minibox_head.png') no-repeat top left;
}

.news_col_top h1{
	padding:0 20px;
	color:#000000;
	font-size:17pt;
	line-height:49px;
}

.news_col_mid{
	background: url("../images/mini_box_mid.png") repeat-y scroll left top transparent;
	line-height: 1.5;
	padding:0 4px;
}

.novost{
	padding: 21px 18px 21px;
	font-size:11px;
}

.novost p {
	height:66px;
	overflow:hidden;
}

.novost h1{
	font-weight:bold;
	margin:0 0 12px;
	color:#000000;
	font-size:12px;
	font-family:Arial, sanse-serif;
}

.novost h1 a:link,
.novost h1 a:visited{
	text-decoration:none;
	color:#4d4d4d;
}

.novost h1 a:hover,
.novost h1 a:active{
	color:#000000;
}
.meta{
	background-color:#f2f2f2;
	height:30px;
	line-height:30px;
	padding:0 18pt;
}

.date{
	float:left;
	font-size:11px;
	padding:2px 0 0 0;
}

a.opsirnije_2:link,
a.opsirnije_2:visited{
	display:block;
	float:right;
	font-size:11px;
	color:#4d4d4d;
	background:url('../images/arrow_3.gif') no-repeat 12px center;
	padding:2px 0 0 30px;
	
}

a.opsirnije_2:hover,
a.opsirnije_2:active{
	text-decoration:none;
	color:#000000;
	background:url('../images/arrow_3.gif') no-repeat 12px center;
}

.news_col_bottom{
	background:url('../images/news_col_bot.png') no-repeat top center;
	height:4px;
}

.logotipovi{
	background:url('../images/logos_back.png') no-repeat;
	height:108px;
	padding:4px 29px 4px 42px;
	margin:0 0 20px;
	
}

.logotipovi a:link,
.logotipovi a:visited{
	display:block;
	width:149px;
	height:100px;
	float:left;
	text-indent:-200px;
	overflow:hidden;
	position:relative;
}

.logotipovi a:hover,
.logotipovi a:active{
	text-decoration:none;
	position:relative;
	
}

a.lbe{
	background:url('../images/lbe_logo.png') no-repeat top left;
}

a.wita{
	background:url('../images/wita_logo.png') no-repeat top left;
}

a.kst{
	background:url('../images/kst_logo.png') no-repeat top left;
}

a.elster{
	background:url('../images/elster_logo.png') no-repeat top left;
}

a.halick{
	background:url('../images/halick_logo.png') no-repeat top left;
}

a.krom_schroder{
	background:url('../images/krom_schroder_logo.png') no-repeat top left;
}

a.uni{
	background:url('../images/unii.jpg') no-repeat center center;
}

a.ermaf{
	background:url('../images/ermaf.jpg') no-repeat center center;
}

a.docu{
	background:url('../images/docu_logo.png') no-repeat top left;
}


/*footer css*/

.footer{
	margin:0 0 30px;
}

.footer_left{
	float:left;
	width:45%;
	margin:0 0 0 4px;
	color:#cbcbcb;
	font-size:9pt;	
}

.v{
	float:right;
	width:50%;
	
}

.none{
	display:block;
	overflow:hidden;
	text-indent:-200px;
	float:right;
	width:10px;
	height:10px;
	float:right;
}

.v_link{
	display:block;
	background:url('../images/virtus_logo.png') no-repeat top left;
	overflow:hidden;
	text-indent:-200px;
	float:right;
	width:90px;
	height:15px;
	margin:0;
}

/*fiksna stranica*/

.main_cont_top{
	height:4px;
	width:638px;
	background:url('../images/main_content_top.png') no-repeat top left;
}

.main_cont_top.other {
	width:963px;
	background:url('../images/main_content_top2.png') no-repeat top left;
}

.main_cont_mid {
	background: url("../images/main_content_mid.png") repeat-y scroll left top transparent;
	padding: 19px 28px;
	width: 584px;
}

.main_cont_mid.other {
	width:912px;
	background: url("../images/main_content_mid2.png") repeat-y scroll left top transparent;
}

.main_cont_mid h1{
	font-size:14pt;
	margin:0 0 15px;
	color: #3997B6;
}

.main_cont_mid.other h1 {
	font-size:18pt;
}

.main_cont_mid h2{
	font-size:12pt;
	margin:0 0 10px;
	font-weight:bold;
}

.main_cont_mid.other h2 {
	font-size:14pt;
	margin:20px 0 10px 0;
}

.main_cont_mid p{
	margin:0 0 10px;
}

.main_cont_bot{
	height:4px;
	width:638px;
	background:url('../images/main_content_bot.png') no-repeat top left;
}

.main_cont_bot.other {
	width:9638px;
	margin:0 0 25px 0;
	background:url('../images/main_content_bot2.png') no-repeat top left;
}

.left_box {
	width:600px;
	float:left;
	padding:0 20px 0 0;
	border-right:1px solid #E2E2E2;
}

.rajt_box {
	float:right;
	width:271px;
}

p.btm {
	border:1px solid #eee;
	background-color:#f5f5f5;
	padding:10px;
	margin:10px 0 0;
	float:left;
}

hr {
	background-color:#E4E4E4;
    border: 0 none;
    clear: both;
    color: #E4E4E4;
    height: 1px;
	margin:25px 0 15px 0;
	padding:0;
    width: 100%;
}

hr.second {
	background:none;
}


.liste {
	padding:10px 10px 5px 10px;
	border:1px solid #eee;
	background-color:#f5f5f5;
	text-align:justify;
}

.liste.with {
	background:none;
	padding:0;
	border:none;
}

.liste.kratak {
	float:left;
}

ul.liste li {
	background: url("../images/bullet.png") no-repeat 0 9px;
    padding: 0 0 0 15px;
	margin:0 0 5px;
	text-align:justify;
}

ul.liste.none2 li {
	background:none;
	padding:0;
}

.sm {
	padding:10px;
	margin:20px 0 20px;
	border:1px solid #eee;
	background-color:#f5f5f5;
}

.sm a {
	background: url("../images/bullet.png") no-repeat scroll 0 6px;
	padding:0 0 0 15px;
	margin:0 15px 0 0;
}

.str {
	font-size:11px;
}

.str img {
	float:left;
	margin:0 10px 0 0;
}

.str a {
	float:right;
	margin:11px 0 0 0;
	display:block;
}

.str.lil a {
	margin:2px 0 0;
}

.str span {
	float:right;
	margin:11px 10px 0 10px;
}

.pic {
	width:600px;
	margin:20px auto;
	text-align:center;
}

.pic.small, .pic.small2 {
	float:left;
	margin:0 20px 0 0;
}

.ex img {
	float:left;
	margin:0 20px 0 0;
}

.ex span {
	margin:12px 0 0;
	float:left;
}

.docs {
	width:405px;
	float:right;
	margin:20px 0 0;
	padding:0 0 0 55px;
	text-align:center;
}

.docs a {
	display:block;
	float:left;
	width:160px;
	text-align:center;
}

.pic.small img, .pic.small2 img {
	width:120px;
	float:left;
	margin:0 20px 0 0;
}

.pic.small.big img {
	width:150px;
}

.pic.small2 img {
	width:90px;
}

.pic.small.bigy {
	width:915px;
	margin:0;
}

.pic.small.bigy img {
	width:320px;
	float:left;
	margin:0 20px 0 0;
}

.pic.small .docs img {
	width:auto;
	margin:0;
	float:none;
}

.pic.small ul, .pic.small2 ul {
	float:left;
	width:438px;
	text-align:justify;
}

.pic.small.small ul {
	width:408px;
}

.pic.small.flip img, .pic.small2.flip img {
	float:right;
	margin:0 0 0 20px;
}

.pic.small.flip ul,.pic.small2.flip ul {
	float:left;
}

.pic.second {
	width:160px;
	float:left;
	margin:0 20px 0px 0;
}

.pic.second img {
	width:160px;
}

a.bck {
	background: url("../images/bullet.png") no-repeat 0 6px;
	padding:0 0 0 15px;
}

.txt {
	width:380px;
	float:left;
}

.txt a {
	display:block;
	text-align:center;
	float:left;
	margin:20px 20px 0 0;
}

.pic span {
	display:block;
	margin:10px 0 0;
	font-style:italic;
	font-size:11px;
}



.gallery {
	margin:30px 0 8px;
	width:600px;
}

.gallery.center {
	padding:0 0 0 20px;
	width:580px;
}

.gallery.big {
	width:915px;
}

.gallery .box, .box_main {
	width:100px;
	height:75px;
	padding:4px;
	border:1px solid #ccc;
	background:#fff;
	text-align:center;
	margin:0 12px 12px 0;
	float:left;
}

.gallery.center .box {
	width:120px;
	height:90px;
}

.gallery.big .box, .box_main {
	width:163px;
	height:122px;
}

.gallery .box .wrapper, .box_main .wrapper {
	width:100px;
	height:75px;
	vertical-align:middle;
	display:table-cell;;
}

.gallery.center .box .wrapper {
	width:120px;
	height:90px;
}

.gallery.big .box .wrapper, .box_main .wrapper {
	width:163px;
	height:122px;
}

.gallery .box img, .box_main img {
	max-height:75px;
	max-width:100px;
}

.gallery.center .box img {
	max-height:90px;
	max-width:120px;
}

.gallery.big .box img, .box_main img {
	max-height:122px;
	max-width:163px;
}

.gallery .box.last {
	margin:0;
}

.table_download{
	width:100%;
	margin:0 0 10px;
}

th{
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	padding:10px 5px;
	text-align:center;
	background-color:#f5f5f5;
	vertical-align:middle;
}

tr:hover{
	background-color:#f5f5f5;
}

td{
	border-bottom:1px solid #e2e2e2;
	border-top:1px solid #e2e2e2;
	text-align:center;
	padding:10px 5px;
	vertical-align:middle;
}

a.download:link,
a.download:visited{
	display:block;
	width:16px;
	height:20px;
	overflow:hidden;
	background:url('../images/preuzimanje.png') no-repeat top left;
	text-indent:-200px;
	margin:auto;
}

/*breadcrumbs*/

.breadcrumbs{
	border-bottom:1px solid #E2E2E2;
	padding:0 0 5px 0;
	margin:0 0 15px;
	font-size:8pt;
}

.breadcrumbs a:link,
.breadcrumbs a:visited{
	padding:0 15px 0 0;
	margin:0 10px 0 0;
	background:url('../images/bullet.png') no-repeat right center;
	
}

/*----*/

.unos{
	border-bottom:1px solid #f1f1f1;
	margin:0 0 20px;
	padding:0 0 20px;
}

.unos p{
	margin:0 0 15px; 
}

.unos h1{
	font-size:18pt;
	margin:0 0 5px;
}

h1 a:link,
h1 a:visited{
	color:#3997B6
}

h1 a:hover,
h1 a:active{
	color:#000000;
	text-decoration:none;
}

.full_width{
	margin:0 0 10px;
}


.full_width_top{
	height:4px;
	background:url('../images/full_width_top.png') no-repeat right center;
}

.full_width_mid{
	background:url('../images/full_width_mid.png') repeat-y right center;
	padding:20px 30px;
}

.full_width_bot{
	height:4px;
	background:url('../images/full_width_bot.png') no-repeat right center;
}

/*----*/

.pag_back {
    margin: 13px 0 10px;
    padding: 10px 0;
	font-size:8pt;
}
.pag_container {
    padding: 6px 0 0;
    text-align: center;
}

.pag_container li{
	display:inline;
}

.pag_container a:link,
.pag_container a:visited {
    background-color:#3997B6;
    color: #FFFFFF;
	font-weight:normal;
    padding: 4px 8px 4px;
	margin:0 3px;
}

.pag_container a:hover,
.pag_container a:active {
    background-color:#ffffff;
    color:#3997B6;
	text-decoration:none;
}

.pag_container a.pslc:link,
.pag_container a.pslc:visited{
	background-color:#ffffff;
    color:#3997B6;
    padding: 4px 8px 4px;
	margin:0 3px;
}

.ostalo h2{
	font-size: 15pt;
    font-weight: bold;
    margin: 0 0 10px;
}

a.opsirnije_3:link, 
a.opsirnije_3:visited {
	background: url("../images/arrow_2.gif") no-repeat scroll left center transparent;
	display: block;
	float:left;
	margin: 0px 0 0;
	padding: 2px 0 2px 16px;
}

.partner-banner {
	float:left;
	width:98%;
	line-height: 1.5;
	padding: 0 4px;
	background: url("../images/mini_box_mid.png") repeat-y scroll left top transparent;
	box-shadow: 2px -2px 2px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.banner {
	float:left;
	margin-top:5px;
	margin-bottom:12px;
}

.partner-banner img {
	float:left;
	width:90%;
	margin-left:15px;
	margin-top:5px;
}

.partner-banner .meta {
	height:auto;
	font-size:11px;
	background:#fff;
	margin-top:10px;
	padding:0px;
	width:100%;
	margin-left:2px;
	border-top:1px solid #ccc;
	text-align:center;
	line-height: 18px;
	padding-top:10px;
	padding-bottom:  10px;
	float: left;
	font-family: Arial;
}

.jezici li {
	float:left;
	margin-left:10px;
}

.jezici {
	float:right;
	margin-top:15px;
	margin-right:5px;
}

.jezici a {
	padding:5px;
	background:#ccc;
	float:left;
}

.jezici a.slc, .jezici a.slc:hover, .jezici a:hover  {
	background:#fff;
	text-decoration: none;
}