@charset "utf-8";
body  {
	font: 13px Arial, Helvetica, sans-serif;
	background: white;
	margin: 20; /* 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;
	background-image: url(images/HSN-BACK-PATT.gif);
}
.twoColFixLtHdr #container {
position: absolute;
	width: 974px;
	margin: -302px 0 0 -487px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #E6E6E6;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	top: 50%;
	left: 50%;
} 
.twoColFixLtHdr #header {
	padding: 0;
	text-align: center;
} 
.twoColFixLtHdr #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 50%; /* 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: white;
	background-image: url(images/HSN-SKARE.jpg);
	background-repeat: no-repeat;
	height: 520px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 314px; /* 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: white;
	background-image: url(images/HSN-bezSKARE.jpg);
	background-repeat: no-repeat;
	height: 520px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 314px; /* 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: 160px 50px 20px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent-bez {
	margin: 0 0 0 330px; /* 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: 22px 50px 20px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContent-slika {
	margin: 0 0 0 330px; /* 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: 0px 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:white;
	height: 64px;
} 
.twoColFixLtHdr #footer p {
	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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

.left-top {
	background-image: url(images/friz-tab_08.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 59px;
	width: 314px;
	left: 0px;
	top: 117px;
	position: relative;
	z-index: 10;


}
.left-mid {
	background-image: url(images/friz-tab_13.jpg);
	height: 312px;
	width: 314px;
	left: 0px;
	top: 269px;
	position: relative;
	z-index: 13;
	background-repeat: no-repeat;

	
}
	
	.left-mid-con {
	background-image: url(images/l-bot-back.gif);
	height: 312px;
	width: 314px;
	left: 0px;
	top: 269px;
	position: absolute;
	z-index: 13;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;





}
.left-bot {
	background-image: url(images/friz-tab_14.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 59px;
	width: 314px;
	left: 0px;
	top: 581px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999999;
	position: relative;
	z-index: 14;
	
	}
.left-bot a:link {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	}
.left-bot a:visited {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	
	}
.left-bot a:active {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	
}
.left-bot-con {
	height: 59px;
	width: 314px;
	left: 0px;
	top: 581px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	position: absolute;
	z-index: 14;
	
}
.left-bot-con a:link {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	}
.left-bot-con a:visited {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	
	}
.left-bot-con a:active {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;

}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 150%;
	color: #666666;
	position: absolute;
	width: 570px;
	height: 469px;
	left: 356px;
	top: 301px;
	padding-bottom: 30px;
	
	}
.content a:link {
	color: #666666;
	text-decoration: underline;
}
.content a:visited {
	color: #666666;
	text-decoration: underline;
}
.content a:active {
	color: #666666;
	text-decoration: underline;
}
.content a:hover {
	color: #666666;
	text-decoration: underline;


}
.content-galerija {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 150%;
	color: #666666;
	float: right;
	clear: none;
	position: absolute;
	padding: 5px 0px 5px 10px;
	top: 175px;
	left: 320px;
	background-color: #FFFFFF;
	z-index: 50;
	}

.content-slika {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 150%;
	color: #666666;
	float: right;
	clear: none;
	position: absolute;
	padding: 5px 0px 5px 10px;
	top: 155px;
	left: 340px;
	}

.content-slika-top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	z-index: 20;
	height: 153px;
	width: 660px;
	left: 314px;
	top: 115px;
	position: absolute;

}
.content-bez-slike {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 150%;
	color: #666666;
	position: absolute;
	width: 660px;
	height: 469px;
	left: 316px;
	top: 190px;
	padding-bottom: 30px;
	z-index: 200;
	
	}
.content-seminari {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 150%;
	color: #666666;
	position: absolute;
	width: 570px;
	height: 469px;
	left: 356px;
	top: 155px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	z-index: 200;
	
	
	






}
	
.content-seminari a:link {
	color: #666666;
	text-decoration: underline;
}
.content-seminari a:visited {
	color: #666666;
	text-decoration: underline;
}
.content-seminari a:active {
	color: #666666;
	text-decoration: underline;
}
.content-seminari a:hover {
	color: #666666;
	text-decoration: underline;
}
.left-meni {
	width: 314px;
	padding: 20px 0px 0px 0px; 
	position: relative;
}
.mali-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	text-decoration: none;
	text-align: left;
	color: #CCCCCC;
	left: 20px;
	top: 320px;
	position: relative;
	font-weight: normal;

}

.mali-link a:link {
	color: #CCCCCC;
	text-decoration: none;
}
.mali-link a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.mali-link a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.mali-link a:hover {
	color: #999999;
	text-decoration: underline;
}
.tablica {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;

}
.tablica a:link {
	color: #666666;
	text-decoration: underline;
}
.tablica a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
.tablica a:active {
	color: #CCCCCC;
	text-decoration: underline;
}
.tablica a:hover {
	color: #999999;
	text-decoration: underline;
}

.sl {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}

ul {
list-style-position: outside; }

li {
padding-bottom: 3px; } 
