@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;
}
.menuright ul .selectedLink a {
    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:600px;
	margin-top:-1px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #730000;
	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;
	margin-bottom: 200px;
}
.uvod {
	position:relative;
	left:30px;
	top:0px;
	width:625px;
	height:auto;
	padding-bottom:10px;
	z-index:999;
}
.uvod h1 {
	font-family: "Segoe UI", "Segoe UI Light", "Segoe UI Semibold";
	font-style: normal;
	font-size: 40px;
	text-decoration: none;
	font-weight: lighter;
}

.prik {
	position:relative;
	left:30px;
	top:0px;
	width:625px;
	height:230px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top:30px;
}
.prik h3 {
	margin-top:-10px;
	font-size:25px;
	margin-left:220px;
	text-transform: uppercase;
	font-weight: normal;
}
.prik ul {
	margin-top:-200px;
	margin-left:225px;
	width:400px;
	padding-top:20px;
}
.prik ul li {
	list-style-position: inside;
	list-style-type: circle;		
}
.prik img {
	margin-top:-50px;
	left:0;
	width:200px;
	display:block;
}
.visoko {
	position:relative;
	left:30px;
	top:0px;
	width:625px;
	height:auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.visoko h3 {
	margin-top:-10px;
	font-size:25px;
	margin-left:220px;
	text-transform: uppercase;
	font-weight: normal;
}
.visoko p {
	margin-top:-250px;
	margin-left:225px;
	width:400px;
}
.visoko p a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.visoko img {
	margin-top:-50px;
	left:0;
	width:200px;
	height:300px;
	padding-bottom:13px;
}
.teflo {
	position:relative;
	left:30px;
	top:-10px;
	width:625px;
	height:auto;
	padding-top:30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.teflo h3 {
	margin-top:-10px;
	font-size:25px;
	margin-left:0px;
	text-transform: uppercase;
	font-weight: normal;
}
.teflo p {
	margin-top:-245px;
	margin-left:0px;
	width:400px;
}
.teflo p a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.teflo img {
	margin-top:-50px;
	margin-left:425px;
	width:200px;
	height:300px;
	padding-bottom:13px;
}


.prikhid {
	position:relative;
	left:30px;
	top:-10px;
	width:625px;
	height:230px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top:40px;
}
.prikhid h3 {
	margin-top:-10px;
	font-size:25px;
	margin-left:0px;
	text-transform: uppercase;
	font-weight: normal;
}
.prikhid ul {
	margin-top:-200px;
	margin-left:0px;
	width:400px;
	padding-top:20px;
}
.prikhid ul li {
	list-style-position: inside;
	list-style-type: circle;		
}
.prikhid img {
	margin-top:-50px;
	margin-left:425px;
	width:200px;
}


.prik2 {
	position:relative;
	left:30px;
	top:0px;
	width:625px;
	height:230px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top:30px;
}
.prik2 h3 {
	margin-top:-10px;
	font-size:25px;
	margin-left:220px;
	text-transform: uppercase;
	font-weight: normal;
}
.prik2 ul {
	margin-top:-200px;
	margin-left:225px;
	width:400px;
	padding-top:50px;
}
.prik2 ul li {
	list-style-position: inside;
	list-style-type: circle;		
}
.prik2 img {
	margin-top:-85px;
	left:0;
	width:200px;
	display:block;
}



/**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;
}