* {
 	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #eee;
	color: #fff;
	font-family: sans-serif;
	text-align: center;
	margin-top: 5px;
}
#main {
	background: #eee;
	color: #003;
	width: 48em;
	margin: 0 auto;
	text-align: left;
	min-height: 51em;
	border: 1px solid #00a;
	position: relative;
}
#main a {
	text-decoration: none;
	color: #fff;
	display: block;
}
#main a:hover {
	text-decoration: none;
	color: #fff;
}
h1 {
	background: #003 url("img/bg_h1.png") repeat-x;
	color: #eee;
	height: 4em;
	line-height: 4em;
	text-align: center;
}
            /* menu */
#menu {
  float: left;
  min-height: 100%;
  position: relative;
  bottom: 0;
  z-index: 1;

}
#menu h2 {
  text-align: center;
  font-size: medium;
  line-height: 2em;
  color: #eee;
  background: #00a url("img/bg_menu_h2.png") repeat-x;
}
#menu a {
  font-weight: bold;
  font-size: small;
  text-decoration: none;
  width: 10em;
  line-height: 1.75em;
  color: #eee;
  background: #003;
  text-indent: 1em;
  overflow: hidden;
}
#menu a:hover {
  text-decoration: none;
  color: #eee;
  background: #00a;
}
/*#menu a:before {
  content: "» ";
}*/
#menu li {
  list-style-type: none;
}
            /* hlavni */
#top {
  padding: 0em 0em 3em 9em;
  min-height: 100%;
  color: #003;
  background: #eee;
}
#top a {
  color: #00a;
  background: #eee;
  text-decoration: underline;
  font-weight: bold;
  display: inline;
}
#top a:hover {
  color: #00a;
  background: #eee;
  text-decoration: none;
}
#top a:visited {
  color: #003;
  background: #eee;
}
#top h2 {
  line-height: 2em;
  text-align: center;
}
#top h3 {
  line-height: 2em;
  text-indent: 1em;
  font-size: large;
}
#top p {
	margin: 0.5em;
	text-align: justify;
/*	text-indent: 1em;*/
}
#top li {
  margin: 0.5em;
}
#top hr {
  margin: 3px;
  width: 85%;
  border-style: solid; 
  border-width: 1px; 
  border-color: #00a;
  text-align: center;
}
            /* paticka */
#paticka {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-style: italic;
  font-size: small;
  width: 100%;
  padding: 0.5em 0em 0.5em 0em;
  border-top: 1px solid #00a;
  overflow: hidden;
  color: #eee;
  background: #003 url("img/bg_paticka.png") repeat-x;
  z-index: 0;
}
#paticka a {
  color: #fff;
  /*background: #00a;*/
  display: inline;
  font-weight: bold;
  text-decoration: underline;
}
#paticka a:hover {
  color: #fff;
  /*background: #00a;*/
  text-decoration: none;
}
            /* zbytek */
.ident0 {
  text-indent: 0;
}
.ident {
  text-indent: 1em;
}
.red {
  color: #e00;
  background: #eee;
  font-weight: bold;
}
.green {
  color: #0e0;
  background: #eee;
  font-weight: bold;
}
.blue {
  color: #00e;
  background: #eee;
  font-weight: bold;
}
.width100 {
  width: 100%;
}
.width50 {
  width: 50%;
}
.width33 {
  width: 33%;
}
.width25 {
  width: 25%;
}
.table {
  border-collapse: collapse;
  border: 1px solid #003;
  text-align: center;
}
.td_gal {
  border-collapse: collapse;
  border: 1px solid #003;
  padding: 5px;
}
.doprava {
  text-align: right;
  display: block;
  font-weight: bold;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.b0 {
  border: 0;
}
.nopoint {
  list-style-type: none;
}
td {
  vertical-align: top;
}
