html,body {
	margin: 0px;
	padding: 0px;
	height: 100%; /* needed for container min-height */
	
	font-family: "Calibri", sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;

/*	position: relative; left: 0px; top: 0px; z-index: 0; /* zaradi transparent z-index */
}

body { }

#index_container {width: 955px; height: 679px; border: 1px solid #9e9d9d; margin: 20px auto; padding: 0px; text-align: center;}
	#index_container #index_language {width: 955px; height: 45px; line-height: 45px; margin: 42px 0px 63px 0px; font-size: 18pt; font-style: italic;}
		#index_language A, #index_language A:link, #index_language A:visited, #index_language A:hover {color: black; text-decoration: none; cursor: pointer;}
		#index_sl A, #index_sl A:link, #index_sl A:visited, #index_sl A:hover {color: black; text-decoration: none; cursor: pointer;}
		#index_en A, #index_en A:link, #index_en A:visited, #index_en A:hover {color: #0053a0; text-decoration: none; cursor: pointer;}

		#index_language IMG {vertical-align: middle;}
		#index_language #index_sl {width: 462px; height: 45px; margin-right: 15px; text-align: right; float: left;}
			#index_sl IMG {margin-left: 10px;}
		#index_language #index_en {width: 462px; height: 45px; margin-left: 15px; text-align: left; float: left; color: #0053a0;}
			#index_en IMG {margin-right: 10px;}


div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 955px;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}

#logo {width: 746px; height: 22px; margin: 11px 0px 11px 209px;}

#header {width: 846px; height: 20px; margin: 0px 0px 10px 109px; background: url('images/header-background.jpg') no-repeat; line-height: 20px; color: white; font-size: 11pt;}
	#header A, #header A:link, #header A:visited, #header A:hover {text-decoration: none; color: white;}

#meni1 {width: 104px; margin: 0px 5px 0px 0px; float: left;}
	#meni1 UL {width: 104px; margin: 0px;}
	#meni1 UL LI {width: 104px; min-height: 21px; padding: 0px; margin: 0px; text-align: right; list-style: none;}
	#meni1 UL LI A, #meni1 UL LI A:link, #meni1 UL LI A:visited {color: #A9A476; font-size: 11pt; text-decoration: none; width: 104px; display: block;}
		#meni1 UL LI A:hover {color: black; font-size: 11pt; text-decoration: none;}
		#meni1 UL LI A.selected {color: black;}

#meni2 {width: 100px; margin: 42px 2px 0px 0px; float: left;}
	#meni2 UL {width: 100px; margin: 0px;}
	#meni2 UL LI {width: 100px; min-height: 21px; padding: 0px; margin: 0px; text-align: left; list-style: none;}
	#meni2 UL LI A, #meni2 UL LI A:link, #meni2 UL LI A:visited {color: #A9A476; font-size: 11pt; text-decoration: none; width: 100px; display: block;}
		#meni2 UL LI A:hover {color: black; font-size: 11pt; text-decoration: none;}
		#meni2 UL LI A.selected {color: black;}

#meni3 {width: 208px; margin: 0px 10px 0px 0px; float: left;}
	#meni3 UL {width: 208px; margin: 0px;}
	#meni3 UL LI {width: 208px; min-height: 21px; padding: 0px; margin: 0px; text-align: left; list-style: none;}
	#meni3 UL LI A, #meni3 UL LI A:link, #meni3 UL LI A:visited {color: #A9A476; font-size: 11pt; text-decoration: none; width: 208px; display: block;}
		#meni3 UL LI A:hover {color: black; font-size: 11pt; text-decoration: none;}
		#meni3 UL LI A.selected {color: black;}

#content {width: 526px; float: left;}
	#content #parts {width: 526px;}
		#parts A, #parts A:link, #parts A:visited {color: #aaa576; text-decoration: none; font-size: 11pt; padding-right: 5px;}
		#parts A:hover {color: black;}
		#parts A.selected {color: black;}
	
	#content #image_containter {width: 526px; position: relative; z-index: 100; margin-top: 20px;}
		#image_containter #image {width: 526px; height: 100%; text-align: center; position: aboslute; z-index: 99;} /* Image size 526x470 */
		#image_containter #link_left {width: 50%; height: 100%; position: absolute; top: 0px; left: 0px; z-index: 103; cursor: pointer;}
		#image_containter #link_right {width: 50%; height: 100%; position: absolute; top: 0px; right: 0px; z-index: 104; cursor: pointer;}
			#arrow_left {position: absolute; top: 48%; left: 0px;}
			#arrow_right {position: absolute; top: 48%; right: 0px;}

	#content #text {width: 185px; float: left; margin-right: 25px;}
	#content #text_content {width: 316px; float: left;}
	


#footer {width: 100%; min-width: 100%; height: 37px; min-height: 37px; float: none; clear: both; padding: 0px; margin: 0px; color: #562923; text-align: center; font-size: 9pt; padding-top: 10px;}
	#footer A, #footer A:link, #footer A:visited {text-decoration: none; color: #562923;}
	#footer A:hover {text-decoration: underline;}


P {text-indent: 0px; line-height: 14pt; text-align: left;}
P.right {text-align: right; line-height: 14pt;}
P.right_brez {text-align: right; margin-top: 0px; line-height: 14pt;}
P.center {text-align: center; line-height: 14pt;}

FORM {font-family: "Trebuchet MS", sans-serif; font-size: 9pt;}
TEXTAREA {font-family: "Trebuchet MS", sans-serif; font-size: 9pt;}
INPUT {font-family: "Trebuchet MS", sans-serif; font-size: 9pt;}
OPTION {font-family: "Trebuchet MS", sans-serif; font-size: 9pt;}
SELECT {font-family: "Trebuchet MS", sans-serif; font-size: 9pt;}
IFRAME {font-family: "Trebuchet MS", sans-serif; font-size: 9pt;}

UL {margin-top: 0px; padding-top: 0px;}
OL {margin-top: 0px;}
BLOCKQUOTE {margin-top: 0px; margin-left: 20px;}
LI {margin: 0px; padding: 0px;}
LI.space {margin-bottom: 10px;}

IMG {border: 0px;}

A, A:link, A:visited {text-decoration: underline; color: #602A42;}
A:hover {text-decoration: none;}

A.zoom {cursor: url('../images/icon-zoom.cur');}

H1 {width: 526px; color: black; font-size: 14pt; font-weight: bold; padding: 0px; margin: 0px 0px 5px 0px;}
H2 {width: 526px; color: black; font-size: 12pt; font-weight: normal; padding: 0px; margin: 0px 0px 5px 0px; font-style: italic;}

.topbrez {margin-top: 0px;}
.brez {margin: 0em 0em 0em 1.5em;}

.linija {background-color: #28006A;}

.ok {color: green; font-weight: bold;}
.error {color: red; font-weight: bold;}

.small {font-size: 7.5pt; line-height: 9pt;}

.bela {background-color: #FFFFFF;}

STRONG {font-style: italic;}

#calendar {float: right; width: 180px;}