@charset "utf-8";
/*
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;}
/**/

html {
	height: 100%;
}

body  {
	font: 0.8em Tahoma, 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;
	height: 100%;
}
#container { 
	width: 978px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000;
	border-right: 1px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 83%;
	height: auto !important;
	height: 74%;
	padding-bottom: 2em;
} 

#container.noborder {
	border-left: 1px solid #FFF;
	height: auto !important;
	min-height: auto !important;
	line-height: 2em;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 294px; /* 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 */
	background: #FFF;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 11px;
	padding-bottom: 2em;
	height: 100%;
}

.podnapis {
	font-size: 0.85em;
	color: #999999;
}

#lang_menu {
	padding-left: 17px;
	position: absolute;
	overflow: hidden;
	height: 1.6em;
	z-index: 999;
	margin-bottom: 11px;
	margin-top: -3px;
	behavior: url(csshover.htc);
}

#lang_menu:hover {
	height: auto;
}

#lang_menu a {
	display: block;
	font-size: 0.85em;
	color: #999999;
	background:url(images/white_bg.png);
	behavior: url(iepngfix.htc);
	cursor: pointer;
	text-decoration: none;
	padding: 3px 1px;
}

#lang_menu a:hover {
	text-decoration: underline;
}

#lang:hover {
	text-decoration: underline;
}

#lang_menu a span {
	display: block;
	height: 12px;
	line-height: 12px;
	padding-left: 25px;
	background-image: url(images/flags.png);
	background-repeat: no-repeat;
}	

#lang_en span { background-position: 0 0; }
#lang_si span { background-position: 0 -12px; }
#lang_de span { background-position: 0 -24px; }
#lang_hr span { background-position: 0 -36px; }
#lang_it span { background-position: 0 -48px; }
#lang_li span { background-position: 0 -60px; }


#header {
	background: url(images/back.jpg) center repeat-x;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
	text-align: center;
}

#header a {
	font-size: 0.85em;
	text-decoration: none;
	color: #000;
}

#header a:hover {
	text-decoration: underline;
}

#header a.selected {
	font-weight: bold;
}

.menu {
	text-transform: uppercase;
}

#mainContent { 
	margin: 0 0 0 316px; /* 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-bottom: 2em;
	height: 100%;
}

.noborder #mainContent {
	margin: 0;
}

#mainContent .miniText {
	font-size: 0.75em;
}

#mainContent input {
	padding: 1px;
	margin: 1px;
}

#mainContent table {
	position: relative;
	width: 99%;
	clear: right;
}

#mainContent strong {
	font-weight: bold;
}

#mainContent a {
	text-decoration: underline;
	color: #cb0000;
}

#mainContent a:hover {
	text-decoration: none;
}

.noborder #mainContent a {
	text-decoration: none;
	color: #000;
}

.noborder #mainContent a:hover {
	font-weight: bold;
}

#mainContent ul {
	list-style-type: disc;
	margin-left: 25px;
}
#mainContent ol {
	list-style-type: decimal;
	margin-left: 25px;
}

#mainContent p {
	margin-bottom: 1em;
}

#mainContent h1 {
	color: #cb0000;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

#mainContent h2 {
	color: #cb0000;
	font-weight: bold;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

#mainContent h3 {
	color: #cb0000;
}

#mainContent h4, td h4 {
	color: #999;
	font-size: 0.85em;
	color: #999;
	font-size: 0.85em;
	margin-top: 0.6em;
}

#footer { 
	width: 978px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ddd;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000;
	border-right: 1px solid #FFF;
	text-align: center;
	background:#FFF;
	padding-bottom: 2em;
}

.noborder #footer {
	border: 0;
}

#footer a {
	font-size: 0.85em;
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
}

#footer a.selected {
	font-weight: bold;
}

#footer #copy {
	font-size: 0.80em;
	color: #7d7d7d;
}

.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;
}