﻿
body, div, p
{
	font-size: 12px;
	line-height: 17px;
	font-family: Arial, Sans-Serif;
	color: #393939;
	margin: 0px;
	padding: 0px;
	border: none;
}

input, textarea, select, .label
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color: #262626;
}

table { border-collapse: collapse; }

p { padding-bottom: 8px; }

img { border:none; padding: 0px; margin: 0px; }

a { color:#ff1100; }
a:hover { color:#00519d; }
/*a:visited { color:#00519d; }*/

sup, sub {line-height: 6px; font-size: 9px; }

ul { padding: 0px 0px 0px 0px; margin: 0px; }
li
{
    list-style-type: none;
    list-style-position: outside;
    padding: 0px 0px 2px 12px;
    background-image: url(Images/bckLi.gif);
    background-position: left 7px;
    background-repeat: no-repeat;
}

ul.seda li { background-image: url(Images/bckLiSeda.gif); }

h1, .h1, h2, .h2
{
    font-family: Verdana;
    font-size: 18px;
    line-height: 25px;
    padding: 0px 0px 6px 0px;
    margin: 0px;
    font-weight: bold;
    color: #407db6;
    text-transform: uppercase;
}

h3, .h3
{
    font-size: 13px;
    line-height: 20px;
    padding: 0px;
    margin: 0px 0px 2px 0px;
    font-weight: bold;
    color: #00519d;
    text-transform: uppercase;
}

h3 a
{
    color: #00519d;
    text-decoration: none;
}
h3 a:hover { color: #ff1100; }


h4, .h4
{
    font-size: 12px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    font-weight: bold;
    text-transform: uppercase;
}

h4 a, .h4 a
{
    color: #393939;
    text-decoration: none;
}

h4 a:hover, .h4 a:hover
{
    color:#ff1100;
    text-decoration: underline;
}

h5, .h5
{
    font-size: 12px;
    line-height: 17px;
    padding: 0px;
    margin: 0px 0px 2px 0px;
    font-weight: bold;
    color: #00519d;
}

/* ------------- vlastní styly ------------- */

a.linkSipkaVpravo
{
    background-image: url(Images/linkSipkaVpravo.gif);
    background-position: right 4px;
    background-repeat: no-repeat;
    padding-right: 12px;
}
a.linkSipkaVpravo:hover { background-image: url(Images/linkSipkaVpravo_hover.gif); }

.modra { color: #407db6; }

.tblTabulka { width: 100%; }
.tblTabulka td, .tblTabulka th { vertical-align: top; }
.tblTabulka th
{
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 2px;
}