html,body {
	margin: 0px;
	padding: 0px;
/*	height: 100%; /* needed for container min-height */
	
	font-family: "Trebuchet MS", sans-serif;
	font-size: 9pt;
	line-height: 17px;
	color: black;
	background: white;

/*	position: relative; left: 0px; top: 0px; z-index: 0; /* zaradi transparent z-index */
}
html { overflow: scroll; }

div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 100%;
	
/*	height: auto !important; /* real browsers */
/*	height: 100%; /* IE6: treaded as min-height*/
	min-height: 400px; /* real browsers */
}

#header {width: 955px; min-width: 955px; height: 240px; min-height: 240px; float: none; margin: 0px auto 30px auto; padding: 0px; text-align: left;}
	#header #logos {width: 100%; height: 40px;}
		#header #logos #logo1 {width: 450px; height: 100%; float: left; text-align: left; margin: 0px 0px 0px 50px;}
		#header #logos #logo2 {width: 214px; height: 100%; float: right; text-align: right; margin: 0px 50px 0px 0px;}

	#header #lang {width: 100%; height: 25px; float: none; text-align: right; line-height: 25px; margin: 0px 0px 10px 0px;}
		#lang A {text-decoration: none;}

	#header .space20 {width: 100%; height: 20px; float: none;}
	#header .space15 {width: 100%; height: 15px; float: none;}

	#header #banner {width: 100%; height: 100px; float: none; background: #dddddd;}

	#header #meni1 {width: 100%; height: 50px; float: left; background: #32297b;}
			#header #meni1 ul { padding: 0px; margin: 0px 5px 0px 5px; list-style-type: none;}
			#header #meni1 ul li {float: left; height: 26px; margin: 12px 5px; font-size: 10pt; font-weight: bold; background: #FF0000; color: white; position: relative;}

			#header #meni1 ul li a {float: left; height: 26px; line-height: 26px; margin: 0px; padding: 0px 25px 0px 26px; color: white; text-decoration: none; border: 0px;}
			#header #meni1 ul li a:hover {text-decoration: none; color: black;}

			#header #meni1 ul li a.selected {text-decoration: none; background: white; color: black;}
			#header #meni1 ul li a.selected:hover {text-decoration: none;}


			#header #meni1 ul.nav2 { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; list-style-type: none; border-top: 12px solid white; border-bottom: 1px solid #FF0000;}
			#header #meni1 ul.nav2 li {float: left; height: 20px; width: 400px; margin: 0px 0px; font-size: 8pt; font-weight: bold; background: #FF0000; color: white; text-align: left; border-left: 1px solid #FF0000; border-right: 1px solid #FF0000;}

			#header #meni1 ul.nav2 li a {float: left; height: 20px; width: 366px; line-height: 20px; margin: 0px; padding: 0px 5px 0px 29px; color: white; text-decoration: none; border: 0px;}
			#header #meni1 ul.nav2 li a:hover {text-decoration: none; color: black;}

			#header #meni1 ul.nav2 li a.selected {text-decoration: none; background: white; color: black;}
			#header #meni1 ul.nav2 li a.selected:hover {text-decoration: none;}


			li ul.nav2 { display: none; position: absolute; top: 100%; left: 0; }
			li:hover ul, li.over ul { display: block;}


#homepage_container {width: 955px; min-width: 955px; min-height: 250px; float: none; margin: 0px auto 30px auto; padding: 0px; text-align: left;}
	
	#homepage_container .left_right {width: 360px; min-height: 250px; float: left; margin: 0px 65px 0px 50px; padding: 0px;}
	#homepage_container #left_right_between {width: 4px; min-height: 270px; float: left; margin: 0px; padding: 0px;}

	.homepage_news {width: 360px; min-width: 360px; float: none; margin: 0px auto; padding: 0px;}

		.homepage_news .slika {width: 50px; margin: 0px 15px 15px 0px; float: left;}
		.homepage_news .slika IMG {border: 0px;}
		.homepage_news H2, .homepage_news H2 A, .homepage_news H2 A:link, .homepage_news H2 A:visited {color: #32297b; padding: 0px; margin: 0px; font-weight: bold; text-decoration: none;}
		.homepage_news P {padding: 0px; margin: 0px;}
		.homepage_news P.date {padding: 0px; margin: 0px; font-style: italic; color: #FF0000;}
		.homepage_news .link {float: right; margin: 0px 0px 0px 10px; padding: 0px}
		.homepage_news A, .homepage_news A:link, .homepage_news A:visited {text-decoration: none;}
		.homepage_news A:hover {color: gray; text-decoration: underline;}

	#homepage_container #content {width: 855px; min-width: 855px; min-height: 250px; float: none; margin: 0px auto; padding: 0px; }
		#homepage_container #content .left_right {width: 375px; min-height: 250px; float: left; margin: 0px; padding: 0px;}
		#homepage_container #content #left_right_between {width: 4px; min-height: 270px; float: left; margin: 0px 50px; padding: 0px;}
		#content H1 {margin: 20px 0px 20px 0px;}


	#news_slike {float: right; height: 52px; margin: 0px 0px 15px 15px;}
		#news_slike .slika {height: 50px; width: 75px; text-align: center; float: left; margin-left: 15px; border: 1px solid #dddddd; vertical-align: middle; line-height: 50px; overflow: hidden;}
		#news_slike .slika IMG {margin: auto; border: 0px; display: block;}

	DIV.gallery_small {width: 144px; min-height: 96px; padding: 5px; margin-bottom: 10px; float: left; text-align: center; }
		DIV.gallery_small A {color: black; text-decoration: none;}
		DIV.gallery_small A:hover {text-decoration: underline;}

#footer {width: 955px; min-width: 955px; height: 35px; min-height: 35px; float: none; text-align: center; padding: 0px; margin: 0px auto; font-size: 8pt; color: gray; clear: all; line-height: 40px;}
	#footer A, #footer A:link, #footer A:visited {color: #a88244; text-decoration: none;}
	#footer A:hover {color: #5d5b53; text-decoration: underline;}


DIV.clear {float: none; clear: both;}


P {text-indent: 0px; text-align: justify; margin-top: 0px;}
P.right {text-align: right;}
P.right_brez {text-align: right; margin-top: 0px;}
P.center {text-align: center;}

FORM {font-family: "Trebuchet MS", sans-serif; font-size: 9pt; line-height: 11pt;}
TEXTAREA {font-family: "Trebuchet MS", sans-serif; font-size: 9pt; line-height: 11pt;}
INPUT {font-family: "Trebuchet MS", sans-serif; font-size: 9pt; line-height: 11pt;}
OPTION {font-family: "Trebuchet MS", sans-serif; font-size: 9pt; line-height: 11pt;}
SELECT {font-family: "Trebuchet MS", sans-serif; font-size: 9pt; line-height: 11pt;}
IFRAME {font-family: "Trebuchet MS", sans-serif; font-size: 9pt; line-height: 11pt;}
INPUT.napaka, SELECT.napaka {font-family: "Trebuchet MS", sans-serif; font-size: 9pt; background-color: #fdd946; border: 1px solid #bb141a;}

UL {margin-top: 0px;}
OL {margin-top: 0px;}
BLOCKQUOTE {margin: 0px 0px 0px 20px; padding: 0px;}
LI {margin: 0px; padding: 0px;}
LI.space {margin-bottom: 10px;}

A.zoom {cursor: url('/images/icon-zoom.cur');}

A, A:link, A:visited {text-decoration: underline; color: #005091;}
A:hover {text-decoration: none;}

H1 {font-size: 15pt; margin-top: 0px; padding-top: 0px; color: #32297b;}
H2 {font-size: 10pt; margin-top: 0px; padding-top: 0px; color: #32297b; text-decoration: none;}

.topbrez {margin-top: 0px;}
.bottombrez {margin-bottom: 0px;}
.brez {margin: 0em 0em 0em 1.5em;}

.linija {background-color: #28006A;}

.ok {color: green; font-weight: bold;}
.error {color: #bb141a; font-weight: bold;}

.small {font-size: 7.5pt; line-height: 9pt;}

.linija {background-color: #f8f4de;}
.white {background-color: #FFFFFF;}

.blue {color: #28699f;}
