﻿
body, div, p
{
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Sans-Serif;
	color: #393e42;
	margin: 0px;
	padding: 0px;
	border: none;
}

input, textarea { font-family: Arial, Sans-Serif; }

table { border-collapse: collapse; empty-cells: show; }

p { padding-bottom:8px; }

img { border:none; padding: 0px; margin: 0px; }

a { color:#ff5500; }
a:hover { color:#18479f; }
/*a:visited { color:#18479f; }*/

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 4px 8px;
    background-image: url(Images/bckLi.gif);
    background-position: left 5px;
    background-repeat: no-repeat;
}

h1, .h1, h2, .h2
{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	font-family: Verdana;
	color: #18479f;	
}

h3, .h3
{
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-family: Verdana;
	color: #393e42;
}

h4, .h4
{
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	color: #18479f;	
}

/* ----------------------------------------- button --------------------------------------- */

.button input, .button a
{
	display: -moz-inline-box;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	color: #ffffff;
	text-align: center;
	background-image: url(Images/bckButtonP.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: Transparent;
	border: none;
	cursor: pointer;
	padding: 5px 18px 6px 18px;
	text-decoration: none;
}

span.button
{
	display: -moz-inline-box;
	display: inline-block;
	background-image: url(Images/bckButtonL.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
}

/*-------------------------------------  rámeček -----------------------------------------*/


/*-- šedý rámeček, kulaté rohy, bílé pozadí --*/

.ramecek { padding: 0px; }

.ramecek_LH
{
	background-image: url(Images/ramecek_LH.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.ramecek_PH
{
	background-image: url(Images/ramecek_PH.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 9px;
	line-height: 9px;
}

.ramecek_S
{
	background-color: #ffffff;
	padding: 0px;
	border-left: solid 1px #d7dee5;
	border-right: solid 1px #d7dee5;
	background-position: left top;
	background-repeat: no-repeat;
}

.ramecek_LD
{
	background-image: url(Images/ramecek_LD.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.ramecek_PD
{
	background-image: url(Images/ramecek_PD.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 9px;
	line-height: 9px;
}