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

#logo_img, #logo_drainvac { behavior: url(iepngfix.htc); }

body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #d4d8df;
	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;
}

img.large {
	/*border: 1px solid #32426b;*/
	border: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
a img.thumb {
	border: 1px solid gray;
	padding: 0;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
a:hover img.thumb {
	border: 1px solid #32426b;
}

a.pdf {
	padding-left: 20px;
	padding-top: 3px;
	background: url(images/pdf.gif) left center no-repeat;
	padding-bottom: 3px;
	line-height: 20px;
}

a.ai {
	padding-left: 20px;
	padding-top: 3px;
	background: url(images/ai.gif) left center no-repeat;
	padding-bottom: 3px;
	line-height: 20px;
}

a.novo {
	padding-left: 21px !important;
	background: url(images/novo.png) left center no-repeat;
}

a.novopad {
	padding-left: 26px !important;
	background: url(images/novo.png) 5px center no-repeat;
}

a.novopadtrg {
	background: url(images/novo.png) 26px center no-repeat;
	text-indent: 23px;
}

a.strong {
	font-weight: bold;
}

a.noul {
	text-decoration: none;
}

#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	position: relative;
	border: 1px solid #d4d8df;
	margin-top: -1px;
	background:url(images/sidebar_bg.png) repeat-y #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 265px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#header { 
	width: 714px;
	height: 220px;
	overflow: hidden;
	float: left;
	position: absolute;
	top: 0px;
	right: 0;
	margin-left: 1px;
}
#header_text {
	right: 50px;
	position: absolute;
	top: 185px;
	text-align: right;
	font-size: 200%;
	color: #fff;
	font-weight: bold;
}

#mainContent {
	margin: 0 0 0 266px; /* the left margin on this div element creates the column down the left 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: 0;
	padding-bottom: 50px;
	margin-top: 247px;
	background: url(images/content_bg.png) no-repeat 0px 8px #fff;
	line-height: 140%;
	min-height:850px;
	height:auto !important;
    height:850px;
}

#footer { 
	line-height: 24px;
	padding: 0 10px 0 8px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#7189bb; 
} 
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer #copyright {
	margin-top: 0px !important;
	margin-top: 7px;
	display: block;
	float: right;
	font-size: 90%;
}
#footer #f_home {
	display: block;
	float: left;
	background: url(images/home.png) no-repeat left center;
	text-indent: 14px;
	font-size: 90%;
}
#footer #f_mail {
	display: block;
	float: left;
	margin-left: 8px;
	background: url(images/mail.png) no-repeat left center;
	text-indent: 14px;
	font-size: 90%;
}
#footer #f_po, #footer .alink {
	display: block;
	float: left;
	font-size: 90%;
}
#footer .f_sep {
	display: block;
	float: left;
	font-size: 90%;
	color: #fff;
	padding-left: 4px;
	padding-right: 4px;
}

#sub_footer {
	line-height: 25px;
	height: 25px;
	background: url(images/logo_bg.gif);
}

.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;
}
#logo {
	background: url(images/logo_bg.gif);
	height: 220px;
	width: 100%;
	text-align:center;
}
#logo_img {
	margin-top: 18px;
	border: 0;
}

#logo_drainvac {
	position: absolute;
	bottom: 50px;
	right: 0;
	float: right;
	margin: 8px;
}

#main_menu {
	margin-top: 0px;
	list-style-type: none;
	padding: 0px;
	margin-right: 12px;
	margin-left: 12px;
	border-bottom: 1px solid #a8b5d1;
}
#main_menu li {
	line-height: 20px;
	border-top: 1px solid #a8b5d1;
	text-indent: 5px;
}
#main_menu li a {
	height: 20px;
	display: block;
	color: #336699;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#main_menu li a:hover {
	text-decoration: underline;
	color: #32426b;
}
#main_menu li a.selected, #main_menu li a:hover, #main_menu li a:active {
	background-color: #32426b;
	color: #fff;
	text-decoration: none;
}

#main_menu .mm_submenu {
	margin-top: 0px;
	list-style-type: none;
	padding: 0px;
	margin-left: 12px;
}
#main_menu .mm_submenu li {
	border: 0;
	font-size: 90%;
}

#english_link {
	position: absolute;
	overflow: auto;
	right: 0px;
	top: 221px;
	z-index: 999;
	background: #32426b;
	height: 27px;
	line-height: 27px;
	padding: 0 3px;
}

#english_link a {
	text-decoration: none;
	color: #fff;
}

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

span.ekstra_main a {
	line-height: 20px;
	border-top: 1px solid #a8b5d1;
	border-bottom: 1px solid #a8b5d1;
	text-indent: 5px;
	height: 20px;
	display: block;
	color: #336699;
	text-decoration: none;
	padding: 0;
	margin-right: 12px;
	margin-left: 12px;
}
span.ekstra_main a:hover, span.ekstra_main a.selected  {
	background-color: #32426b;
	color: #fff;
	text-decoration: none;
}

#horiz_menu {
	position: absolute;
	top: 220px;
	right: 0;
	list-style-type: none;
	float: left;
	padding: 0px;
	margin: 0px;
/*	margin-top: -1px !important; */
	margin-left: 1px;
	width: 714px;
	background-color: #d19141;
	border-top: 1px solid #fff;
}
#horiz_menu li {
	width: 178px;
	line-height: 27px;
	background-color: #4d6caa;
	float: left;
	color: #fff;
}
#horiz_menu li#novice {
	background: url(images/si/hmenu.png) 0 top;
	height: 27px;
}
#horiz_menu li#paket {
	background: url(images/si/hmenu.png) -178px top;
	height: 27px;
}
#horiz_menu li#garancija {
	background: url(images/si/hmenu.png) -356px top;
	height: 27px;
}
#horiz_menu li#kontakt {
	background: url(images/si/hmenu.png) -534px top;
	height: 27px;
}
#horiz_menu li a,#horiz_menu li a:visited {
	display: block;
	width: 178px;
	text-indent: -3000px;
}

#mm_mailing {
	margin-left: 12px;
	width: 240px;
	height: 58px;
}
#mm_mailing #f_email {
	width: 184px;
	height: 22px;
	color: #666699;
	text-align:	center;
	padding-top: 5px;
	border-left: 1px solid #7189bb;
	border-top: 1px solid #7189bb;
	border-bottom: 1px solid #7189bb;
	border-right: none;
}

#mm_info {
	margin-top: 8px;
	margin-bottom: 20px;
	margin-left: 12px;
	width: 240px;
	height: 58px;
}

.shadow {
	position: relative;
	background: url(images/shadow_br.png) no-repeat right bottom;
	padding-bottom: 11px;
	padding-right: 12px;
}
.shadow .tr {
	position: absolute;
	background: url(images/shadow_tr.png) no-repeat;
	top: 0px;
	right: 0px !important;
	right: 7px;
	width: 12px;
	height: 18px;
}
.shadow .bl {
	background: url(images/shadow_bl.png) no-repeat;
	position: absolute;
	left: 0px;
	width: 23px;
	height: 11px;
	padding: 0;
	margin: 0;
}

#mm_mailing.shadow .tr {
	right: 0px !important;
}

#mm_info.shadow .tr {
	right: 0px !important;
}


.r {
	text-align: right !important;
}

.l {
	text-align: left !important;
}

.ewmsg {
	color: #ff000 !important;
	display: block;
}
ul#gallery { 
	position: relative; 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	margin-left: 20px;
}
ul#gallery li { 
	display: block; 
	position: absolute;
}