*
{
 border: 0px;
 margin: 0px;
 padding: 0px;
 text-align: left;
 text-decoration: none;
}

body
{
 background-color: #FFFFFF;
 color: #2C395C; /* text */
 font-family: Arial;
}

p
{
 margin-bottom: 3px;
 margin-top: 3px;
 text-align: justify;
}

h1 /* nadpis v textu */
{
 color: #731113;
 font-size: 105%;
 margin-bottom: 5px;
 margin-top: 10px;
 text-align: center;
 width: 100%;
}

h5 /* tucny text */
{
 font-size: 100%;
 font-weight: bold;
 margin-bottom: 3px;
 margin-top: 10px;
 text-align: justify;
}

h6 /* nadpis v menu */
{
 color: #1B4181;
 text-align: center;
 font-size: 100%;
 width: 100%;
}

a
{
 color: #000000;
 text-decoration: none;
}

a:hover
{
 border-bottom: 1px dashed #ED897E;
 color: #7A1D1F;
}

ul, ol
{
 margin-bottom: 3px;
 margin-left: 32px;
}

li
{
 margin-bottom: 3px;
 text-align: justify;
}

table
{
 border-collapse: collapse;
 margin-bottom: 5px;
}

tr
{

}

th, td
{
 padding-left: 5px;
 padding-right: 5px;
 vertical-align: middle;
}

form
{
 background-color: #F7FBFF;
 padding: 5px;
}

input, textarea, select
{
 border: 1px dotted #7386BD;
 margin-bottom: 4px;
 width: 250px;
}
