/* --- css stylesheet --- */
/* --- global --- */
html , html * , body , body * {
  font-size: 11px;
  line-height: 14px;
  font-family: "tahoma ce", tahoma, "arial ce", arial, "helvetica ce", helvetica, sans-serif;
}
body {
  margin: auto;
  padding: 0px;
  color: #969699;
  background: repeat-x left top url('../images/body_bg.gif') #FFFFFF;
  text-align: center;
}
body.admin {
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 0px 0px;
	color: #969699;
  background: none #FFFFFF;
  text-align: left;
}
img {
  border: 0px none;
}
a {
  color: #C3002D;
  text-decoration: none;
}
a:hover {
  color: #969699;
  text-decoration: none;
}
form {
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0px;
}
ul {
  margin: 12px 0px 0px 9px;
  padding: 0px 0px 0px 0px;
}
ol {
  margin: 0px 0px 0px 32px;
  padding: 0px 0px 0px 0px;
}
li {
  margin: 0px 4px 0px 4px;
  padding: 0px;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
  color: #969699;
  font-weight: bold;
}
h1 {
  margin: 0px 0px 12px 0px;
}
h1 , h1 * {
  text-transform: uppercase;
  font-size: 13px;
}
h2 {
  margin: 0px 0px 3px 0px;
}
h2 , h2 * {
  text-transform: uppercase;
}
h3 {
}
h3 , h3 * {
  color: #C3002D;
}
h4 {
}
h4 , h4 * {
}
h5 {
}
h5 , h5 * {
}
h6 {
}
h6 , h6 * {
}
sub {
}
sup {
}
table {
  border: 0px none;
  border-collapse: collapse;
}
/* --- common --- */
.dataframe  {
  width: 100px;
  height: 100px;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}
.dataframe-hidden {
  display: none;
}
.clear , .f-c {
  float: none !important;
  clear: both !important;
  font-size: 0px !important;
  line-height: 0px !important;
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
}
.float-left , .f-left , .f-l {
  float: left !important;
}
.float-left , .f-right , .f-r {
  float: right !important;
}
.text-left , .t-left , .t-l {
  text-align: left !important;
}
.text-center , .t-center , .t-c {
  text-align: center !important;
}
.text-right , .t-right , .t-r {
  text-align: right !important;
}
.text-top , .t-top , .t-t {
  vertical-align: top !important;
}
.text-middle , .t-middle , .t-m {
  vertical-align: middle !important;
}
.text-bottom , .t-bottom , .t-b {
  vertical-align: bottom !important;
}
.error , .error * {
  color: #FF0000 !important;
}
.error input {
  border: 1px solid #FF0000 !important;
}
tr.error td {
  border: 0px none !important;
  border-top: 1px solid #FF0000 !important;
  border-bottom: 1px solid #FF0000 !important;
}
.ready , .ready * {
  color: #00FF00 !important;
}
.ready input {
  border: 1px solid #00FF00 !important;
}
tr.ready td {
  border: 0px none !important;
  border-top: 1px solid #00FF00 !important;
  border-bottom: 1px solid #00FF00 !important;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.print {
  display: none;
}
.invisible {
  visibility: hidden;
}
/* --- form --- */
.formtext {
  border: 1px solid #969699;
  background-color: #FFFFFF;
  height: 16px;
  padding: 1px 2px 0px 2px;
  margin: 0px;
}
.button {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #C3002D;
  line-height: 12px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
}
a.button {
  display: block;
  float: right;
}
/* --- mask --- */
div.web-all {
  background: none #FFFFFF;
  width: 920px; /* 960px */
  margin: auto;
  text-align: left;
  padding: 0px 20px 0px 20px;
}
div.header {
  height: 146px;
}
div.content {
  width: 775px;
  float: right;
  margin: 2px 0px 10px 0px;
}
div.footer {
  color: #FFFFFF;
  margin-top: 10px;
  cursor: default;
}
/* --- header --- */
div.header div.left {
  width: 125px;
  height: 116px; /* 146px */
  float: left;
  padding: 20px 0px 0px 0px;
  background: no-repeat 0px 20px url('../images/header-left.gif');
  border-bottom: 10px solid #969699;
}
div.header div.center {
  width: 528px; /* 558px */
  float: left;
  padding: 38px 0px 0px 0px;
  margin: 0px 10px 0px 20px;
  background: no-repeat right top url('../images/vertical-dotted-line.gif');
}
div.header div.right {
  width: 237px;
  float: left;
  padding: 20px 0px 0px 0px;
}
div.header div.center img {
  display: block;
}
div.header div.right h2 {
  margin: 0px 0px 8px 0px;
}
div.header div.right form {
  padding: 0px;
  margin: 0px;
}
div.header div.right input.formtext {
  width: 231px;
}
div.header div.right a.button {
  float: right;
  background: no-repeat right center url('../images/ico-more.gif');
  padding: 0px 8px 0px 2px;
}
div.header div.right a.long {
  color: #969699;
  background: none;
  padding: 0px 2px 0px 2px;
}
div.header div.right a.button:hover {
  color: #C3002D;
}
div.header div.right a.long:hover {
  color: #C3002D;
}
div.header i {
  font-style: normal;
}
/* --- top-menu --- */
div.top-menu {
  padding: 47px 0px 0px 0px;
  cursor: default;
}
div.top-menu a {
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  margin: 0px 7px 0px 7px;
  padding: 0px 0px 9px 0px;
  display: block;
  float: left;
  color: #969699;
}
div.top-menu a.first {
  margin: 0px 7px 0px 0px;
}
div.top-menu a:hover, div.top-menu a.active {
  border-bottom: 10px solid #969699;
  color: #C3002D;
}
/* --- content --- */
div.top-image {
  margin: 0px 0px 10px 0px;
}
div.top-image img {
  display: block;
}
/* --- left-col --- */
div.left-col {
  width: 125px;
  margin: 2px 20px 0px 0px;
  float: left;
}
div.left-col-in {
  margin: 10px 0px 0px 0px;
  padding: 40px 0px 0px 10px;
  background: no-repeat left top url('../images/left-bottom_bg.gif');
}
/* --- left-menu --- */
div.left-menu {
  padding: 0px 0px 29px 0px;
  background: no-repeat left bottom url('../images/left-menu_bg.gif') #CDCED1;
}
div.left-menu-close {
  height: 176px;
}
div.left-menu-open {
  height: auto;
}
div.left-menu a {
  display: block;
  width: 117px; /* 125px */
  padding: 8px 8px 8px 0px;
  text-align: right;
  background: none #CDCED1;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
}
div.left-menu a:hover, div.left-menu a.active {
  background: none #C3002D;
  color: #FFFFFF;
}
div.left-menu a.last {
  border-bottom: 0px none;
}
div.left-menu-close div.submenu {
  display: none;
}
div.noshow {
	display: none;
}
div.left-menu-open div.submenu {
  padding-top: 4px;
  background: none #EDEEEF;
}
div.left-menu div.submenu a {
  padding: 3px 8px 2px 0px;
  background: none #EDEEEF;
  color: #5C5B60;
  font-size: 10px;
  line-height: 14px;
}
div.left-menu div.submenu a:hover, div.left-menu div.submenu a.active {
  background: none #EDEEEF;
  color: #C3002D;
}
/* --- content-center --- */
div.content-in {
  float: left;
  width: 528px;
  margin: 0px 10px 0px 0px;
  padding: 7px 0px 0px 0px;
  line-height: 13px;
}
/* --- right-col --- */
div.right-col {
  float: left;
  width: 227px;
  padding: 7px 0px 0px 10px;
}
div.right-col h2 {
  margin: 0px 0px 12px 0px;
}
/* --- footer --- */
div.footer a {
  color: #FFFFFF;
}
div.footer div.left {
  width: 105px;
  height: 17px;
  background: none #969699;
  float: left;
  padding: 3px 10px 0px 10px;
}
div.footer div.center {
  text-align: right;
  width: 508px;
  height: 17px;
  background: none #969699;
  float: left;
  margin: 0px 10px 0px 20px;
  padding: 3px 10px 0px 10px;
}
div.footer div.center a:hover {
  color: #C3002D;
}
div.footer div.center a.top {
  background: no-repeat right center url('../images/ico-footer-link.gif');
  padding: 0px 8px 0px 0px;
}
div.footer div.right {
  text-align: right;
  width: 217px;
  height: 17px;
  background: none #C3002D;
  float: right;
  padding: 3px 10px 0px 10px;
}
/* --- news --- */
div.new {
  background: repeat-x left bottom url('../images/horizontal-dotted-line.gif');
  padding: 10px 0px 16px 0px;
}
div.new-first {
  background: repeat-x left bottom url('../images/horizontal-dotted-line.gif');
  padding: 0px 0px 16px 0px;
}
a.archiv {
  margin: 0px 10px 0px 0px;
  padding: 0px 7px 0px 0px;
  background: no-repeat right center url('../images/ico-more.gif');
}
a.more {
  float: right;
  margin: 0px 10px 0px 0px;
  padding: 0px 7px 0px 0px;
  background: no-repeat right center url('../images/ico-more.gif');
}
a:hover h3 {
  color: #969699;
  text-decoration: none;
}
div.news-detail-date {
  font-weight: bold;
  float: left;
  padding: 0px 2px 5px 0px;
}
div.news-detail-heading {
  color: #C3002D;
  font-weight: bold;
}
/* --- list --- */
div.list {
  background: repeat-x left top url('../images/horizontal-dotted-line.gif');
  padding: 10px 0px 10px 0px;
}
div.list-first {
  background: none;
  padding: 0px 0px 10px 0px;
}
div.product-list-detail {
  margin: 13px -10px 20px 0px;
}
a.thumbnail {
  float: left;
  margin: 0px 10px 0px 0px;
  position: relative;
}
a.thumbnail-last {
  float: left;
  margin: 0px -10px 10px 0px;
  position: relative;
}
a.thumbnail img, a.thumbnail-last img {
  display: block;
}
i.thumbnail-plus {
  background: no-repeat center center url('../images/thumbnail-plus.gif');
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
}
i.separate {
  font-weight: normal;
  color: #DDDDDD;
  font-style: normal;
  padding: 0px 2px;
}
/* --- paging --- */
div.paging {
  text-align: center;
  font-weight: normal;
  cursor: default;
}
div.paging a.back {
  padding: 0px 8px;
  font-weight: normal;
  background: no-repeat left center url('../images/ico-back.gif');
}
div.paging a.forward {
  padding: 0px 8px;
  font-weight: normal;
  background: no-repeat right center url('../images/ico-more.gif');
}
div.paging a.active {
  font-weight: bold;
  color: #969699;
}
a.ico-pdf {
  width: 33px;
  height: 33px;
  display: block;
  background: no-repeat center center url('../images/ico-pdf.gif');
  float: left;
  margin: 0px 10px 10px 0px;
}

/* --- searching --- */
div.searched {
	margin: 0px 10px 10px 0px;
}
#string {
	font-weight: bold;
}


/* --- galerie --- */
.popis {
	padding-left: 10px;
}
