﻿
body
{
	font-size: 13px;
	line-height: 18px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	color: #4f4f4f;
	margin: 0px;
	padding: 0px;
	border: none;
}

div, p
{
	margin: 0px;
	padding: 0px;
	border: none;
}

p { padding-bottom: 8px; }

td, th 
{
	font-size: 13px;
	line-height: 18px;
	font-family: Trebuchet MS, Arial, Sans-Serif;	
}

input, textarea, select
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 13px;
	margin: 0px;
	padding: 2px 4px 2px 4px;
	color: #4f4f4f;
}
textarea { line-height: 19px; }

table { border-collapse: collapse; }

img { border:none; }

a { color:#176573; }
a:hover { color:#ff8800;}
/*a:visited { color:#176573; }*/

strong
{
    font-weight: normal; 
    color: #000000;
}

sup, sub { font-size: 9px; line-height: 9px; }

ul { padding: 0px 0px 8px 0px; margin: 0px; }
ul li
{
    list-style-type: none;
    list-style-position: outside;
    padding: 0px 0px 2px 9px;
    background-image: url(Images/bckLi.gif);
    background-position: left 8px;
    background-repeat: no-repeat;
}

ol { padding: 0px 0px 8px 0px; margin: 0px; }
ol li
{
    list-style-type: none;
    list-style-position: outside;
    padding: 0px 0px 2px 0px;
    background-image: none;
}

h1, .h1, h2, .h2
{
    font-size: 18px;
    line-height: 24px;
	color: #4f4f4f;
	font-weight: normal;
	margin: 24px 0px 12px 0px;
	padding: 0px;
}

h3, .h3
{
	font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 0px;
	padding: 0px;
}

h4, .h4
{
	font-size: 18px;
    line-height: 24px;
	color: #176573;
	font-weight: bold;
	border: 1px solid #819ea3;
	padding: 2px 16px 1px 16px;
	margin: 24px 0px 12px 0px;
}

h5, .h5
{
	font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    color: #176573;
    padding: 0px;
    margin: 6px 0px 2px 0px;
}

h6, .h6
{
	background-color: #89bab1;
	font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #ffffff;
    padding: 3px 16px 2px 16px;
    margin: 0px;
}

/* -------------------------------------------- vlstní styly ---------------------------------------------- */

.divMezera
{
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.spanTabulator
{
    display: inline-block;
}

a.linkOranzova
{
    color: #ff8800;
    background-image: url(Images/bckLinkOranzovaSipka.gif);
    background-position: right 5px;
    background-repeat: no-repeat;
    padding-right: 24px;
    display: inline-block;
}

a:hover.linkOranzova
{
    color: #176573;
    background-image: url(Images/bckLinkOranzovaSipka_hover.gif);
}

input.button
{
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 40px 2px 13px;
    border: 3px solid #f3fafc;
    background-color: #89bab1;
    cursor: pointer;
    background-image: url(Images/bckButton.gif);
    background-position: right center;
    background-repeat: no-repeat;
}
