/* CSS Document */
/* Základní styl pro všechny media. Definuje zejména barvy. */
body 	{
	font-family: "Trebuchet MS",,'Arial CE', 'Helvetica CE', Arial, sans-serif !important;
	background: #FFF;
	color: #878787;
}
hr {
  display: none;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
}
/*--- #text ---*/
#text h1, #textfull h1 {
  color: #323232;
}
#text h2, #textfull h2 {
  color: #007700;
}
#text h3, #textfull h2 {
  color: #CC0000;
}
/*--- submenu ---*/


/*--- universalní tridy pro odstavce ---*/
p.anotace {
  background: #FFF;
}
p.tip, .tip {
  background: #E6F8D7;
}
/*--- dalsi tridy ---*/
a.out {
  background: url('out-link.gif') no-repeat 100% 70%;
  padding-right: 15px;
}
