@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	color: #000;
	height: 100%;
	font-size: 100%;
	line-height: 1.4;
	font-family: "Segoe UI", "Segoe UI Light", "Segoe UI Semibold";
}
.language {
	top:0px;
	margin:0 auto;
	width:100%;
	height:35px;
	z-index:999999;
	background-color: #383636;
}
.languagebox {
	position:relative;
	top:0px;
	margin:0 auto;
	width:960px;
	height:35px;	
}
.lang {
	margin-right:10px;
	top:0px;
	width:auto;
	height:35px;
	z-index:9999999999999;
}
.lang ul {
	float:right;	
	margin:0;
	padding-top:5px;
}
.lang img{
	text-align: center;
	vertical-align: middle;
	display: inline;
	list-style-position: inside;
	list-style-image: none;	
	padding-left:10px;
}
.lang ul li {
	color: #FFF;
	list-style-type: none;
	display:inline-block;
}

.lang ul li a {
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	padding-left:10px;
}
.lang ul .active a {
	color: #999;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

.lang ul li p {
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
	margin:0;
	padding: 0;
}

.lang > ul > li:hover > a {
	color: #a70000;
}
#outmenu {
	position:relative;
	top:-10px;
	margin:0 auto;
	width:100%;
	height:80px;
	z-index:999999999;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #730000;	
}

.menu {
	position:relative;
	top:10px;
	margin:0 auto;
	width:100%;
	height:70px;
	overflow:hidden;
	background-color: #FF0;
	z-index:999999999;
}

.menubox {
	position:relative;
	margin:0 auto;
	width:960px;
	height:70px;
	top:0px;
}

.menuleft {
	position:absolute;
	top:0px;
	width:3000px;
	left:-2690px;
	height:70px;
	background-color: #191919;
	z-index:9999999999;
}

.logo {
	position:absolute;
	top:10px;
	left:2710px;
	width:250px;
	height:50px;
	z-index:9999999999;
}


.menuright {
	position:absolute;
	top:0;
	width:3000px;
	right:-2350px;
	height:70px;
	background-color: #a70000;
	z-index:9999999999;
}

.menuright ul {
	position:absolute;
	list-style-type: none;
	margin:0 auto;
	left:0;
	width:100%;
}

.menuright ul li {
	display:inline;
}

.menuright ul li a{
	display:inline-block;
	width:130px;
	height:70px;
	text-decoration: none;
	color: #FFF;
	font-size: 10pt;
	padding-top:25px;
	text-align: center;
	margin-right:31px;
	margin-left:-40px;
}

.menuright a:hover
{
	background-color: #730000;
}


/**HEADER IS FINNISHED**/

/**CONTENT IS STARTING**/
a img { border: 0; }

#container {
	position:relative;
	min-height:100%;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	z-index:99999;
}

#content {
	position:relative;
	overflow:auto;
	top:0;
	width:100%;
	min-height:100%;
	padding-bottom:220px;
	z-index:9999;
}


.leftmenu {
	float:left;
	width:300px;
	height:900px;
	margin-top:-1px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #730000;
	padding-bottom:300px;
	z-index:99999;
}


.rightcontent {
	float:left;
	margin-top:-1px;
	padding:0;
	width:660px;
	min-height:100%;
	overflow:hidden;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #730000;
	z-index:9;
}
.uvod {
	position:relative;
	left:30px;
	top:0px;
	width:625px;
	height:auto;
	padding-bottom:10px;
	z-index:999;
}
.uvod h1 {
	font-size: 46px;
	font-style: normal;
	font-weight: normal;
	margin-left:0px;
	margin-top:10px;	
}
.uvod h3 {
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	margin-left:0px;
	margin-top:-20px;
	color: #a70000;		
}
.uvod p {
	margin-left:0px;
	margin-top:30px;
}
.uvod img {
	position:relative;
	left:0px;
	width:625px;
	height:auto;
}
.uvod2 img {
	position:relative;
	left:20px;
	width:625px;
	height:auto;	
}

.ImageContainer {
	width:610px;
	height:auto;
	float:left;
	margin-left:20px;
	margin-top:0px;
	margin-bottom:40px;
	padding:10px;
	
}

.ImageContainer > div {
	width: 100 px;
	height: 100px;
	margin-left: 7px;
	margin-right: 10px;
	float: left;
	margin-top:10px;
	margin-bottom:10px;
}
.ImageContainer img {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	-ms-opacity: 1;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/**CONTENT IS FINNISHED**/

/**FOOTER IS STARTING**/

/**CONTENT2 IS FINNISHED**/

/**FOOTER IS STARTING**/

#footer {
	clear:both;
	margin-top:0px;/* negative value of footer height */
	height:280px;
	position: relative;
	background-color: #c3c3c3;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #730000;
}

.footertext {
	position:relative;
	margin:0 auto;
	top:0px;
	bottom:20px;
	height:270px;
	width:960px;
}

/*Opera Fix*/ {
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
.copywrite {
	position:absolute;
	top:20px;
	left:0px;
	width:240px;
	height:auto;
}
.copywrite h2 {
	margin-top:0px;
	margin-left:0px;
	font-family: 'Squada One', cursive;
	font-size: 35px;
	text-transform: uppercase;
	color: #730000;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
}
.copywrite h4 {
	font-family: 'Squada One', cursive;
	margin-top:-35px;
	margin-left:0px;
	font-size: 25px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0px;
}
.copywrite p {
	margin-top:-35px;
	margin-left:0px;
	font-size:13px;	
}
.informacije {
	position:absolute;
	top:20px;
	left:240px;
	width:240px;
	height:auto;
}
.informacije h3 {
	margin-top:0px;
	margin-left:80px;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
}
.informacije ul {
	margin-top:5px;
	margin-left:55px;
	list-style-image: url(img/lista.gif);
	list-style-type: none;
}
.informacije li a {
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
.informacije a:hover
{
	color: #a70000;
}
.proizvodi {
	position:absolute;
	top:20px;
	left:450px;
	width:290px;
	height:auto;
}
.proizvodi h3 {
	margin-top:0px;
	margin-left:80px;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;		
}
.proizvodi ul {
	margin-top:5px;
	margin-left:55px;
	list-style-image: url(img/lista.gif);
	list-style-type: none;	
}
.proizvodi li a {
	font-size: 13px;
	color: #333;
	text-decoration: none;	
}
.proizvodi a:hover
{
	color: #a70000;
}
.pronaditenas {
	position:absolute;
	top:20px;
	right:0px;
	width:290px;
	height:auto;
}
.pronaditenas h3 {
	margin-top:0px;
	margin-left:80px;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;		
}
.pronaditenas {
	position:absolute;
	top:20px;
	left:720px;
	width:290px;
	height:auto;
}
.pronaditenas h3 {
	margin-top:0px;
	margin-left:80px;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;		
}
.pronaditenas ul {
	margin-top:5px;
	margin-left:55px;
	list-style-image: url(img/lista.gif);
	list-style-type: none;	
}
.pronaditenas li a {
	font-size: 13px;
	color: #333;
	text-decoration: none;	
}
.pronaditenas a:hover
{
	color: #a70000;
}
.footerpartners {
	height:80px;
	width:auto;
	background:#333333;
	position:relative;
	margin-top:10px;
}
ul.slike {
	width:960px;
	margin:0 auto;
	height:auto;	
}
ul.slike li {
	display:inline;	
}
ul.slike li img {
	margin-top:26px;
	margin-left:22px;
	margin-right:22px;
}







#cilindri a {
	float:left;
	width:254px;
	padding:15px;
	background-color: #7d7d7d;
	margin-top:0px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	text-transform: none;
}
#cilindri .selectedLink a{
	background-color: #191919;
}

#cilindri a:hover {
	background-color: #191919;
}
#modeli5 {
	position:absolute;
	margin-left:286px;
	margin-top:0px;
	z-index:9999999;
	width:170px;
	height:auto;
	display:none;
}

#modeli5 a {
	float:left;
	width:170px;
	padding:9px;
	margin-top:0px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	text-transform: none;
}

#dizalice {
	position:relative;
	z-index:9999999;
	margin-bottom:11px;
	width:286px;
	height:103px;
	display:none;
}

#dizalice a {
	float:left;
	width:254px;
	padding:15px;
	background-color: #7d7d7d;
	margin-top:0px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	text-transform: none;
}
#dizalice .selectedLink a{
	background-color: #191919;
}

#dizalice a:hover {
	background-color: #191919;
}
#dizalicezlift {
	position:relative;
	z-index:9999999;
	margin-bottom:11px;
	width:286px;
	height:153px;
	display:none;
}

#dizalicezlift a {
	float:left;
	width:254px;
	padding:15px;
	background-color: #7d7d7d;
	margin-top:0px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	text-transform: none;
}
#dizalicezlift .selectedLink a{
	background-color: #a70000;
}
#dizalicezlift a:hover {
	background-color: #191919;
}
#brtvila a {
	float:left;
	width:254px;
	padding:15px;
	background-color: #7d7d7d;
	margin-top:0px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	text-transform: none;
}
#brtvila .selectedLink a{
	background-color: #191919;
}

#brtvila a:hover {
	background-color: #191919;
}

li.naslov5 {
	position:relative;
	margin-top:5px;
	background-color: #a70000;
}
li.naslov5 a {
	text-transform: uppercase;
	font-family: "Segoe UI", "Segoe UI Semibold";
	color: #FFF;
	font-size: 18px;
	display: block;
	padding:20px;
	border: thin solid #191919;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}
li.naslov5:hover {
	background-color: #191919;
	-webkit-transition: all 0.4s linear;
  	-moz-transition: all 0.4s linear;
  	-o-transition: all 0.4s linear;
  	transition: all 0.4s linear;
}
.naslov5 img {
	position:absolute;
	width:15px;
	height:10px;
	top:30px;
	left:253px;	
}
#brtvila .selectedLink a{
	background-color: #7d7d7d;
}

#brtvila a:hover {
	background-color: #191919;
}
#brtvila {
	position:relative;
	z-index:9999999;
	margin-bottom:11px;
	width:286px;
	height:158px;
	display:none;
}
li .selectedLink5 img {
	position:absolute;
	width:9px;
	height:14px;
	top:18px;
	left:253px;
}
li .selectedLink6 img {
	position:absolute;
	width:9px;
	height:14px;
	top:128px;
	left:253px;
}

#cilindri .selectedLink a{
	background-color: #7d7d7d;
}

#cilindri a:hover {
	background-color: #191919;
}
#cilindri {



	position:relative;
	z-index:9999999;
	margin-bottom:11px;
	width:286px;
	height:206px;
	display:none;
}
#modeli5 a:hover {
	background-color: #191919;
}
#modeli6 a:hover {
	background-color: #191919;
}
#modeli5 a {
	float:left;
	width:170px;
	padding:9px;
	margin-top:0px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	text-transform: none;
}
#modeli6 a {
	float:left;
	width:170px;
	padding:9px;
	margin-top:0px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	text-transform: none;
}
#modeli5 {
	position:absolute;
	margin-left:286px;
	margin-top:0px;
	z-index:9999999;
	width:170px;
	height:auto;
	display:none;
}
#modeli6 {
	position:absolute;
	margin-left:286px;
	margin-top:0px;
	z-index:9999999;
	width:170px;
	height:auto;
	display:none;
}
li.naslov6 {
	position:relative;
	margin-top:5px;
	background-color: #a70000;
}
li.naslov6 a {
	text-transform: uppercase;
	font-family: "Segoe UI", "Segoe UI Semibold";
	color: #FFF;
	font-size: 18px;
	display: block;
	padding:20px;
	border: thin solid #191919;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}
li.naslov6:hover {
	background-color: #191919;
	-webkit-transition: all 0.4s linear;
  	-moz-transition: all 0.4s linear;
  	-o-transition: all 0.4s linear;
  	transition: all 0.4s linear;
}
.naslov6 img {
	position:absolute;
	width:15px;
	height:10px;
	top:30px;
	left:253px;	
}
#brtve {
	position:relative;
	z-index:9999999;
	margin-bottom:11px;
	width:286px;
	height:210px;
	display:none;
}

#brtve a {
	float:left;
	width:254px;
	padding:15px;
	background-color: #7d7d7d;
	margin-top:0px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	text-transform: none;
}


#komponente {
	position:relative;
	z-index:9999999;
	margin-bottom:11px;
	width:286px;
	height:420px;
	display:none;
}
#komponente .selectedLink a {
	background-color: #191919;
}
#komponente {
	position:relative;
	z-index:9999999;
	margin-bottom:11px;
	width:286px;
	height:420px;
	display:none;
}

#komponente a {
	float:left;
	width:254px;
	padding:15px;
	background-color: #7d7d7d;
	margin-top:0px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
	text-transform: none;
}
#komponente .selectedLink a{
	background-color: #7d7d7d;
}

#komponente a:hover {
	background-color: #191919;
}


li.naslov33 {
	position:relative;
	margin-top:5px;
	background-color:#a70000;
}
li.naslov33 a {
	text-transform: uppercase;
	font-family: "Segoe UI", "Segoe UI Semibold";
	color: #FFF;
	font-size: 18px;
	display: block;
	padding:20px;
	border: thin solid #191919;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;	
}
li.naslov33:hover {
	background-color: #191919;
	-webkit-transition: all 0.4s linear;
  	-moz-transition: all 0.4s linear;
  	-o-transition: all 0.4s linear;
  	transition: all 0.4s linear;
}
.naslov33 img {
	position:absolute;
	width:15px;
	height:10px;
	top:27px;
	left:253px;	
}

