/* --- css stylesheet - cebre-web --- */
/* --- global --- */
html * , body {
  font-size: 12px;
  line-height: 16px;
  font-family: "tahoma ce", tahoma, "helvetica ce", helvetica, "arial ce", arial, sans-serif;
}
body {
  margin: auto;
  padding: 0px;
  color: #4F4F4F;
  background: none #E4E4E4;
  text-align: center;
}
img {
  border: 0px none;
}
a {
  color: #2A6EAC;
  text-decoration: underline;
}
a:hover {
  color: #BA1414;
  text-decoration: none;
}
form {
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0px;
}
ul {
  margin: 5px 0px 5px 18px;
  padding: 0px;
  list-style-image: url(images/dot_ul.gif);
}
ol {
  margin: 5px 0px 5px 40px;
  padding: 0px;
}
ul li , ol li {
  margin: 0px;
  padding: 1px 0px 1px 0px;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
  display: block;
}
h1 {
  font-size: 14px;
  line-height: 16px;
  color: #2A6EAC;
  font-weight: bold;
}
h2 {
  font-size: 13px;
  line-height: 16px;
  color: #2A6EAC;
  font-weight: bold;
}
h3 {
  font-size: 12px;
  line-height: 16px;
  color: #2A6EAC;
  font-weight: bold;
}
h4 {
}
h5 {
}
h6 {
}
input {
  margin: 0px;
}
table {
  border: 0px none;
  border-collapse: collapse;
}
td {
}
/* --- mask --- */
div.web-all {
  background: repeat-y left top url(images/web_all_bg_l.gif);
  text-align: left;
  margin: auto;
}
div.web-all2 {
  background: repeat-y right top url(images/web_all_bg_r.gif);
  text-align: left;
  margin: auto;
}
div.web-top {
  background: repeat-x left top url(images/web_top_bg.gif);
  margin: 0px 5px 0px 5px;
  position: relative;
  height: 114px;
}
div.web-content {
  margin: 0px 5px 0px 5px;
}
div.web-bottom {
  background: repeat-x left bottom url(images/web_bottom_bg.gif) #FFFFFF;
  margin: 0px 5px 0px 5px;
  padding-bottom: 5px;
}
div.web-space {
  height: 6px;
  font-size: 0px;
  line-height: 0px;
}
/* --- web-top --- */
div.web-top img {
  padding-top: 15px;
  display: block;
}
a#wthome {
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
}
div.languages {
  position: absolute;
  top: 18px;
  right: 10px;
}
div.languages a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
div.languages a:hover {
  color: #BA1414;
  font-weight: bold;
  text-decoration: none;
}
/* --- web-bottom --- */
div.web-bottom div.heading {
  font-weight: bold;
  color: #2A6EAC;
  height: 22px;
  padding: 8px 8px 0px 8px; 
}
div.links-partners , div.links-partners * {
  font-size: 11px;
  line-height: 14px;
  color: #BA1414;
}
div.links-partners {
  background-color: #F1F1F1;
  padding: 6px 8px 6px 8px; 
}
div.links-partners a:hover {
  color: #2A6EAC;
}
div.footer {
  color: #909090;
  padding: 8px 8px 10px 8px; 
}
div.footer * {
  font-size: 11px;
  line-height: 14px;
}
/* --- web-content --- */
div.web-main {
  background: none #FFFFFF;
  padding: 15px 0px 15px 0px;
}
html>body div.web-main {margin:0px 176px 0px 176px;} /* 3px IE bug */
div.web-side-l {
  background: none #FFFFFF;
  width: 175px;
  padding: 15px 0px 15px 0px;
  float: left;
}
* html div.web-side-l {margin-right:-2px;} /* 3px IE bug */
div.web-side-r {
  background: none #FFFFFF;
  width: 175px;
  padding: 15px 0px 15px 0px;
  float: right;
}
* html div.web-side-r {margin-left:-2px;} /* 3px IE bug */
/* ---  --- */
.t-c {
  text-align: center !important;
}
.t-l {
  text-align: left !important;
}
.t-r {
  text-align: right !important;
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.clear {
  float: none;
  clear: both;
  width: 1px;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
}
/* --- menu --- */
div#menu {
	position: absolute;
	float: left;
}
div#menu * {
	text-decoration: none;
	white-space: nowrap;
	color: #FFFFFF;
}
div#menu a.a {
	background-color: transparent;
	display: block;
	float: left;
	line-height: 39px;
	padding: 0px 18px 0px 18px;
}
div#menu a.a:hover , div#menu div.menuitem:hover {
	background: repeat-x left top url(images/menu_top_bg.gif);
	margin-right: 0px;
}
div#menu ins {
	position: absolute;
	top: 39px;
	margin-left: -18px;
}
div#menu a.a table , div#menu div.menuitem table {
	display: none;
}
div#menu a.a table a ,  div#menu div.menuitem table a {
	display: none;
}
div#menu a.a:hover table , div#menu div.menuitem:hover table {
	display: block;
	background-color: #CF5D5D;
	border-bottom: 2px solid #BA1414;
}
div#menu a.a:hover table a , div#menu div.menuitem:hover table a {
	display: block;
	padding: 0px 72px 0px 18px;
	border-top: 1px solid #FFFFFF;
	line-height: 21px;
}
div#menu a.a:hover table a:hover , div#menu div.menuitem:hover table a:hover {
  background-color: #BA1414;
}
div#menu div.menuitem {
	float: left;
}
/* --- sides --- */
.block-head1 , .block-head2 , .block-head3 {
  display: block;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 8px 0px 8px;
}
.block-head1 {
  background-color: #BA1414;
}
.block-head2 {
  background-color: #2A6EAC;
}
.block-head3 {
  background-color: #D7D7D7;
}
.block-head1:hover , .block-head2:hover , .block-head3:hover {
  color: #FFFFFF;
}
.block1 {
  padding: 0px 8px 0px 8px;
}
.block2 {
  padding: 0px 8px 0px 8px;
  background-color: #5A85B5;
  color: #FFFFFF;
}
ul.temata {
  margin: 8px 0px 8px 25px;
}
ul.temata li {
  padding: 3px 0px 3px 0px;
}
ul.temata a {
  color: #BA1414;
}
ul.temata a:hover {
  color: #2A6EAC;
}
div#banner {
  padding-bottom: 5px;
  text-align: center;
}
div#banner img {
  margin: auto;
  display: block;
}
div.banner {
  margin: auto;
  text-align: center;
  margin-bottom: 13px;
}
.smalllink , .smalllink * , .smalllink a , .smalllink a:hover {
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  color: #808080;
  text-align: right;
}
.smalllink img {
  margin: 0px 2px -1px 0px;
}
a.smalllink , .smalllink a , .smalllink a:hover {
  color: #4F4F4F;
}
.big {
  font-weight: bold;
  text-decoration: none;
  color: #BA1414;
}
.big:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #2A6EAC;
}
/* --- form --- */
.form {
  margin: 0px;
  border-color: #2A6EAC;
  border-style: solid;
  border-width: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
input.form {
  height: 18px;
}
.button {
  margin: 0px;
  height: 20px;
  border-color: #2A6EAC;
  border-style: solid;
  border-width: 0px 1px 0px 1px;
	background: repeat-x left top url(images/button_bg.gif);
  color: #4F4F4F;
  cursor: pointer;
}
input.button {
  padding: 0px 12px 0px 12px;
  _padding: 0px 5px 0px 5px;
}
/* --- content --- */
div.webtext {
  margin: 0px 16px 0px 16px;
}
div.webtextlong {
  margin: 0px 8px 0px 8px;
}
div.webtextcolor {
  margin: 0px 8px 0px 8px;
  padding: 4px 8px 4px 8px;
  background-color: #EAF0F5;
}
h1.underlined {
  padding: 4px 8px 4px 8px;
  margin: 0px 8px 0px 8px;
  background-color: #D4E1ED;
}
h1.underlined a {
  text-decoration: none;
}
h3.underlined {
  padding: 4px 0px 2px 0px;
  margin: 0px 8px 10px 8px;
  border-bottom: 2px solid #2A6EAC;
}
h3.underlined a {
  text-decoration: none;
}
table.team , table.list {
  width: 99%; /*100%;*/
  border-top: 2px solid #EAF0F5;
  border-bottom: 2px solid #EAF0F5;
}
table.team td {
  padding: 10px 0px 10px 0px; 
  vertical-align: top;
}
table.list td {
  padding: 4px 5px 4px 5px;
  vertical-align: middle;
}
table.team tr.one td , table.list tr.one td {
  border-bottom: 2px solid #EAF0F5;
}
table.team tr.two td , table.list tr.two td {
  background-color: #F4F7F9;
}
table.team img {
  padding: 1px;
  border: 1px solid #D7D7D7;
  display: block;
  margin: 2px 10px 2px 5px;
}
table.homelight {
  width: 99%; /*100%;*/
}
table.homelight td {
  padding: 3px 16px 3px 16px;
  vertical-align: top;
}
span.oznac-hledej {
	background-color: #ba1414;
	color: #FFFFFF;
}
div.zpet-vyhledavani {
	position: relative;
	left:0px;
	top: 0px;
}
span.zpet-vyhledavani {
	position: absolute;
	left: 460px;
	top: 64px;
	color: #BA1414;
}
span.zpet-vyhledavani a {
	color: #BA1414;
}
div.paging, div.akcelink {
  padding-top: 10px;
}
div.paging a {
	font-weight: bold;
}
div.paging , div.paging * {
  font-size: 10px;
  line-height: 12px;
  color: #808080;
  text-align: center;
  margin: auto;
}
table.lighttable {
  border-top: 2px solid #D7D7D7;
  border-bottom: 2px solid #D7D7D7;
  margin: 8px 0px 8px 0px;
}
table.lighttable td {
  border: 1px solid #D7D7D7;
  padding: 3px 5px 3px 5px;
}
table.darktable {
  border-top: 2px solid #2A6EAC;
  border-bottom: 2px solid #2A6EAC;
  background-color: #F4F7F9;
  margin: 8px 0px 8px 0px;
}
table.darktable td {
  border: 1px solid #5A85B5;
  padding: 3px 5px 3px 5px;
}
span.date {
	color: #808080;
}
