/* --- css stylesheet --- */
/* --- global --- */
html , html * , body , body * {
  font-size: 12px;
  line-height: 18px;
  font-family: "arial ce", arial, "tahoma ce", tahoma, "helvetica ce", helvetica, sans-serif;
}
body {
  margin: auto;
  padding: 0px;
  color: #303030;
  background: repeat-x 0px 40px url('../images/bg_body.gif') #FFFFFF;
  text-align: center;
}
body.admin {
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 0px 0px;
	color: #303030;
  background: none #FFFFFF;
  text-align: left;
}
img {
  border: 0px none;
}
a {
  color: #303030;
  text-decoration: underline;
}
a:hover {
  color: #CF0000;
  text-decoration: underline;
}
form {
  padding: 0px;
  margin: 0px;
}
p {
  margin: 0px;
}
i , em { /* oprava bugu MS IE 6 */
  _text-indent: 2px;
}
ul {
  margin: 4px 0px 0px 18px;
  padding: 0px 0px 0px 0px;
}
ol {
  margin: 0px 0px 0px 32px;
  padding: 0px 0px 0px 0px;
}
li {
  margin: 4px;
  padding: 0px;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}
h1 {
}
h1 , h1 * {
  color: #CF0000;
  font-size: 22px;
  line-height: 24px;
  font-style: italic;
  font-weight: normal;
}
h2 {
}
h2 , h2 * {
}
h3 {
}
h3 , h3 * {
  color: #CF0000;
  font-size: 22px;
  line-height: 24px;
  font-style: italic;
  font-weight: normal;
}
h4 {
}
h4 , h4 * {
  color: #C0C0C0;
  font-weight: normal;
}
h5 {
}
h5 , h5 * {
}
h6 {
}
h6 , h6 * {
  color: #C0C0C0;
  font-size: 22px;
  line-height: 24px;
  font-style: italic;
  font-weight: normal;
}
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 #C0C0C0;
  background-color: #FFFFFF;
  font-size: 11px;
  line-height: 13px;
  padding: 1px 2px 0px 2px;
  margin: 0px;
}
input.formtext {
  height: 15px;
}
textarea.formtext {
  overflow: auto;
}
.button {
  border: 0px none;
  background-color: #909090;
  color: #FFFFFF;
  height: 18px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
a.button {
  display: block;
  float: right;
  padding: 0px 15px 0px 15px;
}
/* --- mask --- */
div.web-all {
  background: no-repeat left top url('../images/shadows_body.gif');
  width: 960px;
  margin: auto;
  text-align: left;
  cursor: default;
}
div.top-shadow {
  height: 40px;
  background: no-repeat 0px 20px url('../images/shadow_body_top.gif');
}
div.web-all-in {
  width: 920px;
  margin: auto;
  background: none #FFFFFF;
}
div.web-footer {
  background: no-repeat left top url('../images/shadow_body_bottom.gif') #FFFFFF;
  height: 30px;
  padding: 10px 40px 0px 40px;
  color: #C0C0C0;
}
/* --- header --- */
div.header {
  height: 88px;
  background: repeat-x left top url('../images/bg_header.gif');
  padding: 12px 32px 0px 41px;
}
div.header img {
  display: block;
}
div.header img.lisaci {
  float: left;
  margin: 20px 0px 0px 0px;
}
div.header img.cf {
  float: right;
}
/* --- top menu --- */
div.top-menu {
  height: 20px;
  background: none #E0E0E0;
  margin: 0px 0px 20px 0px;
  padding: 0px 10px 0px 10px;
}
div.top-menu a {
  font-family: "tahoma ce", tahoma, "arial ce", arial, "helvetica ce", helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: block;
  float: left;
  padding: 0px 10px 0px 10px;
}
div.top-menu i {
  color: #FFFFFF;
  display: block;
  float: left;
}
div.search {
  float: right;
  padding: 1px 0px 0px 0px;
}
div.search input.button {
  background: none transparent;
  font-weight: normal;
  color: #606060;
  float: left;
}
/* --- content --- */
div.content {
  background: repeat-x left bottom url('../images/bg_content_bottom.gif');
  padding: 0px 0px 20px 0px;
}
div.content-in {
  width: 920px;
  background: repeat-y 637px 0px url('../images/bg_content.gif');
}
div.content-left {
  width: 599px;
  float: left;
  padding: 0px 20px 20px 20px;
}
div.content-right {
  width: 240px;
  padding: 0px 20px 20px 20px;
  float: right;
}
/* --- leftside menu --- */
div.leftsidemenu {
  padding: 6px 0px 20px 0px;
}
div.leftsidemenu ,
div.leftsidemenu * {
  font-size: 11px;
  line-height: 14px;
}
div.leftsidemenu a {
  display: block;
  padding: 2px 0px 0px 0px;
}
div.leftsidemenu span {
  color: #909090;
}
/* --- leftside comments --- */
div.comments {
  padding: 6px 0px 20px 0px;
}
div.comments ,
div.comments * {
  font-size: 11px;
  line-height: 14px;
}
/* --- paging --- */
div.paging {
  text-align: center;
  cursor: default;
  margin-top: 15px;
}
div.paging a {
  font-size: 10px;
  color: #C0C0C0;
  padding: 2px 5px 2px 5px;
  margin: 0px 2px 0px 2px;
  border: 1px solid #F0F0F0;
  background: none #FFFFFF;
  text-decoration: none;
}
div.paging a:hover {
  color: #CF0000;
}
div.paging a.active {
  color: #CF0000;
}
div.paging a.active:hover {
  color: #CF0000;
}
div.paging a.back {
  background: no-repeat left top url('../images/ico_back.gif');
  padding: 3px 0px 2px 27px;
  border: 0px none;
  margin: 0px 30px 0px 0px;
}
div.paging a.forward {
  background: no-repeat right top url('../images/ico_forward.gif');
  padding: 3px 27px 2px 0px;
  border: 0px none;
  margin: 0px 0px 0px 30px;
}
/* --- gallery --- */
table.gallery-list {
  width: 100%;
  margin: 6px 0px 0px 0px;
}
table.gallery-list td {
  text-align: left;
  padding: 0px 0px 15px 0px;
}
table.gallery-list img {
  border: 3px solid #E0E0E0;
  display: block;
  padding: 1px;
}
table.gallery-list a:hover img {
  border-color: #C0C0C0;
}
/* --- comment-form --- */
table.comment-form {
  width: 100%;
  margin: 6px 0px 0px 0px;
  border: 1px solid #F0F0F0;
}
table.comment-form ,
table.comment-form * {
  font-size: 11px;
  line-height: 14px;
  vertical-align: middle;
}
table.comment-form tr td {
  text-align: left;
  padding: 1px 10px 1px 10px;
  color: #C0C0C0;
}
table.comment-form tr.first td {
  padding: 6px 10px 1px 10px;
}
table.comment-form tr.last td {
  padding: 1px 10px 6px 10px;
}
/* ---  --- */
h3 a {
  color: #CF0000;
  text-decoration: none;
}
h3 a:hover {
  color: #CF0000;
  text-decoration: underline;
}
div.article {
  padding: 0px 0px 20px 0px;
}
div.article div.article-info {
  padding: 0px 0px 4px 0px;
  color: #C0C0C0;
}
div.article div.article-info b.date {
  color: #303030;
}
br.content-space {
  font-size: 10px;
  line-height: 10px;
}
a.back {
  background: no-repeat 0px 3px url('../images/ico-back.gif');
  padding: 0px 0px 0px 16px;
  text-decoration: none;
  color: #C0C0C0;
  margin: 0px;
}
a.back:hover {
  color: #CF0000;
}
a.forward {
  background: no-repeat 0px 3px url('../images/ico-forward.gif');
  padding: 0px 0px 0px 16px;
  text-decoration: none;
  color: #C0C0C0;
  margin: 0px;
}
a.forward:hover {
  color: #CF0000;
}
/* --- end --- */
