﻿* {
	color: Black;
	font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 8.5pt;
}

a {
	color: #34651c;
	text-decoration: underline;
}
a:hover, a:focus {
	/*color: #4b3e29;*/
	color: #ff6603;
}
a img {
	border: 0px;
}

p {
	margin: 12px 0px;
	text-align: justify;
}

h1 {
	margin: 0px 0px 16px;
	color: #0b3f00;
	font: bold 16pt "Arial Narrow", Arial, sans-serif;
}

h2 {
	margin: 16px 0px 12px;
	font: bold 11.5pt Arial, sans-serif;
}

h2 a {
	margin: 16px 0px 12px;
	font: bold 11.5pt Arial, sans-serif;
	color:Black;
	text-decoration:none;
}

h3 {
	margin: 12px 0px;
	font: bold 9pt;
	/*color: #3e4b6c;*/
}

sup, sub {
	font-size: 6pt;
}

/* zarovnání */
.right, p.right {
	text-align: right;
}

.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
div.cleaner {
	clear: both;
	height: 0px;
	overflow: hidden;
}

ol.vmargin li, ul.vmargin li {
	margin-bottom: 10px;
}

/* obrázky */
a.right img, img.right {
	float: right;
	margin: 0px 0px 4px 6px;
}
a.left img, img.left {
	float: left;
	margin: 0px 6px 4px 0px;
}

/* produkty */
table.products {
	width: 100%;
	margin: 0px;
	border: solid 1px #c0c0c0;
	border-collapse: collapse;
}
table.products td {
	border: solid 1px #c0c0c0;
}
table.products tr.images td {
	text-align: center;
}
table.products tr.description td {
	padding: 7px 4px;
	background-color: #7f7f7f;
	color: White;
	text-align: center;
}
table.products tr.description * {
	color: White;
}
