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

body {
	font: 0.75em Tahoma, Arial, Helvetica, sans-serif;
	background: #d9261c;
	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 {
	position: relative;
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #d9261c;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;	
	border-bottom: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: 40px;
}
#header {
	position: relative;
	border-bottom: 1px solid #000;
	height: auto !important;
	height: 275px;
	padding-bottom: 184px !important; 
	padding-bottom: 0;
}

#header #logo {
	position: absolute;
	width: 235px;
	height: 139px;
	right: 30px;
	top: 10px;
}

#header #logo img {
	width: 235px;
	height: 139px;
	behavior: url(iepngfix.htc);
}

#header h1 {
	text-transform: uppercase;
	color: #fff;
	font-size: 2.7em;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0.25em 0 0.25em 12px ; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header h1 span {
	display: block;
	font-size: 0.56em;
}

#header h2 {
	position: absolute;
	bottom: 0.25em;
	left: 12px;
	color: #fff;
	font-weight: bold;
}

#header h1 img {
position: relative;
top: 2px;
}

#menu {
	background-color: #fff;
	height: 2em;
}
#menu ul.m1 {
		list-style-type: none;
	padding: 0;
	margin-left: 4px;
	position: relative;
	z-index: 999;
}

#menu ul.m1 li { behavior: url(csshover.htc); }

#menu ul.m1 li {
	float: left;
	display: inline;
	position: relative;
	line-height: 2em;
}

#menu ul.m1 li a {
	color: #000;
	padding-left: 8px;
	clear: right;
	padding-right: 8px;
	text-decoration: none;
	background:url(images/menu_sep.png) no-repeat right center;
}

#menu ul.m1 li.last a {
	background: none;
}

#menu ul.m1 li a:hover {
	text-decoration: underline;
}

#menu ul.m1 ul.m2 {
	position: absolute;
	z-index: 999;
	display: none;
	left: 0;
	top: 99%;
	margin: 0;
	width: 150px;
	border-top: 1px solid #d9261c;
	background: url(images/menu_bg.png) bottom center no-repeat;
	padding-bottom: 5px;
	}

#menu ul.m1 li:hover ul.m2 {
	display: block;
}

#menu ul.m1 ul.m2 li {
	float: none;
	display: block;
	height: 2em;
	line-height: 2em;
	background: #fff;	
}

#menu ul.m1 ul.m2 li a {
	background: #fff;
	height: 2em;
	clear: right;
	line-height: 2em;
	white-space: nowrap;
	padding: 0;
	margin: 0;	
	padding-left: 8px;
}

#l_slo, #l_eng {
	margin-top: 0.5em !important;
	margin-top: 0.3em;
	margin-right: 5px;
	display: block;
	float: right;
	width: 16px;
	height: 11px;
	background: url(images/lang.png) no-repeat left center;
	text-indent: -5000px;
	border: 1px solid #fff;
}

#l_eng {
	background: url(images/lang.png) no-repeat right center;
}

#l_slo:focus, #l_eng:focus {
	outline: none;
	border: 1px dotted gray;
}

a[href^="http:"] {
	background:url(images/ex.gif) 99% 50% no-repeat !important; 
	padding-right: 15px !important;
}

#mainContent {
	padding: 1.5em 15px 0 15px !important;
	padding: 1.5em 15px 1.5em 15px;
	color: #fff;
}

#mainContent a {
	color: #fff;
	text-decoration: underline;
}

#mainContent a:hover {
	text-decoration: none;
}

#mainContent em {
	font-style: italic;
}

.small {
	font-size: 0.9em;
}

.fcolw {
	width: 420px;
	float: left;
}

.fcoll {
	width: 330px;
	float: left;
}

.fcolr {
	width: 500px;
	float: right;
}

.fcoll2 {
	width: 500px;
	float: left;
}

.fcolr2 {
	width: 330px;
	float: right;
}


.fcol3 {
	width: 315px;
	float: left;
}


.novica {
	padding-top: 8px !important;
	margin-top: 0.7em !important;
}

.novica p {
	margin-top: 3px;
}

.novica h4 {
	color: #fff;
	font-weight: bold;
}

.novica .datum {
	color: #fff;
}

.novica img {
	margin-right: 8px;
	margin-bottom: 7px;
	float: left;
}

.photo {
	width: 133px !important;
	margin-right: 20px !important;
	margin-bottom: 8px;
	float: left;
	display: inline;
}

.photo img {
	float: none;
	margin-right: 0;
	border: 1px solid #fff;	
}

.photo .podnapis {
	font-size: 0.85em;
	color: #565656;
}

.photo span {
	font-size: 0.9em;
}

table.urnik {
	width: 99%;
}

table.urnik td {
	font-size: 1em;
	color: #fff;
	border: 1px solid #fff;
	padding: 3px;
	text-align: center;
}

table.urnik td.left, table.urnik th.left, table.left td {
	text-align: left;
}

table.urnik th {
	white-space: nowrap;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #d9261c;
	background-color: #fff;
	border: 1px solid #d9261c;
	border-top: 1px solid #fff;
	padding: 3px;
}

table.urnik th.f {
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

table.urnik th.l {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}

table.noborder td {
	border: none;
}

#mainContent img {
	border: 1px solid #fff;
}

#mainContent img.noborder {
	border: none;
}

#mainContent ul {
	padding-left: 2em;
	list-style-type: disc;
}

#mainContent ul li {
	line-height: 2em;
}

#mainContent h3 {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 8px;
}

#mainContent strong {
	font-weight: bold;
}

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

#footer {
	height: 110px;
	background:url(images/logotipi_sponzorji.png) center 30px no-repeat;
	position: relative;
	top: 20px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
	background: none !important;
	padding: 0 !important;
}

#footer a:hover {
	text-decoration: none;
}

#footer .pokrovitelj {
	display: block;
	font-size: 1.5em;
	height: 36px;
	line-height: 36px;
	text-indent: 175px;
	background:url(images/logotipi_pokrovitelj.png) 560px top no-repeat #000;
	background: none;
	text-indent: -5000px;
	color: #fff;
}

#footer p {
	margin-top: 60px;
	text-align: center;
	color: #fff;
	font-size: 0.9em;
}

#pagelist {
	position: relative;
	margin-top: 1em;
}

#pagelist a {
	padding: 0 !important;
	background: none !important;
}

.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;
}