/*--------------------------------------
   BASIC
-------------------------------------- */
*                                      { margin: 0; padding: 0; list-style: none; }
body                                   {
	font: normal 10pt Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	padding: 5px;
}
a, a:link, a:visited                   { color: #000; text-decoration: none; }
a img                                  { border: none; }

/*--------------------------------------
   Layout & Typ.
-------------------------------------- */	
h1                                     {
	font-size: 18pt;
	font-weight: normal;
	margin-bottom: 25px;
}
h2                                     {
	font-size: 14pt;
	font-weight: normal;
	margin: 25px 0 20px 0;
}
h3                                     {
	font-size: 12pt;
	font-weight: bold;
	margin: 20px 0 15px 0;
}
h4,
h5,
h6                                     {
	font-size: 10pt;
	font-weight: bold;
	margin: 15px 0 10px 0;
}
p, ul, ol                              { margin: 10px 0; }

ul, ol                                 { padding-left: 10px; }
ul li                                  { list-style: outside circle; margin-left: 30px;  }
ol li                                  { list-style: outside circle; margin-left: 30px;  }

img                                    { display: inline; margin: 5px; }
.news                                  { display: table; width: 70%; margin-bottom: 20px; }
.news h3                               { display: inline; }

/*--------------------------------------
   HIDE
-------------------------------------- */
#homeContainer #left .top h1,
#homeContainer #left .bottom,
#homeContainer #left #prodajna-mjesta,
#homeContainer #center .bottom,
#homeContainer #center #kontakt,
#scrollbar, 
#homeContainer #right .bottom,
#press-room, .img-rotation, #master,
#kontakt, #subMenu, #newsletter, #path, 
#mainMenu, #prodajna-mjesta, 
#mainContainer #right, #dionice        { display: none; }
/*------------------------------------*/
#footer                                {
	position: relative;
	clear: both;
	float: none;
	font-size: 8pt;
	padding-top: 15px;
	border-top: 1px solid #ccc;
	margin-top: 25px;
	width: 100%;
	}
#footer #copyright                     { display: inline; float: right; }
