/***********************************************/
/* Lingo - prevajalska agencija                */
/* Code Voodoo							       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Trebuchet MS,Arial,sans-serif;
	color: #525252;
	font-size: 14pt;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
	border-bottom: #ffd506 3px solid
}

img{
	border:none;
}

/* border-bottom barve:   m:#034c94; z:#97c805; r:#ffd506    */
  
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Trebuchet MS,Arial,sans-serif;
 font-size: 100%;
 color: #525252;
 font-weight: normal;
 display:inline;
 
}

h2{
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 10px 0 10px 0;
}

h3{
 font-size: 100%;
 color: #006699;
 display: inline;
}

h4{
 font-size: 100%;
 color: #ffffff;
}

h5{
 font-size: 100%;
 color: #006699;
 display: inline;
 font-weight: bold;
}

h6{
 font-family: Trebuchet MS,Arial,sans-serif;
 font-size: 100%;
 color: #525252;
 font-weight: bold;
 display: inline;
 text-decoration:underline;
}

ul{
 list-style-type: circle;
 color: #006699;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ul.sm li {
	margin: 0 0 0 10px;
}


ol.paragraph li {
  margin: 1em 0;
}

label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	margin: 1px 0 0 0;
	padding: 20px 0px;
	width: 100%;
}

#box{
	position: relative;
	margin: 10px auto;
	width: 1000px;
	font-size:100%;
	background-color: #ffffff;
}

#navBar{
	float: right;
	width: 280px;
	margin: 0 0 0 0;
	padding: 8px 40px 0 0;
	background-color: #ffffff;
}

#content{
  	float: left;
	width: 570px;
	margin: 0;
	padding: 0 0 0 60px;
	font-size: 87%;
	background-color:#FFFFFF;
	border-right: 1px solid; margin: 5px;
}

#vsebina{
  	float: left;
	width: 570px;
	margin: 0;
	padding: 3px 0 0 60px;
	font-size: 80%;
	background-color:#FFFFFF;
	border-right: 1px solid; margin: 5px;
}



/***********************************************/
/* logo		                                   */
/***********************************************/
	
#logo{
	margin: -210px auto 0px auto;
	width: 880px;
	height: 90px;
	z-index:3;
}

#logo a{
	border: none; 
}

#logo a:hover{
	border: none;
}

/***********************************************/
/* Info Box	                                   */
/***********************************************/
	
#info_box {
	float: left;
	width: 480px;
	height: 99px;
	margin: -10px 0 0 0;
	padding: 20px 1em 2em 1em;
	z-index: 100;
	font-family: Trebuchet MS,Arial,sans-serif;
	color: #525252;
	font-size: 11pt;
	font-weight: normal;
	text-align:justify;
	background-color: #FFFF99;
	background-repeat: no-repeat;
	left: 0px;
	top: 205px;
   }

/***********************************************/
/* Icons Menu                                  */
/***********************************************/

#icons {
	float: left; 
	width: 520px;
	height: 64px;  
	background: transparent url(../icons/ikonska-vrstica.jpg) no-repeat; 
	overflow: hidden; 
	margin: 2em auto;
}

#icons ul {
	margin: 0; 
	padding: 0;
}

#icons li {
	list-style-type: none; 
	width: 64px; 
	height: 64px; 
	display: inline;
}

#icons a {
	display: block; 
	float: left; 
	width: 64px; 
	height: 0; 
	overflow: hidden; 
	color: #000; 
	text-decoration: none; 
	padding-top: 100px; 
	background: transparent url(../icons/ikonska-vrstica-noise.jpg) no-repeat 500px 500px;
}

* html #icons a {
	height: 100px; 
	he\ight: 0;
}

#icons a#item1:hover {background-position: 0 0; z-index:50;}
#icons a#item2:hover {background-position: -64px 0; z-index:50;}
#icons a#item3:hover {background-position: -128px 0; z-index:50;}
#icons a#item4:hover {background-position: -192px 0; z-index:50;}
#icons a#item5:hover {background-position: -256px 0; z-index:50;}
#icons a#item6:hover {background-position: -320px 0; z-index:50;}
#icons a#item7:hover {background-position: -384px 0; z-index:50;}
#icons a#item8:hover {background-position: -448px 0; z-index:50;}

/***********************************************/
/* Icons Pop-up                                */
/***********************************************/

div#icons a span {display: none;}

div#icons a#item1:hover span {display: block;
   position: absolute; float: right; width: 465px; height: 55px;
   margin: -16px 0 0 0; padding: 20px 2em 5em 1em; z-index: 100;
   font-family: Trebuchet MS,Arial,sans-serif;color: #ffffff;font-size: 11pt; font-weight: normal; text-align:justify;
   background-color: #8cbddd;
   }
   
div#icons a#item2:hover span {display: block;
   position: absolute; float: right; width: 465px; height: 55px;
   margin: -16px 0 0 -64px; padding: 20px 2em 5em 1em; z-index: 100;
   font-family: Trebuchet MS,Arial,sans-serif;color: #ffffff;font-size: 11pt; font-weight: normal; text-align:justify;
   background-color: #5387c0;
   }
   
div#icons a#item3:hover span {display: block;
   position: absolute; float: right; width: 465px; height: 55px;
   margin: -16px 0 0 -128px; padding: 20px 2em 5em 1em; z-index: 100;
   font-family: Trebuchet MS,Arial,sans-serif;color: #ffffff;font-size: 11pt; font-weight: normal; text-align:justify;
   background-color: #9fc554;
   }
   
div#icons a#item4:hover span {display: block;
   position: absolute; float: right; width: 465px; height: 55px;
   margin: -16px 0 0 -192px; padding: 20px 2em 5em 1em; z-index: 100;
   font-family: Trebuchet MS,Arial,sans-serif;color: #ffffff;font-size: 11pt; font-weight: normal; text-align:justify;
   background-color: #febb48;
   }
   
div#icons a#item5:hover span {display: block;
   position: absolute; float: right; width: 465px; height: 55px;
   margin: -16px 0 0 -256px; padding: 20px 2em 5em 1em; z-index: 100;
   font-family: Trebuchet MS,Arial,sans-serif;color: #ffffff;font-size: 11pt; font-weight: normal; text-align:justify;
   background-color: #3ab251;
   }
   
div#icons a#item6:hover span {display: block;
   position: absolute; float: right; width: 465px; height: 55px;
   margin: -16px 0 0 -320px; padding: 20px 2em 5em 1em; z-index: 100;
   font-family: Trebuchet MS,Arial,sans-serif;color: #ffffff;font-size: 11pt; font-weight: normal; text-align:justify;
   background-color: #c63b35;
   }
   
div#icons a#item7:hover span {display: block;
   position: absolute; float: right; width: 465px; height: 55px;
   margin: -16px 0 0 -384px; padding: 20px 2em 5em 1em; z-index: 100;
   font-family: Trebuchet MS,Arial,sans-serif;color: #ffffff;font-size: 11pt; font-weight: normal; text-align:justify;
   background-color: #fedd5c;
   }
   
div#icons a#item8:hover span {display: block;
   position: absolute; float: right; width: 465px; height: 55px;
   margin: -16px 0 0 -448px; padding: 20px 2em 5em 1em; z-index: 100;
   font-family: Trebuchet MS,Arial,sans-serif;color: #ffffff;font-size: 11pt; font-weight: normal; text-align:justify;
   background-color: #8fc6da;
   }

  
/***********************************************/
/*Naslov		                               */
/***********************************************/

#naslovna_vrstica{
	margin: 0 auto;
	width: 960px;
	}

#naslov{
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #006699;
	font-weight:bold;
	font-size: 80%;
	margin: -10px auto 0 auto;
	height: 190px;
	padding: 0px 0px 15px 310px;
	visibility: inherit;
	z-index:1;
}

#naslov p{
	position: relative;
	padding: 0px 0px 15px 500px;
	z-index:2;
}



/************* #glavni_meni styles **************/

#glavni_meni{
	position: relative;
	margin: 50px auto 10px auto;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 94%;
	width: 100%;
	height:20px;
	background-color: #bce9fc;
	white-space: nowrap;
}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#glavni_meni img{
 	display: block;
}

#glavni_meni a{
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}

#glavni_meni a:hover{
	text-decoration:none;
	border-bottom: #ffd506 3px solid
}

/************* #glavni_meni za storitve **************/

#glavni_meni_sodni{
	position: relative;
	margin: 50px auto 10px auto;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 94%;
	width: 100%;
	height:20px;
	background-color: #ade5f6;
	white-space: nowrap;
}

#glavni_meni_sodni img{
 	display: block;
}

#glavni_meni_sodni a{
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}

#glavni_meni_sodni a:hover{
	text-decoration:none;
	border-bottom: #ffd506 3px solid
}

#glavni_meni_poslovni{
	position: relative;
	margin: 50px auto 10px auto;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 94%;
	width: 100%;
	height:20px;
	background-color: #6eaff3;
	white-space: nowrap;
}

#glavni_meni_poslovni img{
 	display: block;
}

#glavni_meni_poslovni a{
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}

#glavni_meni_poslovni a:hover{
	text-decoration:none;
	border-bottom: #ffd506 3px solid
}

#glavni_meni_marketing{
	position: relative;
	margin: 50px auto 10px auto;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 94%;
	width: 100%;
	height:20px;
	background-color: #aef149;
	white-space: nowrap;
}

#glavni_meni_marketing img{
 	display: block;
}

#glavni_meni_marketing a{
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}

#glavni_meni_marketing a:hover{
	text-decoration:none;
	border-bottom: #00cdea 3px solid
}

#glavni_meni_turizem{
	position: relative;
	margin: 50px auto 10px auto;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 94%;
	width: 100%;
	height:20px;
	background-color: #f4c64e;
	white-space: nowrap;
}

#glavni_meni_turizem img{
 	display: block;
}

#glavni_meni_turizem a{
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}

#glavni_meni_turizem a:hover{
	text-decoration:none;
	border-bottom: #00cdea 3px solid
}

#glavni_meni_gostinstvo{
	position: relative;
	margin: 50px auto 10px auto;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 94%;
	width: 100%;
	height:20px;
	background-color: #59ee3c;
	white-space: nowrap;
}

#glavni_meni_gostinstvo img{
 	display: block;
}

#glavni_meni_gostinstvo a{
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}

#glavni_meni_gostinstvo a:hover{
	text-decoration:none;
	border-bottom: #ffd506 3px solid
}

#glavni_meni_tehnika{
	position: relative;
	margin: 50px auto 10px auto;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 94%;
	width: 100%;
	height:20px;
	background-color: #f0e0e1;
	white-space: nowrap;
}

#glavni_meni_tehnika img{
 	display: block;
}

#glavni_meni_tehnika a{
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}

#glavni_meni_tehnika a:hover{
	text-decoration:none;
	border-bottom: #ffd506 3px solid
}

#glavni_meni_lokalizacija{
	position: relative;
	margin: 50px auto 10px auto;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 94%;
	width: 100%;
	height:20px;
	background-color: #f9ed5d;
	white-space: nowrap;
}

#glavni_meni_lokalizacija img{
 	display: block;
}

#glavni_meni_lokalizacija a{
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}

#glavni_meni_lokalizacija a:hover{
	text-decoration:none;
	border-bottom: #00cdea 3px solid
}

#glavni_meni_lektura{
	position: relative;
	margin: 50px auto 10px auto;
	padding: 5px 0 5px 0;
	text-align: center;
	font-size: 94%;
	width: 100%;
	height:20px;
	background-color: #b3efef;
	white-space: nowrap;
}

#glavni_meni_lektura img{
 	display: block;
}

#glavni_meni_lektura a{
	font-size: 100%;
	padding: 0px 4px 0px 0px; 
}

#glavni_meni_lektura a:hover{
	text-decoration:none;
	border-bottom: #ffd506 3px solid
}
/************** .feature styles ***************/

.feature{
	float: left;
	width: 540px;
	text-align:justify;
	margin: 5px 0 0 0;
}

.feature p{
  padding: 0px 0px 10px 0px;
}


/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	padding: 30px 0 0 0;
	float: left;
	width: 515px;
	font-size: 100%;
	text-align:justify;
}

.story p{
  padding: 0px 0px 10px 0px;
}

a:hover {
	text-decoration:none;
	border-bottom: none;
	color: #525252;
}

/************* #footer styles ***************/

#footer{
	clear: both;
	border-top: 1px solid #cccccc;
	background-color:#FFFFFF;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls footer up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer_meni{
	clear: both;
	border-top: 1px solid #cccccc;
	background-color:#FFFFFF;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls footer up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#footer_meni img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block; height: 20px}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: none;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #vizitka styles ***********/

#vizitka{
	position: relative;
	width: 256px;
	height: 220px;
	margin: 0px 0px 0px 0px;
	font-size: 80%;
}

#vizitka h3{
	padding: 10px 0px 2px 0px;
}

#vizitka a:link{
	padding: 2px 0px 2px 0px;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#vizitka a:visited{
	padding: 2px 0px 2px 0px;
}

#vizitka a:hover{
	font-weight: bold;
	color: #006699;
	border-bottom: none;
	padding: 2px 0px 2px 0px;
}

/*********** #jeziki styles ***********/

#jezik{
	position: relative;
	width: 256px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	font-size: 80%;
}

#jezik h3{
	padding: 10px 0px 2px 0px;
}

#jezik a:link{
	padding: 2px 0px 2px 0px;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#jezik a:visited{
	padding: 2px 0px 2px 0px;
}

#jezik a:hover{
	font-weight: bold;
	color: #006699;
	border-bottom: none;
	padding: 2px 0px 2px 0px;
}


/*********** .narocilo form ***********/

.narocilo{
	margin: 120px 0 0 0;
	padding: 15px 10px 100px 0px;
	width: 256px; 
	font-size: 100%;
	color: #FFFFFF;
	background-image: url(../images/gumb-2.jpg);
	background-repeat: no-repeat;
	border-bottom: none;
	text-align: center;

}

.narocilo h3{
	padding: 10px 0px 2px 0px;
}

.narocilo a:hover{
	border-bottom: none;
	font-weight: bold;
}

/************** #stranski_meni styles **************/

#stranski_meni{
	margin: 2em 0 2em 0;
	padding: 60px 0px 10px 0px;
	font-size: 80%;
	width: 256px;
	height: 40px;
	font-family: Trebuchet MS,Arial,sans-serif;
}

#stranski_meni p{
	padding: 3px 0px 0px 0px;
	font-weight: bold; 
}



/***********************************************/
/* Prevajanje                                  */
/***********************************************/

#prevajanje_uvod {
	float: left; 
	width: 515px;
	height: 200px;  
	padding: 0px 0px 0px 0px;
	margin: 18px auto;
	text-align:justify;
}

#prevajanje_sodni {
	float: left;
	width: 415px;
	height: 180px;
	background: url(../images/Ikone/sodni.jpg) no-repeat;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px 0px 0px 100px;
}

#prevajanje_poslovni {
	float: left;
	width: 415px;
	height: 230px;
	background: url(../images/Ikone/poslovni.jpg) no-repeat;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 100px;
}

#prevajanje_promo {
	float: left;
	width: 415px;
	height: 200px;
	background: url(../images/Ikone/promo.jpg) no-repeat;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 100px;
}

#prevajanje_turizem {
	float: left;
	width: 415px;
	height: 250px;
	background: url(../images/Ikone/turizem.jpg) no-repeat;
	padding: 0px 0px 0px 100px;
}

#prevajanje_gostinski {
	float: left; 
	width: 415px;
	height: 210px;  
	background: url(../images/Ikone/gostinski.jpg) no-repeat; 
	padding: 0px 0px 0px 100px;
	margin: 0px auto;
}

#prevajanje_znanstveni {
	float: left; 
	width: 415px;
	height: 170px;  
	background: url(../images/Ikone/znanstveni.jpg) no-repeat; 
	padding: 0px 0px 0px 100px;
	margin: 20px auto;
}

#lokalizacija-1 {
	float: left; 
	width: 415px;
	height: 190px;  
	background: url(../images/Ikone/lokalizacija.jpg) no-repeat; 
	padding: 0px 0px 0px 100px;
	margin: 0px auto;
	text-align:justify;
}

#lektoriranje-1 {
	float: left; 
	width: 415px;
	height: 200px;  
	background: url(../images/Ikone/lektoriranje.jpg) no-repeat; 
	padding: 0px 0px 0px 100px;
	margin: 0px auto;
	text-align:justify;
}

/***********************************************/
/* Lokalizacija                                */
/***********************************************/

#lokalizacija {
	float: left; 
	width: 415px;
	height: 200px;  
	background: url(../images/Ikone/lokalizacija.jpg) no-repeat; 
	padding: 0px 0px 0px 100px;
	margin: 0px auto;
	text-align:justify;
}

/************** .lokalizacija-story styles *****************/

.lokalizacija-story{
	margin: 1em 0 0 0;
	float: left;
	width: 515px;
	text-align:justify;
}



/************** #lokalizacija_stranski_meni styles **************/

#lokalizacija_stranski_meni{
	margin: -20px 0 0 0;
	padding: 30px 0px 10px 25px;
	font-size: 80%;
	width: 256px;
	height: 350px;
	font-family: Trebuchet MS,Arial,sans-serif;
	background-image: url(../images/storitve_meni-2.png);
	background-repeat: no-repeat; 
}

#lokalizacija_stranski_meni p{
	padding: 3px 0px 0px 0px;
	font-weight: bold; 
}

#headlines a:hover {
	border-bottom: #97c805 3px solid
}


/***********************************************/
/* Lektoriranje                                */
/***********************************************/

#lektoriranje {
	float: left; 
	width: 415px;
	height: 140px;  
	background: url(../images/Ikone/lektoriranje.jpg) no-repeat; 
	padding: 0px 0px 0px 100px;
	margin: 18px auto;
	text-align:justify;
}

/************** .lektoriranje-story styles *****************/

.lektoriranje-story{
	margin: 0 0 0 0;
	float: left;
	width: 515px;
	font-size: 100%;
	text-align:justify;
}

.lektoriranje-story p{
  padding: 0px 0px 10px 0px;
}

/************** #lektoriranje_stranski_meni styles **************/

#lektoriranje_stranski_meni{
	margin: -20px 0 0 0;
	padding: 30px 0px 10px 25px;
	font-size: 80%;
	width: 256px;
	height: 350px;
	font-family: Trebuchet MS,Arial,sans-serif;
	background-image: url(../images/storitve_meni-2.png);
	background-repeat: no-repeat; 
}

#lektoriranje_stranski_meni p{
	padding: 3px 0px 0px 0px;
	font-weight: bold; 
}

#headlines a:hover {
	border-bottom: #97c805 3px solid
}

/***********************************************/
/* Icons_storitve Menu                         */
/***********************************************/

#icons_storitve {
position: relative;
	float: left; 
	width: 256px;
	height: 128px;  
	background: transparent url(../icons/ikonska-vrstica-storitve.jpg) no-repeat; 
	overflow: hidden; 
	margin: 10px 0 0 0px;
}

#icons_storitve ul {
	margin: 0; 
	padding: 0;
}

#icons_storitve li {
	list-style-type: none; 
	width: 64px; 
	height: 64px; 
	display: inline;
}

#icons_storitve a {
	display: block; 
	float: left; 
	width: 64px; 
	height: 64px; 
	overflow: hidden; 
	color: #000; 
	text-decoration: none; 
	border-bottom: none;
	padding-top: 44px; 
	background: transparent url(../icons/ikonska-vrstica-storitve-noise.jpg) no-repeat 256px 128px;
}

* html #icons_storitve a {
	height: 64px; 
	height: 0;
}

#icons_storitve a#item1:hover {background-position: 0 0; z-index:50;}
#icons_storitve a#item2:hover {background-position: -64px 0; z-index:50;}
#icons_storitve a#item3:hover {background-position: -128px 0; z-index:50;}
#icons_storitve a#item4:hover {background-position: -192px 0; z-index:50;}
#icons_storitve a#item5:hover {background-position: -0 -64px; z-index:50;}
#icons_storitve a#item6:hover {background-position: -64px -64px; z-index:50;}
#icons_storitve a#item7:hover {background-position: -128px -64px; z-index:50;}
#icons_storitve a#item8:hover {background-position: -192px -64px; z-index:50;}


/************** #stranski_meni styles **************/

#stranski_meni_storitve{
	margin: 40px 0 2em 0;
	padding: 0px 0px 10px 25px;
	font-size: 80%;
	width: 256px;
	height: 50px;
	font-family: Trebuchet MS,Arial,sans-serif;
}

#stranski_meni_storitve p{
	padding: 3px 0px 0px 0px;
	font-weight: bold; 
}

#stranski_meni_storitve a:hover {
	border-bottom: #034c94 3px solid
}

	
/***********************************************/
/* Cenik                   		               */
/***********************************************/


#cenik{
  	float: left;
	width: 550px;
	margin: 0;
	padding: 0 3% 0 0;
	font-size: 80%;
}

.cenik01{
	background-image: url(../images/cenik_skupina-4.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	font-size: 100%;
    display: inline;
    width: 220px;
	height: 235px;
    margin: 30px 0 0 0; 
	padding: 20px 15px 0 20px;
    margin-right: 20px;

}

.cenik01 h3{
	padding: 20px 0px 0px 0px;
	text-align: left;
}

.cenik02{
	background-image: url(../images/cenik_skupina-4.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: right;
	font-size: 100%;
    display: inline;
    width: 220px;
	height: 235px;
    margin: 30px 0 0 0; 
	padding: 20px 15px 0 20px;
    margin-right: 0px;
}

.cenik02 h3{
	padding: 20px 0px 0px 0px;
	text-align: left;
}

.cenik03{
	background-image: url(../images/cenik_skupina-4.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	font-size: 100%;
    display: inline;
    width: 220px;
	height: 360px;
    margin: 20px 0 0 0; 
	padding: 20px 15px 0 15px;
    margin-right: 20px;
}

.cenik03 h3{
	padding: 20px 0px 0px 0px;
	text-align: left;
}

.cenik04{
	background-image: url(../images/cenik_skupina-4.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: right;
	font-size: 100%; 
    display: inline;
    width: 220px;
	height: 360px;
    margin: 20px 0 0 0; 
	padding: 20px 15px 0 15px;
    margin-right: 0px;
}

.cenik04 h3{
	padding: 20px 0px 0px 0px;
	text-align: left;
}

.cenik045{
	position: relative;
	float: left;
	font-size: 120%;
	display: inline;
	width: 500px;
	height: 30px;
	margin-right: 15px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

.cenik05{
	position: relative;
	float: left;
	font-size: 100%;
	display: inline;
	width: 500px;
	height: 30px;
	margin-right: 15px;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

.cenik05 h4{
	padding: 20px 0px 0px 0px;
	text-align: left;
}

.cenik06{
	position: relative;
	float: left;
	font-size: 100%;
	display: inline;
	width: 500px;
	height: 50px;
	margin-right: 15px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

.cenik06 h3{
	padding: 20px 0px 0px 0px;
	text-align: left;
}


.cenik07{
	background-image: url(../dizajn07/content-box-07.png);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	font-size: 80%;
	display: inline;
	width: 500px;
	height: 200px;
	margin: 10px 0 0 0;
	padding: 0 15px 0 0;
	margin-right: 15px;
	margin-bottom: 40px;
}

.cenik07 h3{
	padding: 20px 0px 0px 0px;
	text-align: left;
}

/***********************************************/
/* O Lingu                		               */
/***********************************************/

#o_lingu {
	float: left; 
	width: 335px;
	height: 80px;  
	background: url(../images/Ikone/lingo_ikona.jpg) no-repeat; 
	padding: 0px 0px 0px 180px;
	margin: 18px auto;
	text-align:justify;
}

.o_lingu_story{
	margin: -10px 0 0 0;
	float: left;
	width: 515px;
	font-size: 100%;
	text-align:justify;
}

.o_lingu_story p{
  padding: 0px 0px 10px 0px;
}

/***********************************************/
/* Pogosta vprašanja             		       */
/***********************************************/


#pogosta_vprasanja {
	float: left; 
	width: 520px;
	height: 540px;  
	padding: 0px 0px 0px 0px;
	margin: 15px auto;
	text-align:justify;
}

.pogosta_vprasanja_story{
	margin: 25px 0 0 0;
	float: left;
	width: 515px;
	font-size: 100%;
	text-align:justify;
}

.pogosta_vprasanja_story p{
  padding: 20px 0px 10px 0px;
}


/***********************************************/
/* Storitve                                    */
/***********************************************/

#sodni {
	float: left; 
	width: 415px;
	height: 100px;  
	background: url(../images/Ikone/sodni-1.jpg) no-repeat; 
	padding: 0px 0px 0px 100px;
	margin: 15px auto;
	text-align:justify;
}

.sodni-story{
	margin: 10px 0 20px 0;
	float: left;
	width: 515px;
	font-size: 100%;
	text-align:justify;
}

.sodni-story p{
  padding: 0px 0px 10px 0px;
}


#poslovni {
	float: left; 
	width: 415px;
	height: 130px;  
	background: url(../images/Ikone/poslovni-1.jpg) no-repeat; 
	padding: 0px 0px 0px 100px;
	margin: 17px auto;
	text-align:justify;
}

.poslovni-story{
	margin: 0px 0 20px 0;
	float: left;
	width: 515px;
	font-size: 100%;
	text-align:justify;
}

.poslovni-story p{
  padding: 0px 0px 10px 0px;
}


#gostinski {
	float: left; 
	width: 415px;
	height: 120px;  
	background: url(../images/Ikone/gostinski-1.jpg) no-repeat; 
	padding: 0px 0px 0px 100px;
	margin: 15px auto;
	text-align:justify;
}

.gostinski-story{
	margin: -2px 0 20px 0;
	float: left;
	width: 515px;
	height: 350px;
	font-size: 100%;
	text-align:justify;
}

.gostinski-story p{
  padding: 0px 0px 10px 0px;
}


#tehnicni {
	float: left; 
	width: 415px;
	height: 95px;  
	background: url(../images/Ikone/znanstveni-1.jpg) no-repeat; 
	padding: 0px 0px 0px 100px;
	margin: 15px auto;
	text-align:justify;
}

.tehnicni-story{
	margin: -2px 0 20px 0;
	float: left;
	width: 515px;
	height: 370px;
	font-size: 100%;
	text-align:justify;
}

.tehnicni-story p{
  padding: 0px 0px 10px 0px;
}


#turizem {
	float: left; 
	width: 415px;
	height: 150px;  
	background: url(../images/Ikone/turizem-1.jpg) no-repeat; 
	padding: 15px 0px 0px 100px;
	margin: 0px auto;
	text-align:justify;
}

.turizem-story{
	margin: -2px 0 20px 0;
	float: left;
	width: 515px;
	height: 350px;
	font-size: 100%;
	text-align:justify;
}

.turizem-story p{
  padding: 0px 0px 10px 0px;
}


#promo {
	float: left; 
	width: 415px;
	height: 110px;  
	background: url(../images/Ikone/promo-1.jpg) no-repeat; 
	padding: 15px 0px 0px 100px;
	margin: 0px auto;
	text-align:justify;
}

.promo-story{
	margin: -2px 0 20px 0;
	float: left;
	width: 515px;
	font-size: 100%;
	text-align:justify;
}

.promo-story p{
  padding: 0px 0px 10px 0px;
}

/***********************************************/
/* Kontakt                                     */
/***********************************************/

#kontakt_vsebina {
	float: left; 
	width: 375px;
	height: 223px;  
	background: url(../images/Ikone/kontakt.jpg) no-repeat; 
	padding: 0px 0px 0px 160px;
	margin: 18px auto 20px auto;
}

#kontakt_vsebina p {
float:left;
font-size: 100%;
text-align:left;
}

/***********************************************/
/* Obrazci                                     */
/***********************************************/

.ponudba{
	margin: -20px 0 0 0;
	padding: 130px 20px 30px 10px;
	width: 240px; 
	font-size: 100%;
	background-image: url(../images/ponudba.png);
	background-repeat: no-repeat;
	border-bottom: none;
	text-align: center;
}

.ponudba h3{
	padding: 10px 0px 2px 0px;
}

.ponudba a:hover{
	border-bottom: none;
	font-weight: bold;
}


#Spletna_narocilnica{
	width: 520px;
	padding: 10px 10px 10px 10px;
	}

#Prevajalci{
	width: 520px;
	padding: 10px 10px 10px 10px;
	}
	
#kontakt{
	width: 520px;
	}
	
/***********************************************/
/* Splošni pogoji                              */
/***********************************************/

.splosne_dolocbe{
	margin: 15px 0 0 0;
	float: left;
	width: 515px;
	font-size: 100%;
	text-align:justify;
}

.splosne_dolocbe p{
  padding: 0px 0px 10px 0px;
}

/***********************************************/
/* SEO Linki                           */
/***********************************************/

.linki{
	margin: 30px 0 20px 0;
	float: left;
	width: 515px;
	font-size: 100%;
	text-align:justify;
}

.linki p{
  padding: 0px 0px 10px 0px;
}

