/* CSS Document seminarebolest.cz style.css*/
html
{
  height:100%;
  background:#3c900e;
}
body {
   margin: 0px;
   padding: 0px;
   font-size: 80%;
   background: #bebda9 url(../img/bg_body.gif) repeat-x;
   color:#000;
   text-align:center;
   font-family: Arial, Helvetica, sans-serif;
}
textarea, select, input, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}
a:link {
  color:#000;
  text-decoration: none;
}
a:visited {
  color:#000;
  text-decoration: none;
}	
a:active {
  color:#000;
  text-decoration: none;
}
a:hover {
  color:#000;
  text-decoration: none;
}
form{
  margin:0px;
  padding:0px;
}
img{
  border:0px;
  margin:0px;
  padding:0px;
}
.cleaner
{
  clear:both;
  display:block;
  line-height:0px;
  height:0px;
  overflow:hidden;
}
.noprint
{
  display:none;
}
#box1{
  text-align:left;
  margin-left:auto;
  margin-right:auto;
  margin-top: 0px;
  padding-bottom:0px;
  width: 997px;
  background: url(../img/bg_box1.gif) repeat-y;
}
#panel_left
{
  width:260px;
  float:left;
}
#panel_right
{
  width:737px;
  float:right;
  background: url(../img/bg_panel_right.jpg) no-repeat;
}
#logotyp{
  position:relative;
  width:260px;
  height:147px;
  overflow:hidden;
  z-index:3;
  font-weight:bold;
  color:#423f09;
  background: #bebda9;
}
#logotyp a {
  display:block;
  position:absolute; 
  left:0; 
  top:0; 
  z-index:1;
  width:260px;
  height:147px;
  background: url(../img/logo.jpg) no-repeat;
}
#logotyp .text
{
  font-size:38px;
  line-height:40px;
  display:block;
  padding:50px 0px 0px 55px;
}
#logotyp .text2
{
  display:block;
  font-size:18px;
  font-weight:normal;
  padding:0px 0px 0px 55px;
}
ul#menu *, ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#menu
{
  width: 240px;
  margin:0px 0px 200px 20px;
}
ul#menu li{
	width: 240px;
	display: block;
	position: relative;
	=float: left;
	=clear: all;
	z-index: 100;
	cursor:pointer;
}
ul#menu.nojavascript li:hover>ul,
ul#menu li a,
ul#menu li.hover>ul {
	display: block;
}
ul#menu li.hover ul.active {
	_display: block;
}
ul#menu li ul {
	display: none;
	position: absolute;
	left: 240px;
	top: 0px;
	z-index: 100;
}
ul#menu a {
	color:white;
	text-decoration: none;
}
ul#menu li.void a {
	color:#a3a17d !important;
	text-decoration: none !important;
	cursor: not-allowed !important;
}
ul#menu li:hover>a {
	color:#9de078;
	text-decoration:underline;
}
ul#menu li.hover a:hover, ul#menu li.hover a.active{
	_color:#9de078;
	_text-decoration:underline;
}
ul#menu li a {
	display: block;
	_width:200px;
	padding: 0px 0px 0px 40px;
	border-bottom:1px solid #8e8c6a;
	font-size:13px;
	height:40px;
	line-height:40px;
	background: #656230 url(../img/btn_menu.png) 0px 0px no-repeat;
}
ul#menu li a.act, ul#menu li a#btn_last.act, ul#menu li a#btn_first.act
{
   background-position:100% 0px;
   background-color:#403d09;
   color:#9de078;
}
ul#menu li a#btn_first
{
   background: #656230 url(../img/btn_menu_first.png) 0px 0px no-repeat;
}
ul#menu li a#btn_last
{
   background: #656230 url(../img/btn_menu_last.png) 0px 0px no-repeat;
   border-bottom:0px;
}
#top_title
{
  position:relative;  
  height:222px;
  width:697px;
  overflow:hidden;
  z-index:3;
  padding:0px 0px 0px 0px;
  background:#54b221;
  margin:58px 0px 0px 10px; 
}
#top_title span.img {
  display:block;
  position:absolute; 
  left:0; 
  top:0; 
  z-index:1;
  height:222px;
  width:697px;
  background: url(../img/alt_flash.jpg) no-repeat;
}
#top_title h1
{
  margin:0px 0px 0px 400px;
  padding:10px 0px 0px 0px;
  font-size:16px;
  line-height:30px;
  color:#fff;
}
#top_title h1 span
{
  font-size:19px;
}
#top_title span.date
{
  margin:30px 0px 0px 400px;
  padding:0px 0px 0px 0px;
  display:block;
  font-weight:bold;
  font-size:16px;
  color:#fff;
}
#flash
{
  height:222px;
  width:697px;
  top:58px;
  position:relative;
  z-index:20;
  margin:0px 0px 0px 10px; 
  position:absolute;
}
/* content, h2 style */
#content
{
  padding:22px 20px 30px 20px;
  color:#423f09;
  margin-right:30px;
  margin-left:10px;
  background:#fff;
  width:657px;
}
#content h2
{
  margin:0px 0px 15px 0px;
  padding:0px 0px 0px 0px;
  font-size: 29px; 
  font-weight:normal;
  color:#423f09;
}
#content a:link, #content a:visited, #content a:active{
  color:#429913;
  text-decoration:underline;
}
#content  a:hover{
  color:#429913; 
  text-decoration:none;
}
#content a.normal:link, #content a.normal:visited, #content a.normal:active{
  color:#423f09;
  text-decoration:none;
}
#content  a.normal:hover{
  color:#423f09;
  text-decoration:none;
}
#content h3 
{
  color:#419711;
  font-size:1.3em;
  margin:0em 0px 0.4em 0px;
  padding:0.5em 0px 0px 0px;
}
#content h3.bg 
{
  color:#9de078;
  font-size:1.3em;
  margin:1.5em 0px 0.4em 0px;
  padding:0em 20px 0px 15px;
  height:40px;
  line-height:40px;
  background: #423f09 url(../img/bg_h.gif) 0px 0px no-repeat;
}
#content h4
{
  color:#423f09;
  font-size:1.2em;
  margin:0em 0px 0.3em 0px;
  padding:0.2em 0px 0px 0px; 
}
#content h4.bg 
{
  color:#fff;
  font-size:1.1em;
  margin:1em 0px 0.3em 0px;
  padding:0em 10px 0px 10px;
  height:32px;
  line-height:32px;
  background: #423f09 url(../img/bg_h4_g.gif) 0px 0px no-repeat;
}
#content h5
{
  color:#423f09;
  font-size:1.1em;
  font-weight:normal;
  margin:0px 0px 0.3em 0px;
  padding:0px 0px 0px 0px;
}
#content p
{
  margin:0px 0px 0.8em 0px;
  padding:0px 0px 0px 0px;
  line-height:1.3em;
}
#content p.block
{
  text-align:justify;
}
#content p.right
{
  text-align:right;
}
#content p.center
{
  text-align:center;
}
#content ul
{
  margin:0px 0px 0.8em 30px;
  padding:0px 0px 0px 0px;
  line-height:1.3em;
}
#content ol
{
  margin:0px 0px 0.8em 25px;
  padding:0px 0px 0px 0px;
  line-height:1.3em;
}
#content li
{
  margin:0.3em 0px 0.3em 0px;
  padding:0px 0px 0px 0px;
}
#content a.pdf
{
background:url("../img/ico_pdf.gif") no-repeat scroll 10px 50% transparent;
line-height:1.3em;
padding:4px 0 4px 34px;
}
img.right
{
  float:right;
  margin-left:10px;
}
img.left
{
  float:left;
  margin-right:10px;
}
img.email{
  margin-bottom:-3px; 
  position:relative;
}
img.border{
  border:2px solid #423f09;
}
#content img.logo_kontakt{
  float:right;
  margin-right:200px;
}
#content_end
{
  width:997px;
  height:21px;
  clear:both;
  position:relative;
  z-index:10;
  background:#3c900e url(../img/bg_content_end.gif) no-repeat;
}
/* footer style */
#footer_m
{
  margin-top:-21px;
  position:relative;
  &position:static;
  z-index:3;
  background:#3c900e;
}
#footer
{
 width:997px;
 margin:0px auto;
 height:125px;
}
#footer p
{
  margin:39px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  color:#8cbf70;
  font-size:0.8em;
}
#footer a:link, #footer a:visited, #footer a:active{
  color:#fff;
  text-decoration:underline;
}
#footer a:hover{
  color:#fff;
  text-decoration:none;
}
#footer .left
{
  float:left;
  width:680px;
  padding-top:6px;
  text-align:right;
}
#footer .left span
{
  padding:0px 7px;
}
#footer .right
{
  float:right;
  padding:0px 40px 0px 0px;
}
#footer .right span
{
  display:none;
}
#footer .logo_cbt
{
  width:45px;
  display:block;
  height:26px;
  float:left;
  background: #8cbf70 url(../img/logo_cbt.gif) no-repeat;
  margin-right:17px;
}
#footer .logo_vlado
{
  width:68px;
  display:block;
  height:26px;
  float:left;
  background: #8cbf70 url(../img/logo_vlado.gif) no-repeat;
}
.half_left{
  width:46%;
  float:left;
  margin-right:15px;
}
.half_right{
  width:46%;
  float:left;
}
#content table.zastity{
  width:100%;
  border-collapse:collapse;
  margin-bottom:0.8em;
}
#content table.zastity tr{
  
}
#content table.zastity td{
  padding:0px 10px 20px 0px;
}
table.program{
  width:100%;
  border-collapse:collapse;
  margin-bottom:10px;
  font-size:0.9em;
}
table.program td{
	vertical-align: top;
	padding:0px 0px 6px 0px;
}
table.program th {
	padding: 0px 10px;
	text-align: left;
	width:80px;
	vertical-align: top;
}
#content table.program h5{
  color:#3b910e;
  font-size:1em;
  margin:0em 0px 0em 0px;
  padding:0px 0px 4px 0px;
}
#content table.program h5 span{
  color:#423f09;
}


