/*--------------------------------------
   BASIC
-------------------------------------- */
*                                      { margin: 0; padding: 0; list-style: none; }

body                                   {
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	padding: 10px;
	text-align: center;
	}


a img                                  { border: none; }
a, a img, 
a:link, a:visited, 
a:hover, a:active                      { outline: none; color: #000; text-decoration: none; }
br.clear                               { clear: both; }
/*--------------------------------------
   HIDE
-------------------------------------- */
#mainMenu, #nav, #izdvojeno, 
#development, .sliderwrapper, .contentdiv,
#topImage, .pagination                 { display: none; }

/*--------------------------------------
   LAYOUT & Typ.
-------------------------------------- */
#wrapper                               { text-align: left; }
#print-logo                            { margin-bottom: 30px; }
#print-footer                          { clear: both; margin-top: 15px; color: #ccc; font-size: 8px; text-align: center; }
#print-footer img                      { margin: 0; vertical-align: middle; }
#print-footer img#footerline           { margin-bottom: 10px; }

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, table                       { 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;  }

td                                     { padding: 2px 4px; border-bottom: 1px solid #ccc; }
	
th                                     { padding: 6px 4px; text-align: center; }
th.left                                { text-align: left; }

img                                    { display: inline; margin: 5px; }

#reference img                         { vertical-align: middle; }