@charset "utf-8";
@import "mainContent.css";
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
/**/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/**/

body  {
	font: 75% Arial, Helvetica, sans-serif;
	background: url(images/green_grad_bg.png) center 87px repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/green_grad_bg.png) center 87px repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
/*	background:url(images/koncern_stencil.jpg) no-repeat top center;   */
	
} 
#header { 
	height: 87px;
	position: relative;
} 
#header em {
	display: block;
	position: absolute;
	left: 38px;
	top: 23px;
	width: 84px;
	height: 40px;
/*	background: url(images/koncern_ena_logo.png) no-repeat;
	text-indent: -5000px;*/
}

#lang {
	position: absolute;
	left: 639px;
	top: 36px;
}

#lang li {
	width: 16px;
	height: 11px;
	line-height: 11px;
	float: left;
	margin-right: 16px;
	padding: 1px;	
	border: 1px solid #fff;
}

#lang li a {
	display: block;
	width: 16px;
	height: 11px;
	background-image:url(images/lang.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
}

#lang li a:focus {
	outline: none;
}

#lang li#l_slo a { background-position: 0 0; }
#lang li#l_eng a { background-position: -16px 0; }

#lang li.selected {
	border: 1px solid #7bb134;
}

#top_search {
	float: right;
	width: 220px;
	height: 24px !important;
	line-height: 24px !important;
        overflow: hidden;
	margin-top: 30px;
	margin-right: 2px;
	border: 1px solid #d2d2d2 !important;	
	background:url(images/search_mag.png) right top no-repeat;
}

#top_search input.searchbox {
	border: none !important;
	color: #7f7f7f !important;
	padding: 5px 5px !important;
	width: 185px !important;
	line-height: 14px !important;
	height: 14px !important;
	font-size: 0.9em !important;
	float: right;
	background: transparent;
}

#top_search input.submit {
	float: right;
        display: none;
}

#main_menu {
	height: 104px;
	background: url(images/green_grad_bg.png) repeat-x;
	padding-left: 38px;
	margin-bottom: 40px;
}

#main_menu li {
	float: left;
	width: 140px;
	height: 104px;
	margin-right: 20px;
}

#main_menu li.last {
	margin-right: 0px;
}

#main_menu li a {
	display: block;
	width: 100%;
	height: 70px;	
	padding-top: 34px;
	text-decoration: none;
	color: #477110;	
}

#main_menu li a em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

#main_menu li a span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	color: #dafaaf;	
}

#main_menu li a:hover {
	color: #fff !important;
}

#main_menu.novice li#novice a em, #main_menu.podjetje li#podjetje a em, #main_menu.storitve li#storitve a em,
#main_menu.distribucija li#distribucija a em, #main_menu.reference li#reference a em, #main_menu.kontakt li#kontakt a em {
	color: #fff;
	padding-right: 19px;
	background:url(images/menu_bullet_selected.png) right center no-repeat;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 342px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}

#sidebar1 .banner {
	max-width: 300px;
}

#sidebar1 .box {
	padding: 20px 20px;
	margin-right: 2px;
	border: 1px solid #8cc63f;
	color: #7f7f7f;
}

#sidebar1 p {
	line-height: 2em;
}

#sidebar1 .farban {
	background: url(images/sidebar_box_bg.png) bottom center no-repeat #fff;
	color: #000;
}

#sidebar1 h3 {
	font-size: 2em;
	margin-bottom: 0.6em;
}

#sidebar1 a {
	color: #7bb134;
	text-decoration: none;
}	

#sidebar1 a:hover {
	text-decoration: underline;
}	


#mainContent { 
	margin: 0 362px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left: 36px;
}

#mainContent .novica {
	margin-bottom: 3.1em;
}

#mainContent .novica .datum {
	display: block;
	text-align: right;
	height: 2.3em;
	line-height: 2.3em;
	color: #7f7f7f;
	margin-bottom: 0.5em;
	background: url(images/gray_line.png) center repeat-x;
}

#mainContent .novica .datum span {
	display: block;
	float: right;
	background-color: #fff;
	padding-left: 10px;
}

#mainContent .novica p {
	line-height: 1.3em;
}

#mainContent .novica img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 6px;
}

#mainContent .divider {
	display: block;
	text-align: right;
	height: 2.3em;
	line-height: 2.3em;
	color: #7f7f7f;
	margin-bottom: 0.5em;
	background: url(images/gray_line.png) center repeat-x;
}

#mainContent .divider span {
	display: block;
	float: right;
	background-color: #fff;
	padding-left: 10px;
}

.rnd_product {
    clear: left;
}

.rnd_product .name {
    
}

.rnd_product p {
    padding-left: 83px;
}

#footer { 
	margin-top: 4em;
	border-top: 1px solid #d2d2d2;
	color: #d2d2d2;
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfloatl { 
    clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
