html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline;
}
:focus
{
 outline: 0;
}
ol, ul
{
 list-style: none;
}
table 
{
 border-collapse: separate;
 border-spacing: 0;
}
caption, th, td 
{
 text-align: left;
 font-weight: normal; 
}
/* NADPISY */
h1
{
 color: #008FD1;
 font-weight: bold;
 font-size: 20px;
}
h2
{
 color: #49A6BF;
 font-weight: bold;
 font-size: 18px;
}
h3
{
 color: #296F99;
 font-size: 16px;
 font-weight: bold;
}
h4
{
 color: #3167C4;
 font-size: 14px;
 font-weight: bold;
}
h5
{ 
 color: #5095F4;
 font-size: 12px;
}
h6
{ 
 color: #6DA4F4;
 font-size: 10px;
}

/* Zarovnani */
.stred 
{
 text-align: center;
 margin-left: auto;
 margin-right: auto;
}
.ovpravo
{
 float: right;
 clear: right;
 margin-left: 10px;
}
.ovlevo 
{
 float: left;
 clear: left;
 margin-right: 10px;
}
.vpravo 
{
 text-align: right;
 margin-left: auto;
 margin-right: 0px;
 width: 400px;
}
.vlevo 
{
 text-align: left;
 margin-left: 0px;
 margin-right: auto;
}
/* Zarovnání textu*/
.textvpravo
{
 text-align: right;
}
.zarovnani-do-bloku
{
 text-align: justify;
}
.podtrhnuty-text
{
 text-decoration: underline;
}
strong
{
 font-weight: bold;
}
em
{
 font-style: italic;
}
a
{
 color: #2861a1;
 text-decoration: underline;
}
a:hover
{
 color: #2861a1;
 text-decoration: none;
}
hr
{
 color: #D487AE;
 background-color: #D487AE;
 height: 2px;
 border: 0px;
 clear: both;
}
/* Formátování formulářů*/
fieldset
{
 border: 1px solid #D487AE;
 padding: 10px;
 width: 300px;
}
legend
{
 padding: 5px;
 font-weight: bold;
 color: #A80F5D;
}
/* Formátování hlášek*/
.error
{
 color: red;
 font-weight: bold;
}
.success 
{
 color: green;
 font-weight: bold;
}
/* Formátování tabulky*/
td
{
 vertical-align: top;
}
