﻿
body, div, p
{
	font-size: 12px;
	line-height: 18px;
	font-family: Verdana, Sans-Serif;
	color: #5f5f5f;
	margin: 0px;
	padding: 0px;
	border: none;
}

input, textarea { font-family: Verdana, Sans-Serif; font-size: 12px; color: #5f5f5f; }

table { border-collapse: collapse; empty-cells: show; }

p { padding-bottom:8px; }

img { border:none; padding: 0px; margin: 0px; }

a { color:#005e87; text-decoration: none; }
a:hover { color:#005e87; text-decoration: underline;}




/*a:visited { color:#005e87; }*/

strong { color: #18479f; }

sup { font-size: 9px; }

.kurziva { font-style: italic; }

ul { padding: 0px 0px 0px 0px; margin: 0px; }
li
{
    list-style-type: none;
    list-style-position: outside;
    padding: 0px 0px 2px 7px;
    background-image: url(Images/bckLi.gif);
    background-position: left 8px;
    background-repeat: no-repeat;
}

h1, .h1, h2, .h2
{
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-family: Verdana;
	color: #939393;	
}

h3, .h3
{
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	color: #5f5f5f;
	text-transform: uppercase;
}

h4, .h4
{
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	color: #3963a9;
}

small {font-size: 11px;}

/* ----------------------------------------- button --------------------------------------- */

.button
{
    display: -moz-inline-box;
    display:inline-block;
    background-image: url(Images/bckButtonP.gif);
    background-position: right center;
    background-repeat: no-repeat;
    height: 28px;
    padding-right: 22px;
}

.button span
{
	display: -moz-inline-box;
    display:inline-block;
	background-image: url(Images/bckButtonL.gif);
    background-position: left center;
    background-repeat: no-repeat;
    height: 28px;
    padding-left: 4px;
}

.button input, .button a
{
	font-family: Verdana, Sans-Serif;
	font-weight:bold;
	font-size: 12px;
	line-height: 26px;
	color: #ffffff;
	background-color: Transparent;
    border:none;
    cursor: pointer;
    overflow:visible;
    padding: 0px 12px 0px 5px;
    margin: 0px;
    text-decoration: none;
}

.button a
{
	display: inline-block;
	line-height: 19px;
	padding-top: 4px;
}

.button input
{
	height: 25px;
}

/*----------------------------------------------------- vlastní styly -----------------------------------------------------------*/

.modra { color: #005e87; }

.label { text-align:left; padding-right:8px}