﻿body
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    line-height: 15px;
    color:#404c61;
    border: none;
    padding: 0px;
    margin: 0px;
}

p
{
    padding: 0px 0px 8px 0px;
    margin: 0px;
}

img { border: none; }

a { color: #0274c4; text-decoration: none; }
a:hover { color: #ff3300; text-decoration: none; }

h1, h2, .h1, .h2
{
    font-size: 14px;
    line-height: 18px;
    color:#275dbd;
    font-weight:bold;
    margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 22px;
    background-image: url(Images/bckH1.gif);
    background-position: left 1px;
    background-repeat: no-repeat;
    
}

h3, .h3
{
    font-size: 11px;
    line-height: 15px;
    color: #717484;
    font-weight:bold;
    text-transform:uppercase;
    margin: 12px 0px 2px 0px;
    padding: 0px 0px 2px 13px;
    background-image: url(Images/bckH3.gif);
    background-position: left 3px;
    background-repeat: no-repeat;
}

h4, .h4
{
    font-size: 12px;
    line-height: 15px;
    color: #275dbd;
    font-weight:bold;
    text-transform:uppercase;
    margin: 0px;
    padding: 0px;
}

h5, .h5
{
    font-size: 11px;
    line-height: 15px;
    color: #4a83da;
    font-weight:bold;
    text-transform:uppercase;
    margin: 0px;
    padding: 0px;
}

ul { padding: 0px 0px 0px 0px; margin: 0px; }
li
{
    list-style-type: none;
    list-style-position: outside;
    padding: 0px 0px 2px 8px;
    background-image: url(Images/bckLi.gif);
    background-position: left 6px;
    background-repeat: no-repeat;
}

/* --------------------- vlastní styly ----------------------- */

.red { color:#ff3300; }
.modra {color: #275dbd;}

.galerieNahled {
 cursor: pointer;
 border:solid 1px #cacdd3;
}
.galeriePopup {
 cursor: pointer;
 border:solid 10px White;
}
.galeriePopup img { display: block; }
.galeriePageBackground {
 background-color:#707e96;
 filter:alpha(opacity=70);
 opacity:0.7;
}

.tabulka {
 border-collapse:collapse;
 border-top:double 3px #cacdd3;
 border-bottom:double 3px #cacdd3;
 empty-cells:show;
 margin-bottom:8px;
}
.tabulka th, .tabulka td {
 padding:1px 4px 2px 4px;
}
.tabulka th {
 border:solid 1px #cacdd3;
 color:White;
 background-color:#8d8f9c;
}
.tabulka td {
 border:solid 1px #cacdd3;
 text-align:center;
}
.cursorHand{ cursor:pointer}
