/*   Obecné elementy   -   začátek   */
*{
  font-family: "trebuchet ms", sans-serif;
  font-size: .95em;
}
img{
  border: 0;
}
h1{
  color: #45851f;
  font-size: 1.2em;
}
h2{
  color: #e9500e;
  font-size: 1.05em;
}
/*   Obecné elementy   -   konec   */


/*   Části stránky   -   začátek   */
body{
  margin: 0;
  padding: 0;
  background: url('../obr/pozadi.jpg') repeat-x #f2f2f2;
  text-align: center;
  color: #333333;
}
#obsah{
  width: 750px;
  margin: 0 auto;
  border: 1px solid #ffffff;
  text-align: left;
  background: #ffffff;
}
#menu{
  padding: 10px;
  height: 18px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #45851f;
  color: #ffffff;
}
.aktivni{
  font-weight: bold;
  text-decoration: underline;
}
#menu a{
  color: #ffffff;
  text-decoration: none;
}
#menu a:hover{
  text-decoration: underline;
}
#hlavnipanel{
  margin: 0;
  padding: 0;
}
#hlavnipanel-obsah{
  margin: 0;
  padding: 0.5em 1em;
  background-color: #ffffff;
}
#hlavnipanel-obsah a{
  color: #45851f;
  font-weight: bold;
  text-decoration: none;
}
#hlavnipanel-obsah a:hover{
  text-decoration: underline;
}
#paticka{
  padding: 5px 10px 5px 10px;
  border-top: 1px solid #ffffff;
  background: #e9500e;
  color: #ffffff;
  text-align: center;
  font-size: .85em;
  clear: both;
}
#paticka a{
  color: #ffffff;
}
/*   Části stránky   -   konec   */

/*   Pomocné třídy   -   začátek   */
hr.cleaner{
  clear: both;
  display: none;
}
acronym, abbr, span.abbr {
	cursor: help;
	border-bottom: 1px dotted #ffffff;
}
acronym {
	font-variant:normal; /* opera */
}
a:hover acronym, a:hover abbr, a:hover span.abbr, a.active acronym, a.active abbr, a.active span.abbr {
	border-bottom: 0;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.cervena{
  color: #e9500e;
}
/*   Pomocné třídy   -   konec   */

