/* reset */
* 
{
	margin:0; 
	padding: 0;
}

html,body,table,td,ul,li,form,p
{
	margin:0;
	padding:0;
}

body, td, ul, li, div, span, a
{
	font-size:14px;
	line-height:1;
	font-family:Helvetica;
	color:#fff;	
}

body
{
	background:#000;
}

a
{
	text-decoration:none;
}

/* MAIN */
.content
{
	width:972px;
	margin:0 auto;
	position:relative;
	/*background:#eee;*/
}

#head
{
	height:81px;
	background:#121212;
}

#head .logo
{
	position:absolute;
	top:25px; left:0;
}

#head ul
{
	position:absolute;
	top:19px;
	right:0;
}

#head li
{
	list-style:none;
	width:21px;
	height:20px;
	line-height:16px;
	background-color:#292929;
	text-align:center;
	vertical-align:middle;
	margin-top:1px;	
}

#head li a
{
	font-size:11px;
}

#head li.sel, #head li.sel a
{
	background:#485054;
}

#logo
{
	height:328px;
	background:url(img/logo_bg.jpg) repeat-x 0 0;
}

#logo .content
{	
	height:328px;
}

#logo #menu
{
	width:217px;
	height:328px;
	float:left;
	background:url(img/menu_bg.jpg) no-repeat;
}

#logo #menu ul
{
	width:217px;
	height:310px;
	float:left;
	margin-top:18px;
	position:relative;
	z-index:1;
}

#logo #menu li
{	
	list-style:none;
	height:27px;
	margin-top:2px;
	float:left; clear:left;
}

#logo #menu li .mo
{
	position:absolute;
	top:2px; left:0; z-index:-1;
	width:217px;
	height:27px;
}

#logo #menu li .m2 { top:31px; }
#logo #menu li .m3 { top:60px; }
#logo #menu li .m4 { top:89px; }
#logo #menu li .m5 { top:118px; }
#logo #menu li .m6 { top:147px; }
#logo #menu li .m7 { top:176px; }
#logo #menu li .m8 { top:205px; }
#logo #menu li .m9 { top:234px; }
#logo #menu li .m10 { top:263px; }

#logo #menu li a
{	
	color:#ec6f13;
	background:white;
	font-size:18px;
	text-transform:lowercase;
	float:left;
	padding:5px 18px 4px 18px;	
	z-index:2;
}

#logo #menu li a i
{
	font-style:normal;	
}

#logo #menu li.closed a
{	
	padding:0;
	width:20px;
	height:27px;
}

#logo #menu li.closed a i
{
	display:none;
}

#logo #menu li a.selected
{
	color:#fad9c0;
	background:#ec6f13;
}

#logo #imageContainer
{
	width:755px;
	height:328px;
	float:left;	
}

#logo .noflash
{
	background:url(img/noflash.jpg) no-repeat;
}

#content
{
	background:url(img/content_bg.jpg) repeat-x;	
	/*height:200px;*/
}

#content .freetext 
{
	vertical-align:top;
	font-size:14px;
	color:#fff;
	padding:15px 0 60px 0;
}

#content .freetext a
{
	padding-right:10px;
	background:url(img/link_bg.gif) no-repeat right 6px;
}

#content .freetext a:hover
{
	color:#ec6f13;
	text-decoration:underline;
}

#content .freetext li
{
	list-style:none;
	padding-left:12px;
	margin-top:2px;
	background:url(img/bullet.gif) no-repeat 0 4px;
}

#content .freetext h1
{
	font-size:18px;
	font-weight:bold;
	color:#ec6f13;
	margin:15px 0 30px 0;
}

#content .freetext h2,
#content .freetext h3
{
	font-size:15px;
	color:#ec6f13;
	margin:15px 0;
}

#content .freetext h4
{
	font-size:14px;
	color:#ec6f13;
	margin:15px 0;
	font-weight:normal;
}

#content .freetext table.ljudje td
{
	vertical-align:top;
	padding-left:10px;
}

#content .freetext table.ljudje h1
{
	margin:0 0 5px 0;
	font-weight:normal;
}

#content .submenus
{	
	width:972px;
	height:20px;
}

#content .submenus li
{	
	list-style:none;
	float:left;
	margin-right:1px;	
}

#content .submenus li a
{	
	float:left;
	height:20px;
	line-height:20px;
	font-size:15px;
	padding:0px 9px;
	background:#fff;
	color:#ec6f13;
}

#content .submenus li a.selected,
#content .submenus li a:hover
{
	background:#ce8b56;
	color:#fff;
}

#foot
{
	border-top:solid 1px #1a1a1a;
	padding-bottom:60px;
}

#foot a
{
	font-size:10px;
}

#foot a:hover
{
	color:#ec6f13;
	text-decoration:underline;
}

#foot .copyright
{
	position:relative;
	top:10px;
	font-size:10px;
}

#foot .menus
{
	position:absolute;
	top:26px;
	left:113px;
	font-size:10px;
}

#foot .logo
{
	background:url(img/logo_small.gif) no-repeat 4px 0;
	padding:1px 22px 0 0;
}