@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: 0.8em Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: 799px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #8A8975;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background: url(images/header_bg.png) top left no-repeat;
	height: 145px;
	position: relative;
	border-bottom: 1px solid #8A8975;

} 
#header #logo {
	position: absolute;
	top: 3px;
	left: 41px;
}

#header #hisa_idej_logo {
	position: absolute;
	right: 15px;
	bottom: 20px;
}

#header .info {
	float: right;
	font-size: 0.85em;
	margin-right: 25px;
	padding-top: 10px;
	color: #F8F7ED;
	
}

#header .info a {
	color: #F8F7ED;
	text-decoration: underline;
}

#header .info a:hover {
	text-decoration: none;
}


#main_menu {
	position: absolute;
	height: 36px;
	width: 599px;
	bottom: 0px;
	padding-left: 200px;
	padding-bottom: 15px;
	background:url(images/menu_bg.png) bottom repeat-x;
}

#main_menu li {
	float: left;
	width: auto;
	display: block;
	height: 36px;
}

#main_menu li a {
	display: block;
	float: left;
	height: 36px;
	text-decoration: none;
	font: 1em Georgia, "Times New Roman", Times, serif;
	line-height: 35px;
	text-align: center;
	color: #6B682E;
	text-indent: 8px;
	padding: 0 10px;
	background: url(images/menu_li_bg.png) no-repeat;	
	border-right: 1px solid #8a8975;
	margin-left: -5px;
	z-index: 0;
}

#main_menu li a:hover {
	color: #000;
}

#main_menu li.active a {
	position: static;
	background-position: 0px -36px;
	z-index: 999;
}


#contentHeader {
	padding-top: 25px;
	padding-left: 45px;
	padding-bottom: 25px;
        height: auto !important;
        height: 355px;
        min-height: 355px;
}

#contentHeader.index {
	padding-left: 22px !important;
	padding-right: 22px !important;
	height: auto !important;
	min-height: 0 !important;
}

#sideMenu {
	float: left;
	width: 140px;
	border: 1px solid #8A8975;
}

#sideMenu li {
	height: 60px;
        width: 135px;
	margin-top: 5px;
	padding-left: 5px;
	display: block;
        overflow: hidden;
        position: relative;
        float: left;
        cursor: pointer;
}

#sideMenu li a {
	display: block;
        height: 60px;
        position: relative;
	color: #000;
	text-decoration: none;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
        cursor: pointer;
        font-weight: bold;
}

#sideMenu li a span {
        position: absolute;
        width: 135px;
        bottom: 5px;
}

#sideMenu li a:hover, #sideMenu li.active a {
	color: #FFF200;
}

#sideMenu li a em {
	font-size: 0.8em;
	float: right;
	margin-right: 5px;
        margin-top: 5px;
}

#sideMenu li.home {
	height: 29px;
	margin-top: 0;
}

#sideMenu li.home a {
	color: #8a8975;
	font: 1em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	padding-top: 10px;
}

#header_image {
	float: left;
	margin-left: 30px;
	border: 9px solid #f8f7ed;
}

#mainContainer { 
	background: url(images/main_content_bg.png);
	padding-top: 18px;
	padding-bottom: 35px;
	padding-left: 45px;
} 

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 172px; /* 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 */
	margin-right: 9px;
	margin-left: 35px;
	padding: 0 20px;
	display: none;
}

.tall #sidebar1 {
	display: block;
    position: absolute;
    width: 102px;
    border: 9px solid #f8f7ed;
    left: -35px;
    background: #fff;
    padding: 9px 10px;
    overflow: hidden;
    font-size: 0.95em;
}

#mainContent {
	background: url(images/main_container_borders.png) repeat-y;
	width: 670px;
	margin-right: 55px;	
	border-top: 9px solid #f8f7ed;
	border-bottom: 9px solid #f8f7ed;
	padding-left: 30px;
	padding-top: 18px;
	padding-bottom: 18px;
}

#vsebina {
        padding-right: 30px;
}

.tall #mainContent {
    position: relative;
    border: none;
    padding: 0;
    background: none;
    height: auto !important;
    height: 265px;
    min-height: 285px;
 }

 .tall #vsebina {
        width: 455px;
		border: 9px solid #f8f7ed;
        background-color: #fff;
        position: relative;
        top: -400px;
        margin-bottom: -400px;
        left: 170px;
        padding: 18px 20px;
 }

form.nice {
    padding: 0 15px 11px 0;
    overflow: auto !important;
    overflow: visible;
}

form.nice p {
    margin-bottom: 0.5em !important;
}

form.yellow {
    border: 1px solid #fff000;
    background-color: #fffab2;
}

form.gray {
    background-color: #ffffff;
}

form.nice input, form.nice textarea {
    font: 1em Verdana, Arial, Helvetica, sans-serif;
    color: #9e9e9e;
    padding: 2px;
}

form.nice label {
    position: relative;
    display: block;
    margin-bottom: 6px;
    color: #9e9e9e;
}

form.nice input.submit {
    padding: 1px;
    float: right;
}

form.yellow input {
    border: 1px solid #fff000;
}

form.gray input {
    border: 1px solid #626262;
}
form.yellow input.submit, form.orange input.submit, form.gray input.submit {
    border: 1px solid #626262;
    background-color: #fff000;
    color: #000;
    padding: 2px 5px;
}

form.nice input.noborder {
    border: none !important;
    position: relative;
    top: 2px;
}

form.nice label.small {
    font-size: 0.75em;
}

form.nice label.em {
    float: left;
    width: 75%;
    font-size: 0.75em;
}

form.yellow label.em {
    color: #76b728
}

form.gray label.em {
    color: #76b728
}

form.nice hr {
    margin-bottom: 5px;
    padding: 0;
    border: 0;
    background-color: #76b728;
    color: #76b728;
    display: block;
    height: 1px;
    clear: both;
}

#footer { 
	background: url(images/main_content_bg.png);
	color: #F8F7ED;
	font-size: 0.85em;
	padding-bottom: 2.5em;
} 
#footer p {
	background:#8A8975; 
	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 20px 10px 45px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

#footer a {
	color: #F8F7ED;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.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;
}