﻿body, div, p
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
    line-height: 16px;
	color: #4c584b;
    border: none;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

img { border:none; padding: 0px; margin: 0px; }

p { margin-bottom:8px; }

a { color:#ff5500; }
a:hover { color:#3b9b39; }

ul { padding: 0px 0px 0px 16px; margin: 0px; }
li
{
    list-style-type: disc;
    list-style-position: outside;
    padding: 2px 0px 0px 0px;
}

h1, .h1
{
	font-family: Tahoma, Sans-Serif;
	font-size: 15px;
	line-height: 18px;
	font-weight:bold;
	color: #3b9b39;
	margin: 4px 8px 2px 8px;
	background-image: url(Images/bckH1.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
	padding-left: 17px;
}

h2, .h2
{
	font-size: 13px;
	line-height: 17px;
	font-weight:bold;
	color: #3b9b39;
	margin: 10px 8px 6px 8px;
	background-image: url(Images/bckH2.gif);
	background-position: left 7px;
	background-repeat: no-repeat;
	padding-left: 11px;
}

h3, .h3
{
	font-family: Tahoma, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
}

h4, .h4
{
	font-family: Tahoma, Sans-Serif;
	font-size: 13px;
	line-height: 16px;
	color: #3b9b39;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 2px;
}

h5, .h5
{
	font-family: Tahoma, Sans-Serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 2px;
}

/* ------------- vlastní styly ------------- */

.zelena { color: #3b9b39; }
.cervena { color: #ff0000; }
.staraCena { text-decoration: line-through; color: #939d93; }
