﻿body, div ,p, h2, .h2
{
    padding: 0px;
    margin: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    line-height: 15px;
    color: #6b6a6a;
}

p { padding-top: 4px; }

h1, .h1
{
    margin: 0px;
    font-size: 18px;
    line-height: 24px;
    color: #1277e1;
    padding: 0px 0px 4px 20px;
    background-image: url(images/bckH1.gif);
    background-repeat: no-repeat;
    background-position: left 7px;
    font-weight:bold;
}

h3, .h3
{
    font-size: 18px;
    line-height: 24px;
    margin: 2px 0px 0px 0px;
    color:#595e64;
    font-weight:bold;
}

.ajax__tab_panel h3
{
    margin: 12px 0px 0px 0px;
    font-size: 14px;
    line-height: 19px;
    color: #2f8dcc;
    font-weight:normal;
}


h4, .h4
{
    margin: 6px 0px 0px 0px;
    font-size: 11px;
    line-height: 15px;
    color: #2f8dcc;
    font-weight:bold;
}

h5, .h5
{
    margin: 0px;
    font-size: 14px;
    line-height: 19px;
    color: #ff5500;
    font-weight:normal;
}

h6, .h6
{
    margin: 0px;
    font-size: 14px;
    line-height: 19px;
    color: #2f8dcc;
    font-weight:normal;
}

a { color:#1277e1; }
a:hover { color: #6b6a6a; }
a img { border:none;}

ol
{
    margin: 0px 0px 0px 23px;
    padding: 0px;
    list-style-type:lower-alpha;
    list-style-position:outside;
}
ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-image: url(images/bckLi.gif);
    list-style-position:outside;
}
ul li { margin-left: 12px; }

strong
{
    color:#1d6eb0;
}

table 
{
 border-collapse:collapse;
}

sup, sub
{
	font-size: 8px;
	padding: 0px;
	line-height: 8px;
}

/* ------------ vlastní styly ------------ */

.modra
{
   color:#1d6eb0;
}

.linkOranzova
{
     color:#ff5500;
}

.linkOranzovaSipkaNahoru
{
    color:#ff5500;
    background-image: url(images/bckSipkaNahoru.gif);
    background-repeat: no-repeat;
    background-position: right 1px;
    padding-right: 11px;
}

.inlineBlock
{
	display:inline-block;
	display:-moz-inline-box; 
}
