﻿body, div, p, .text
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	color: #45494c;
	margin: 0px;
	padding: 0px;
	border: none;
}

table { border-collapse: collapse; }

p { padding-bottom:8px; }

img { border:none; padding: 0px; margin: 0px; }

a { color:#ff3300; }
a:hover { color:#00655f; }

ul { padding: 0px 0px 8px 0px; margin: 0px; }
li
{
    list-style-type: none;
    list-style-position: outside;
    padding: 0px 0px 2px 8px;
    background-image: url(Images/bckLi.gif);
    background-position: left 6px;
    background-repeat: no-repeat;
}

h1, .h1, h2, .h2
{
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	margin: 8px 0px 4px 0px;
	padding: 0px 0px 8px 22px;
	font-family: Verdana;
	color: #00655f;
	background-image: url(Images/bckH1.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	text-transform: uppercase;
}

h3, .h3
{
	font-family: Verdana;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #636466;
	margin: 8px 0px 4px 0px;
	padding: 0px 0px 8px 0px;
}

h4, .h4
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 4px 0px;
}

h5, .h5
{
	font-family: Verdana;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	margin: 0px;
	padding: 4px 0px 2px 0px;
}

/*------------------------------ vlastní styly -------------------------- */

.modra {color: #7082ba;}

a.linkSipkaVpravo
{
	background-image: url(Images/bckLinkSipkaVpravo.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
	padding-right: 12px;
}
a.linkSipkaVpravo:hover { background-image: url(Images/bckLinkSipkaVpravo_hover.gif); }

.imgFloatLeft
{
	float: left;
	padding-right: 16px;
}

/*------------------------------ form -------------------------- */

span.button
{
	background-image: url(Images/bckButtonL.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 6px;
	display: inline-block;
}

span.button span
{
	background-image: url(Images/bckButtonP.gif);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 6px;
	display: inline-block;
}

.button input
{
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px 0px 6px 0px;
	margin: 0px;
	color: #ffffff;
	text-align: center;
	background-image: url(Images/bckButtonS.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: Transparent;
	border: none;
	cursor: pointer;
}
