﻿
body, div, p
{
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Sans-Serif;
	color: #404c61;
	margin: 0px;
	padding: 0px;
	border: none;
}

input, textarea, select
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	color: #404c61;
}
textarea { line-height: 17px; }

table { border-collapse: collapse; }

p { padding-bottom: 8px; }

img { border:none; padding: 0px; margin: 0px; }

a { color: #0274c4; text-decoration: none; }
a:hover { color: #ff3300; }
/*a:visited { color:#0274c4; }*/

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 7px;
    background-image: url(Images/bckLi.gif);
    background-position: left 6px;
    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-family: Trebuchet MS, Sans-Serif;
	color: #275dbd;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding: 0px 0px 2px 19px;
	margin: 0px;
	background-image: url(Images/bckH1.gif);
    background-position: left 4px;
    background-repeat: no-repeat;
}

h1 b, h2 b
{
    color: #ff4400;
    text-transform:uppercase;
}

h3, .h3
{
    font-family: Trebuchet MS, Sans-Serif;
    text-transform:uppercase;
	color: #717484;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding: 0px 0px 2px 16px;
	margin: 0px;
	background-image: url(Images/bckH3.gif);
    background-position: left 6px;
    background-repeat: no-repeat;
}

h4, .h4
{
    text-transform:uppercase;
	color: #275dbd;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
	margin: 0px;
}

h5, .h5
{
    font-family: Trebuchet MS, Sans-Serif;
	color: #4a83da;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
	margin: 0px;
}

/* ----------------------------------------- button --------------------------------------- */

.button
{
    display: -moz-inline-box;
    display: inline-block;
    background-image: url(Images/bckBtnL.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height: 29px;
}

.button a
{
    display: -moz-inline-box;
    display: inline-block;
    font-family: Trebuchet MS, Sans-Serif;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: bold;
    background-image: url(Images/bckBtnP.gif);
    background-position: right top;
    background-repeat: no-repeat;
    text-align:center;
    padding: 5px 15px 4px 15px;
    text-transform:uppercase;
}

.button a:hover { color: #ffffff; }


/* -------------------------------------------- vlstní styly ---------------------------------------------- */

.divMezera
{
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}

.linkSipka
{
    padding: 0px 0px 2px 6px;
    background-image: url(Images/bckLinkSipka.gif);
    background-position: left 5px;
    background-repeat: no-repeat;
}

.red { color:#ff3300; }

.cursorHand { cursor:pointer; }

.label 
{
	display:inline-block;
	padding-right: 6px;
	padding-bottom:2px;
}
