@charset "utf-8";
/* 
Zakladny styl, ktory nastavy pociatocne hodnoty vsetkych prehliadacov na rovnako. 
TENTO SUBOR NEUPRAVOVAT !!! 
*/

/*Vsetko vynulovat */
body, h1, h2, h3, h4, h5, ul, ol, li, p, object, embed, param, img, table { margin: 0px; padding: 0px; }
img, table { border:none; }

/* Nastavit na najcastejsie */
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background-color: #FFFFFF;  }
h1 { margin:15px 0px; font-size:170%; }
h2 { margin:10px 0px; font-size:130%; }
h3 { margin:10px 0px; font-size:110%; }
p { margin:10px 0px; }
ul, ol { margin-left:35px; }
ul { list-style-type:disc; }
ol {list-style-type:decimal; }
table th{ text-align:center; font-weight:bold; }
a { text-decoration:underline; color: blue; }
a:hover { text-decoration:none; }

/* Objekty */
.A_no_border { font-size:0px; line-height:0px; }
.A_clear { height:0px; clear:both; font-size:0px; line-height:0px; }
.A_center { text-align:center; }

