/* Sepia CSS */

body {
	font-family: "Courier New", Courier, monospace;
	background: url(/img/header.jpg) top repeat-x;
	color: #000;
	font-size: 12px;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
}

a img {
	border: none;
}

@font-face {
    font-family: 'Helv';
    src: url('/inc/fonts/helveticanltpro.eot');
    src: url('/inc/fonts/helveticanltpro.eot?#iefix') format('embedded-opentype'),
         url('/inc/fonts/helveticanltpro.woff') format('woff'),
         url('/inc/fonts/helveticanltpro.ttf') format('truetype'),
         url('/inc/fonts/helveticanltpro.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
.EmbededFont {
	font-family: Helv;
	font-size: 45px;
	color: #ccff33;
	line-height: 45px;
}
#container {
	width: 100%;
	text-align: left;
  	margin-left: auto;
 	margin-right: auto;
	}

/* Header styling */

#header {
	border: 1px solid #FFFFFF;
	border-right:none;

}

#header2 {
	width: 100%;
	border-right: none !important;
	border: none !important;

}

a {
	color: #698886;
	text-decoration: none;
	font-weight: bold;
}



a:hover {
	color: #698886
	background: #e6e6df;
	text-decoration: none;
	font-weight: bold;
}
a img {	border-bottom: none;
	background: none;
}
.top-nav {	top: 85px;
	left: 306px;
	font-size: 12px;
	color: #cccccc;
	border: none;
	position:absolute;
	padding:0;
}

.top-nav a{
	color: #698886;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	font-size:12px;
	font-weight:normal;
	padding-right:16px;
}

.top-nav a:hover{
	color: #698886;
	background-color: #e6e6df;
	border: none;
	padding-right: 16px;
}

.logo {
	position: absolute;
	top: 58px;
	left: 38px;
	width: 99px;
	height: 75px;
}

.first-nav {
	margin-top: 83px;
	margin-left: 503px;
	color: #698886;
	font-size: 14px;
	font-weight: normal;
}

.first-nav a{
	color: #698886;
	padding-right: 13px;
	padding-left: 5px;
	padding-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
}

.first-nav a:hover{
	color: #698886;
	background-color: #e6e6df;
	border:none;
	padding-right: 13px;
	padding-left: 5px;
	padding-bottom: 2px;
	text-decoration: none;
	font-weight: bold;

}

.line {
	height: 16px;
	background: #000000;
	margin-top: 2px;
	margin-left: 503px;
}

.second-nav {
	padding-top: 4px;
	padding-left: 187px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}

.second-nav a{
	color: #333333;
	background-color: #ccff33;
	padding-right: 30px;
	padding-bottom: 1px;
	padding-top: 3px;
	margin-right: 2px;
	margin-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
}

.second-nav a:hover{
	color: #698886;
	background-color: #eaff00;
	padding-right: 30px;
	padding-bottom: 1px;
	padding-top: 3px;
	margin-right: 2px;
	margin-bottom: 2px;
	text-decoration: none;
	font-weight: bold;
}

/* End of Header */

/* Content styling */

#wrapper {
	clear: both;
	width: 855px;
}

#content {
	width: 855px;
	float: left;
}

.first {
	float: left;
	width: 855px;
	border-top: 1px dashed #cccccc;
	margin-top: 10px;
	margin-left: 15px;
	padding-top: 5px;
}

.f-left {
	float: left;
	width: 520px;
	padding-right: 95px;
	font-size: 18px;
	text-align: left;
}

.f-left a {
	color: #698886;
	text-decoration: none;
	font-weight: bold;
}

.f-left a:hover {
	color: #698886;
	background: #e6e6df;
	text-decoration: none;
	font-weight: bold;
}

.f-right {
	float: left;
	width: 235px;
	padding-left: 5px;
}

.f-right img {
	float: right;
}

.second {
	float: left;
	width: 855px;
	margin-top: 10px;
	margin-left: 15px;
	padding-top: 5px;
}

.s-left {
	float: left;
	background: url(/img/content_box.jpg) top left no-repeat;
	width: 425px;
	height: 101px;
	padding-right: 5px;
}

.s-left-title {
	font-size: 13px;
	font-weight: bold;
	width:90px;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
}

.s-left-content {
	font-size: 12px;
	width: 300px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: left;
}

.s-left-more {
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	font-size: 13px;
}

.s-left-more a {
	color: #698886;
	background: url(/img/more.gif) top left no-repeat;
	background-position: 0px 7px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 19px;
}

.s-left-more a:hover {
	color: #698886;
	background: url(/img/more_over.gif) top left no-repeat;
	background-position: 0px 7px;
	text-decoration: none;
	font-weight: bold;
	border: none;
	padding-top: 5px;
	padding-left: 19px;
}

.s-right {
	float: left;
	background: url(/img/content_box.jpg) top left no-repeat;
	width: 425px;
	height: 101px;
	padding-right: 0px;
}

.s-right-title {
	font-size: 13px;
	font-weight: bold;
	width:60px;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 5px;
}

.s-right-content {
	font-size: 12px;
	width: 300px;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 5px;
}

.s-right-more {
	float: right;
	margin-right: 15px;
	margin-top: 1px;
	font-size: 13px;
}

.s-right-more a {
	color: #698886;
	background: url(/img/more.gif) top left no-repeat;
	background-position: 0px 7px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 19px;

}

.s-right-more a:hover {
	color: #698886;
	background: url(/img/more_over.gif) top left no-repeat;

	background-position: 0px 7px;
	text-decoration: none;
	font-weight: bold;
	border: none !important;
	padding-top: 5px;
	padding-left: 19px;
}

/* End of Content */

/* Start Ekipa */

#ekipa {
	width: 855px;
	float: left;
}

.ekipa-border {
	float: left;
	width: 855px;
	border-bottom: 1px dashed #cccccc;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 18px;
}

.ekipa-nav {
	float: left;
	width: 855px;
	margin-top: 10px;
	margin-left: 183px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 18px;
}

.ekipa-nav a {
	color: #698886;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-left: 2px;
	text-decoration: none;
}

.ekipa-nav a:hover {
	color: #698886;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-left: 2px;
	text-decoration: underline;
}

.ekipa-link1 a {
	color: #fff;
	background: #000;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-left: 2px;
	text-decoration: none;
	float: left;
}

.ekipa-link2 a {
	color: #698886;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-left: 2px;
	text-decoration: none;
	float: left;
}

.ekipa-link3 a {
	color: #698886;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-left: 2px;
	text-decoration: none;
	float: left;
}

.ekipa-first {
	width: 162px;
	padding-top: 25px;
	float: left;
}

.ekipa-second {
	width: 310px;
	float: left;
	padding-top: 15px;
	padding-left: 35px;
}

.ekipa-s-img {
	float: left;

}

.ekipa-s-name {
	float: left;
}

.ekipa-s-title {
	width: 310px;
	float: left;
	padding-bottom: 5px;
}

.ekipa-s-desc {
	width: 310px;
	float: left;
	padding-bottom: 5px;

	font-size: 15px;
	line-height: 13px;
}

.ekipa-s-desc img {
	margin-bottom: 5px;
}

.ekipa-s-desc a {
	color: #698886;
	font-weight: bold;
	text-decoration: none;
}

.ekipa-s-desc a:hover {
	color: #698886;
	font-weight: bold;
	text-decoration: underline;
}

.ekipa-third {
	width: 310px;
	float: right;
	padding-top: 15px;
	padding-left: 38px;
}

.ekipa-t-img {
	float: left;
	border-bottom: 1px dashed #cccccc;
}

.ekipa-t-name {
	float: left;
}

.ekipa-t-title {
	width: 310px;
	float: left;
	padding-bottom: 5px;
}

.ekipa-t-desc {
	width: 310px;
	float: left;
	padding-bottom: 5px;
	border-bottom: 1px dashed #cccccc;
	font-size: 15px;
	line-height: 13px;
}

.ekipa-t-desc img {
	margin-bottom: 5px;
}

.ekipa-t-desc a {
	color: #698886;
	font-weight: bold;
	text-decoration: none;
}

.ekipa-t-desc a:hover {
	color: #698886;
	font-weight: bold;
	text-decoration: underline;
}

.ekipa-ostali {
	width: 855px;
	float: left;
}

.ekipa-ostali-title {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 3px;
	font-size: 18px;
	font-weight: bold;
	width: 658px;
	margin-left: 197px;
}

.ekipa-ostali-blank {
	width: 162px;
	padding-top: 25px;
	float: left;
}

.ekipa-ostali-f-wrapper{
	width: 310px;
	float: left;
	padding-top: 0px;
	margin-left: 35px;
}

.ekipa-ostali-f {
	width: 310px;
	float: left;
	padding-top: 5px;
	margin-left: 0px;
}

.ekipa-ostali-f-img {
	float: left;
	border-bottom: 1px dashed #cccccc;
}

.ekipa-ostali-f {
	float: left;
}

.ekipa-ostali-f-title {
	width: 310px;
	float: left;
	padding-bottom: 5px;
}

.ekipa-ostali-f-desc {
	width: 310px;
	float: left;
	padding-bottom: 5px;
	border-bottom: 1px dashed #cccccc;
	font-size: 15px;
	line-height: 13px;
}

.ekipa-ostali-f-desc img {
	margin-bottom: 5px;
}

.ekipa-ostali-f-desc a {
	color: #698886;
	font-weight: bold;
	text-decoration: none;
}

.ekipa-ostali-f-desc a:hover {
	color: #698886;
	font-weight: bold;
	text-decoration: underline;
}

.ekipa-ostali-s {
	width: 310px;
	float: right;
	padding-top: 5px;
	margin-left: 3px;
}

.ekipa-ostali-s-wrapper{
	width: 310px;
	float: left;
	padding-top: 0px;
	margin-left: 35px;
}

.ekipa-ostali-s-img {
	float: left;
	width: 310px;
}

.ekipa-ostali-s {
	float: left;
}

.ekipa-ostali-s-title {
	width: 310px;
	float: left;
	padding-bottom: 5px;
}

.ekipa-ostali-s-desc {
	width: 310px;
	float: left;
	padding-bottom: 5px;
	border-bottom: 1px dashed #cccccc;
	font-size: 15px;
	line-height: 13px;
}

.ekipa-ostali-s-desc img {
	margin-bottom: 5px;
}

.ekipa-ostali-s-desc a {
	color: #698886;
	font-weight: bold;
	text-decoration: none;
}

.ekipa-ostali-s-desc a:hover {
	color: #698886;
	font-weight: bold;
	text-decoration: underline;
}

.ekipa-ime{
	float: left;
	width: 300px;
}

.ekipa-ime a {
	color: #698886;
	font-weight: bold;
	text-decoration: none;
}

.ekipa-ime a:hover {
	color: #698886;
	font-weight: bold;
	text-decoration: underline;
}

.plus {
	float: left;
	width: 10px;
}

.minus {
	float: left;
	width: 10px;
}

.ekipa-ostali-content {
	font-size: 15px;
	line-height: 13px;
}

.ekipa-ostali-footer {
	width: 100%;
	height: 20px;
	float: left;
}

/* End of Ekipa */

/* Start O podjetju */

#o-podjetju {
	width: 855px;
	float: left;
}

.o-podjetju-border {
	float: left;
	width: 855px;
	border-bottom: 1px dashed #cccccc;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 18px;
    height: 44px;
}

.o-podjetju-nav {
	float: left;
	width: 855px;
	margin-top: 10px;
	margin-left: 183px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 18px;
}

.o-podjetju-nav a {
	color: #698886;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-left: 2px;
	text-decoration: none;
}

.o-podjetju-nav a:hover {
	color: #698886;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-left: 2px;
	text-decoration: underline;
}

.o-podjetju-link1 a {
	color: #fff;
	background: #000;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-left: 2px;
	text-decoration: none;
	float: left;
}

.o-podjetju-link2 a {
	color: #698886;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-left: 2px;
	text-decoration: none;
	float: left;
}

.o-podjetju-link3 a {
	color: #698886;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-left: 2px;
	text-decoration: none;
	float: left;
}

.o-podjetju-logo {
	width: 855px;
	float: left;
	padding-top: 15px;
}

.o-podjetju-title {
	width: 590px;
	float: left;
	font-size: 18px;
	line-height: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 200px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.o-podjetju-c-l {
	float: left;
	width: 450px;
	border-top: 1px dashed #cccccc;
	padding-top: 5px;
	padding-left: 173px;
	margin-left: 10px;
	font-size: 15px;
}



.o-podjetju-c-l a:hover {
  background: #e6e6df;
}

.o-podjetju-c-l h2 {
	font-size: 16px;
	font-weight: bold;
}

.o-podjetju-c-r {
	float: left;
	width: 190px;
	border-top: 1px dashed #cccccc;
	padding-top: 5px;
	margin-left: 30px;
	font-size: 12px;
}

.o-podjetju-c-r-title {
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 190px;
	padding-bottom: 5px;
}

.o-podjetju-c-r-content {
	font-size: 12px;
	float: left;
	width: 190px;
	padding-bottom: 5px;
}

.o-podjetju-c-r-content a {
	color: #698886;
	text-decoration: none;
}

.o-podjetju-c-r-content a:hover {
	color: #698886;
	text-decoration: none;
	background: #e6e6df;
}


.o-podjetju-c-r-more a {
	color: #698886;
	background: none;
	background-position: 0px 2px;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
	cursor:hand;
	margin-left:0px;
	font-size:12px;
}

.o-podjetju-c-r-more a:hover{
	 background: #e6e6df;
}

/* End of O podjetju */


/* Start partnerji */

.partnerji-nav {
	float: left;
	width: 855px;
	margin-top: 10px;
	margin-left: 183px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 18px;
}

.partnerji-nav a {
	color: #698886;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-left: 2px;
	text-decoration: none;
}

.partnerji-nav a:hover {
	color: #698886;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-left: 2px;
	text-decoration: underline;
}


.partnerji-link1 a {
	color: #fff;
	background: #000;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-left: 2px;
	text-decoration: none;
	float: left;
}

.partnerji-link2 a {
	color: #698886;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-left: 2px;
	text-decoration: none;
	float: left;
}

.partnerji-link3 a {
	color: #698886;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 40px;
	padding-left: 2px;
	text-decoration: none;
	float: left;
}
/* End of partnerji */



/* Start Naši naročniki */

#narocniki {
	width: 855px;
	float: left;
}

.narocniki-logo {
	width: 855px;
	float: left;
	padding-top: 15px;
	padding-bottom: 85px;
}

.narocniki-prevajanje {
	width: 672px;
	margin-left: 183px;
	float: left;
	border-top: 1px dashed #cccccc;
	padding-top: 5px;
	padding-bottom: 40px;
}

.narocniki-prevajanje-logo {
	width: 672px;
	float: left;
}

.narocniki-pisanje {
	width: 672px;
	margin-left: 183px;
	float: left;
	border-top: 1px dashed #cccccc;
	padding-top: 5px;
}

.narocniki-pisanje-logo {
	width: 672px;
	float: left;
}

.narocniki-column1 {
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

.narocniki-column2 {
	width: 200px;
	float: left;
	margin-left: 15px;
	margin-bottom: 5px;
	font-size: 12px;
}

.narocniki-column3 {
	width: 200px;
	float: right;
	margin-right: 0px;
	margin-bottom: 5px;
	font-size: 12px;
}

.narocniki-column a:hover, .ekipa-s-desc a:hover, #pet a:hover, #div0 a:hover, #div1 a:hover, #div2 a:hover, #div3 a:hover, .ekipa-nav a:hover, .o-podjetju-nav a:hover, .storitev-box-title span:hover {
	background-color:#E6E6DF;
	border:medium none;
	color:#698886;
	text-decoration: none
}
.narocniki-column-title {
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 40px;
	border-bottom: 1px dashed #cccccc;
}

/* End of Naši naročniki */

/* Start of Storitev */

#storitev {
	width: 855px;
	float: left;
}

.storitev-logo {
	width: 100%;
	height: 147px;
	float: left;
	margin-top: 3px;
}

.storitev-wrapper {
	width: 590px;
	margin-left: 10px;
	float: left;
}

.storitev-sub {
	width: 585px;
	margin-left: 10px;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 10px;
	float: left;
	border-top: 1px dashed #cccccc;
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
}

.storitev-title {
	float: left;
	width: 585px;
	margin-top: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.storitev-column-w {
	width: 585px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.storitev-column {
	float: left;
	margin-left: 183px;
	font-size: 15px;
	line-height: 13px;
}

.storitev-column span{
	color: #fff;
	background: #000;
	font-weight: bold;
	margin: 0;
}

.storitev-column h2 {
	font-size: 16px;
}

.plus2 {
	float: right;
}

.minus2 {
	float: right;
}

.storitev-box {
	width: 225px;
	float: right;
	background: url(/img/storitev_box_bg.jpg) top left repeat-y;
	margin-top: 105px;
	padding-top: 10px;
	margin-bottom: -20px;
	margin-left: 25px;
	margin-right: 0px;

}

.storitev-box-footer {
	width: 225px;
	float: right;
	background: url(/img/storitev_box_footer.jpg) top left no-repeat;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 25px;
	margin-right: 0px;
}



.storitev-box-mtitle {
	color: #698886;
	width: 211px;
	padding-left: 10px;
	height:20px;
	float: left;
	font-weight: bold;
	background: url(/img/storitev_box_header.jpg) top left no-repeat;
	margin-top:-10px;
	padding-top:12px;
	border-bottom: 1px solid #FFFFFF;
}

.storitev-box-title {
	width: 203px;
	color: #000;
	margin-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #cccccc;
	float: left;
	font-weight: bold;
}

.storitev-box-title a:hover {	background: #e6e6df;
}

.storitev-box-content {
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
}

.storitev-box-content a {
	color: #698886;
	text-decoration: none;
	font-weight: bold;
}

.storitev-box-content a:hover {
	color: #698886;
	text-decoration: underline;
	font-weight: bold;
}

/* Start Footer */

#footer {
	float: left;
	width: 855px;
	border-top: 1px dashed #cccccc;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 50px;
	padding-top: 5px;
	color: #666666;
	text-align:left;
	font-size:10px;
}

#footer a {
	color: #698886;

}

#footer a:hover {
	color: #698886;
	background: #e6e6df;
}

#footer2 {
	float: left;
	width: 855px;
	border-top: 1px dashed #cccccc;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-top: 5px;
	color: #666666;
}

#footer2 a {
	color: #698886;
	text-decoration: none;
}

#footer2 a:hover {
	color: #698886;
	text-decoration: underline;
	background: #e6e6df;
}

/* End of footer */

/* DC dev add */
.partnerji_logo {
	margin-left: -150px;
	float: left;
	width: 200px;
	margin-bottom: 5px;
	height: 200px;
}

.linkedini {
	margin-top: 10px
}
.linkedina {
	background: none !important
}
