/*--------------------------------------
   BASIC
-------------------------------------- */
*                                      { margin: 0; padding: 0; list-style: none; }

body                                   {
	font: normal 11pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	}

a img                                  { border: none; }
a                     { color: #000; text-decoration: none; }
br.clear                               { height: 0; line-height: 0; font-size: 0; clear: both; }

/*--------------------------------------
   HIDE
-------------------------------------- */
#slogan span, #mainMenu, #header, #path, 
#icons, #topLink, #development, 
#uslugeMenu                            { display: none; }

/*--------------------------------------
   LAYOUT
-------------------------------------- */
#logo                                  { margin-bottom: 30px; }
#footer                                { 
	margin: 20px 0 0 0; 
	padding: 10px 0; 
	border-top: 1px solid #ccc; 
	font-size: 9pt;
	text-align: center;
	}
	
/*--------------------------------------
   TYP
-------------------------------------- */
h1                                     { font-size: 16pt; font-weight: normal; margin-top: 20px; margin-bottom: 20px; }
h2                                     { font-size: 14pt; font-weight: normal; margin: 10px 0; }
h3,
h4,
h5,
h6                                     { font-size: 13pt; margin: 10px 0; }
p, ul, ol, table, blockquote           { margin: 10px 0; }

ul li                                  { list-style: outside circle; margin-left: 30px; }
ol li                                  { list-style: outside decimal; margin-left: 30px; }	