/*START - VÝCHOZÍ STYL*/
html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, p {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ul, li, ol {
	list-style: square;
	line-height: 18px;
  list-style-position: inside;
}
td, th {
	vertical-align: top;
}
html, body {
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
p {
	line-height: 18px;
  margin: 0;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
pre{
margin: 0;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
}
table {
	margin: 0px;
	padding: 0px;
}
table th {
	background-color: #CCCCCC;
	display: table-cell;
	vertical-align: inherit;
	height: 36px;
}
table td {
	margin: 0;
	padding: 7px;
	display: table-cell;
	vertical-align: inherit;
	background-color: #E9E9E9;
}
/*END - VÝCHOZÍ STYL*/
/*START - POZICE OBRÁZKŮ*/
.left {
	float: left;
}
.right {
	float: right;
}
.text_right {
	text-align: right;
}
.center {
	text-align: center;
}
/*START - POMOCNÉ BARVY*/
.red {
	color: #ff0000;
}
.white {
	color: #ffffff;
}
.green {
	color: #008800;
}
/*END - POMOCNÉ BARVY*/
