/* ---- navazane bloky ----*/
.body_sl {
    float: left;
    width: 312px;
    min-height: 100px;
    _height: 100px;
    margin: 0 10px 0 0;
    position: relative;
    }
.body_sl img, .body_sr img {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    }
.body_sr {
    float: left;
    width: 312px;
    min-height: 100px;
    _height: 100px;
    margin: 0;
    position: relative;
    }
.body_big {
    margin: 10px 0;
    min-height: 70px;
    _height: 70px;
    border: 1px solid #ddd;
    padding: 10px;
    }
.body_big ul {
    margin: 10px 0 0 0;
    padding-bottom: 0;
    }
.body_sl p, .body_sr p {
    padding: 10px;
    }
.body_sl h2, .body_sr h2 {
    padding: 0;
    margin: 0 10px;
    }
.body_big h2 {
    padding: 0;
    margin: 0;
    }
.body_sl .vice, .body_sr .vice, .body_big .vice {
    padding: 10px;
    background: #f5f5f5;
    text-align: right;
    }
/*---- kongresy vypis ---*/
.vypis_kongresu {
  margin: 10px 0;
  }  
.vypis_kongresu table td.r {
  text-align: right;
  }
.vypis_kongresu table td.last {
  text-align: right;
  padding: 10px;
  }
.rok_mesic {
  margin: 10px 0;
  }
.rok_mesic span {
  margin: 0 0 0 30px;
  }  
/* --- pracovni mista ---*/
.pracmista {
background: #fff;
}
.pracmista table {
background: #fff;
}
.pracmista table th, .pracmista table td {
 background: #fff;
 border: none;
}
.pracmista table td ul li{
list-style-type: none;
}
/*---- obecne ---*/
h1 {
  font-size: 150%;
  font-weight: normal;
  color: #DF393D;
  padding: 5px 0;
  margin: 0;
  }
h2 {
  font-size: 130%;
  font-weight: bold;
  color: #003399;
  padding: 5px 0;
  margin: 0;
  }
p {
  padding: 5px 0;
  margin: 0;
  }
hr {
    color: #EDEDED;
    height: 1px;
    border: 0;
    width: 100%;   
    }
/* --- messages ---*/
.error, .message {
  color: #00599B;
  border: 1px solid #00599B;
  background: #fff url("/img/hlaska_vykricnik.gif") no-repeat;
  padding: 3px 30px;
  font-size: 70%;
  margin: 0 0 10px 0;
  }
.message {
  background: #fff url("/img/hlaska_info.gif") no-repeat;
  }
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* ----                                   sloupce                                         --------*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.sub_box_levy, .sub_box_pravy{
  float: left;
  font-size: 70%;
  }
.sub_box_levy {
  width: 210px;
  margin: 0 20px 0 0;
  }
.sub_box_pravy {
  width: 688px;
  border: 1px solid #A3A9B0;
  padding: 10px;
  background: #ECEDEE;
  margin: 0 0 20px 0;
  
  }
.sub_box_pravy .inbox {
  background: #fff;
  padding: 10px 25px;
  position: relative;
  /*min-height: 380px; 
  _height: 380px;*/
   }
/*----- sub navigace ---*/
.sub_navigace {
    border-bottom: 1px solid #ECEDEF;
    border-top: 1px solid #ECEDEF;
    }
.sub_navigace br {
    display: none;
    }
.sub_navigace a {
    text-align: left;
    display: block;
    padding: 5px 20px;
    text-decoration: none;
    background: #eee;
    border-bottom: 1px solid #fff;
    min-height: 15px;
    _height: 15px;
    color: #5C5C5C;
    font-weight: bold;
    }
.sub_navigace a:hover {
    padding: 5px 20px;
    text-decoration: none;
    background: #fff;
    border-bottom: 1px solid #ECEDEF;
    min-height: 15px;
    _height: 15px;
    color: #5C5C5C;
    font-weight: bold;
    }
.sub_navigace a.selected {
    padding: 5px 20px;
    text-decoration: none;
    background: #fff;
    border-bottom: 1px solid #ECEDEF;
    min-height: 15px;
    _height: 15px;
    color: #DF393D !important;
    font-weight: bold;
  }
/*------ sloupec pravy ---- obsahovy ---*/
.sub_box_pravy .vycet p{
  border-top: 1px solid #ECEDEF;
  padding: 5px 0 0 0;
  }
.sub_box_pravy ul {
  margin: 0;
  padding: 0 0 5px 0;
  }
.sub_box_pravy ul li {
  list-style-type: none;
  background: url("/img/main_bck_sub_li.gif") 0 6px no-repeat;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px ;
  }
/*---- tabulka ---*/
.sub_box_pravy table {
  border-collapse: collapse;
  border: none;
  margin: 10px 0;
  width: 100%;
  }
.sub_box_pravy table th {
  border: none;
  background: #A8B6BF;
  color: #fff;
  text-align: left; 
  padding: 3px 5px;
  }
.sub_box_pravy table th a {
  color: #fff;
  }
.sub_box_pravy table th a:hover {
  color: #fff;
  }
.sub_box_pravy table td {
  border-bottom: 1px solid #ECEDEF;
  text-align: left; 
  padding: 4px 8px;
  }
.sub_box_pravy table td table td, .sub_box_pravy table.noborder td {  
  border-bottom: 0;
  }
.sub_box_pravy .im {
  padding: 10px;
  background: #fff;
  border: 1px solid #ECEDEE;
  margin: 10px 0;
  text-align: center;
  position: relative;
  }
.sub_box_pravy .in {
  padding: 10px;
  background: #fff;
  border: 1px solid #ECEDEE;
  margin: 10px 0;
  position: relative;
  }  
.sub_box_pravy .il {
  padding: 10px;
  background: #fff;
  border: 1px solid #ECEDEE;
  float: left;
  margin: 0 20px 10px 0;
  position: relative;
  }
.sub_box_pravy .ir {
  padding: 10px;
  background: #fff;
  border: 1px solid #ECEDEE;
  float: right;
  margin: 0 0 10px 20px;
  position: relative;
  }
.sub_box_pravy .ilb {
  padding: 10px;
  border: 1px solid #ECEDEE;  
  float: left;
  margin: 0 20px 10px 0;
  }
.sub_box_pravy .irb {
  padding: 10px;
  border: 1px solid #ECEDEE;  
  float: right;
  margin: 0 0 10px 20px;
  }
.buttony {
    padding: 10px 0 0 0;
    margin: 0;
    border: none;
    border-top: 1px solid #9EA5AF;
    font-size: 100%;
   }
/* ----------- Rozcestnik - napr. sekce pro Cestujici -------------- */

.moznosti table td {
    vertical-align: top;
    border: 0px;
	}
.moznosti .linka {
	border-right: 1px solid #EDF2F5;
	}
.moznosti h2 {
	background-color: #ECEDEE;
	border-left: 2px solid #A8B6BF;
	padding: 7px 5px 7px 15px;
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	}	
.moznosti p {
	padding: 0 5px 0 15px;
	margin-bottom: 15px;
	}
/* ------- formulare --------- */	
.formular table {
    border: 0;
    width: 100%;
    }
.formular table th {
    padding: 5px;
    }
.formular table td {
    padding: 5px;
    }
.formular table td.formular_firstRow {
    padding-top: 15px;
    }
.formular table td table {
    width: auto;
    }
.formular td.button {
    border: 0;
    padding-top: 20px;
    text-align: center;
    }
.formular .btn {
    width: auto;
    background-color: #DE393F;
    color: #fff;
    border: 0;
    padding: 3px;
    font-weight: bold;    
    }

/* ---------- timetable ------------- */
.nadpis {
    font-size: 130%;
    font-weight: bold;
    }
.timetable table th {
    font-size: 100%;
    }
.timetable table td table th {
    font-size: 100%;
    font-family: tahoma, verdana; 
    }
  
/*---- print ---*/
.print {
  padding: 20px 0 0 0;
  text-align: right;
  clear: both;
  font-size: 11px;
  }
.print img{
    margin-right:5px;
}
