﻿/*  OBSAH */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1, h2, h3, h4, h5, h6, ul, li, table {
	margin-top: 0px;
	margin-bottom: .5em;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
h1 {
	font-size: 1.8em;
	color: #AA6855;
}
h2 {
	font-size: 1.6em;
	color: #D57E1C;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
.clr {
	clear: both;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.fright {
	float: right;
}
.fleft-img {
	float: left;
	margin-right: 20px;
}
.fright-img {
	float: right;
	margin-left: 20px;
}
.center-img {
	margin-top:20px;
	margin-bottom:20px;
	margin-right:0px;
	margin-left:0px;
}
.fleft {
	float: left;
}
.novisible {
	display: none;
}
a {
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
}
/*----*/
