/* logo                                                                       */
.nadpis		{ 	font-family:		Arial, Helvetica, sans-serif;
					font-size:        60px;
              	font-weight:      900;
              	color:            #417bbf;
				}
/* vlastnosti textu pre cely dokument:                                        */
body			{ 	font-family:		Times Roman, serif;
              	font-size:			11pt;
              	background:			#eaf4ff;
              	color:				black;
				}
/* vlastnosti textu normalneho odstavca:                                      */
p           {	text-indent:      20pt;
              	text-align:       justify;
            }
            
/* vlastnosti zobrazenia odkazov:                                             */
A    			{ 	text-decoration:	none;
			  		font-weight:		bold;
     			}
A:link 		{ 	color:				gray;
       		}
A:visited 	{ 	color:				#609ce5;
          	}
A:hover 		{ 	color: 				#417bbf;
            }
/******************************************************************************/
/* Vlastnosti nadpisov:                                                       */
h1          { 	font-family:      Arial CE, Arial, Helvetica, sans-serif;
              	font-size:        16pt;
              	font-weight:      bold;
              	color:            #417bbf;
            }
h2          { 	font-family:      Arial CE, Arial, Helvetica, sans-serif;
              	font-size:        14pt;
              	font-weight:      bold;
              	font-style:       italic;
              	color:            #417bbf;
            }
h3          { 	font-family:      Arial CE, Arial, Helvetica, sans-serif;
              	font-size:        13pt;
              	font-weight:      bold;
              	color:            #417bbf;
            }
h4          { 	font-family:      Arial CE, Arial, Helvetica, sans-serif;
              	font-size:        11pt;
              	font-weight:      bold;
              	color:            #417bbf;
            }
/******************************************************************************/
/* vlastnosti tabulky pre pre informacie:                                     */
.menuTable  { 	border:           1pt solid #417bbf;
              	font-family: 		Arial CE, Arial, Helvetica, sans-serif;
              	font-size: 			9pt;
            }
.menuTHead  { 	font-weight:		bolder;
              	text-align:       left;
              	text-transform:   uppercase;
              	color:            #eeeeee;
              	background:       #417bbf;
            }
.menuTBody  { 	text-align:       justify;
              	vertical-align:   top;
              	color:            #111111;
              	background:       #d8eaff;
            }
/******************************************************************************/
/* vlastnosti hlavnej tabulky pre telo stranky:                               */
.mainTable  { 	border:           1pt solid #417bbf;
              	font-family: 		Arial CE, Arial, Helvetica, sans-serif;
              	font-size: 			9pt;
            }
.mainTHead  { 	font-weight:		bold;
              	text-align:       left;
              	text-transform:   uppercase;
              	color:            #eeeeee;
              	background:       #417bbf;
            }
.mainTBody  { 	text-align:       justify;
              	vertical-align:   top;
              	background:       #d8eaff;
            }
/* tabulka */
.textTable  { 	border:           1pt solid #417bbf;
              	font-family: 		Arial CE, Arial, Helvetica, sans-serif;
             	font-size: 			9pt;
              	background:       #417bbf;
            }
.textTHead  { 	font-weight:		bolder;
              	text-align:       left;
              	text-transform:   uppercase;
              	color:            #eeeeee;
              	background:       #417bbf;
            }
.textTBody  { 	text-align:       justify;
              	vertical-align:   top;
              	color:            black;
              	background:       #d8eaff;
            }
.cvTable    { 	text-align:       justify;
              	vertical-align:   top;
              	background:       #eaf4ff;
			}
/* vlastnosti tabulky pre umiestnovanie zdrojoveho kodu:                      */
.cTab       { 	border:           0pt;
              	font-family: 		courier, sans;
              	font-size: 			10pt;
              	color:	    		navy;
				}
