/* CSS Document */

body
/*zakladni nastaveni pozadi, pisma... */
 {
	font-family: arial unicode ms, 'arial ce', 'verdana ce', arial, verdana, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	text-align: centerù;
}

.nadpis {
  font-size: 11pt;
  font-weight: bold;
  padding: 0 20 3 2;
  margin: 0;
}
.poznamka {
  font-size: 8pt;
  color: #067f06;
}

.akce {
  background-color: #089408;
  color: #efe621;
  font-weight: bolder;
  font-size: 11pt;
  text-align: center;
  padding: 3;
  margin: 0 0 8 0;
}

.obyc {
/* obecna trida pro sirku bloku na strance 800 px */
	width: 800px;
	text-align: justify;
	border-width: 0;
	padding: 5;
	border-collapse: collapse;
	font-size: 10pt;
	border: 1px #a3cca3 solid;
}

.menu {
  color: #fed6b2;
  font-weight: bolder;
  font-size: 11pt;
  text-align: center;
  top: 60px;
	width : 200px;
	height : 20px;
  }
  
.menubar {
  position: absolute;
  left: 100px;
  top: 60px
}    
  
.hlavicka {
	background-color: #089408;
	background-image: url('hlava.jpg');
	position: relative;
	height: 90px;
	width: 800px
}

.menubar a {
  display: block;
  color: #efe621;
  font-weight: bolder;
  font-size: 11pt;
  text-decoration: none;
}

.menubar a:hover {
  background-color: #088708;
}

iframe.menu {
  width : 800px;
  height : 90;
}

.infopole {
	text-align: justify;
	padding: 10;
	margin-bottom: 10;
	border-bottom: 1px solid #a3cca3;
	border-right: 1px solid #a3cca3;
	background-color: #e6ffe6;
}
.infopole b {
  font-weight: 900;
  color: db322f;
  padding: auto 5 auto 5
}

.infopole i {
  color: db322f;
}

.infopole a {
  color: #ee4845;
  text-decoration: none;
}
.infopole a:hover {
  text-decoration: underline;
}

table.tabulka {
	text-align: justify;
	border-width: 0;
	font-size: 10pt;
}

.tabulka td {
  vertical-align: top;
}

.fotka {
   border: 1px #a3cca3 solid;
   margin-right: 8px;
   float: left;
}

