<!--
/* preferovaný stytl pro produkty */
div#obsah{
	width: 746px;
	height: 30em;
	min-height: 85em;
	clear: both;
	border-left: #3C6080 2px solid;
	border-right:#3C6080 2px solid;
	border-top:none;
	background-color:white;
	
}
/* page specifikace produktů */
.middle{
	width: 650px;
	height:auto;
	clear: both;
	margin-top: 1em;
	text-align: left;
	
}
.down{
	width: 650px;
	height:auto;
	clear: both;
	margin-top: 1em;
	text-align: left;
	
}
.tabulka{
	width: 600px;
	height:auto;
	clear: both;
	margin-top: 0.5em;
	text-align: center;
	
}
table{
	display: table;
	width: auto;
	border-collapse: separate;
	border: 2px solid #696767;
	margin-left: auto;
	margin-right: auto;
}
tr{display:table-row;}

td,th{
	display:table-cell;
	width: auto;
	height: auto;
	text-align:center;
	vertical-align:middle;
	border: 2px solid #696767;
	padding: 0.3em;

}
th{
	text-align: center;
}

div#obsah p{
	width: 660px;
	height: auto;
	text-align: justify;
	margin-top: 0.3em;
	margin-left: 50px;
	font-weight: normal;
}
ul {
	list-style: outside square;
	position: relative;
	margin-left: 100px;
	margin-top: 0.5em; 
	margin-bottom: 1.5em; 
} 
div#obsah li {
	font-size: 100%;
	font-weight: normal;
	line-height: 130%;
	color: black;
}
-->
