/* --- 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: 0px;
  padding: 0px;
  color: #606060;
  background: url(../images/background.gif) 0 0 repeat-x;
  text-align: center;
}
body.admin {
  margin: 5px 5px 5px 5px;
  padding: 0px 0px 0px 0px;
  color: #546168;
  background: none #FFFFFF;
  text-align: left;
}
img {
  border: 0px none;
}
a {
  color: #606060;
  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;
}
ul li {
  list-style: circle;
}
h1 , h2 , h3 , h4 , h5 , h6 {
  padding: 0px;
  margin: 0px;
  color: #CF0000;
  font-weight: bold;
}
h1 {
}
h1 , h1 * {
}
h2 {
}
h2 , h2 * {
}
h3 {
  color: #606060;
}
h3 a {
  color: #CF0000;
  text-decoration: none;
}
h3 a:hover {
  color: #CF0000;
  text-decoration: underline;
}
h3 , h3 * {
}
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;
  display: block;
  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 {
  padding: 3px;
  border: 1px solid #E0E0E0;
  margin: 0px;
}
/*.button {
  border: 2px solid #C61328;
  background-color: #1C67A8;
  color: #FFFFFF;
  line-height: 12px;
  _height: 18px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
a.button {
  display: block;
  float: right;
  padding: 0px 15px 0px 15px;
}*/
/* --- headings --- */
h2.heading {
  position: relative;
  margin: 0px 0px 35px 0px;
  padding: 0px;
  height: 22px;
  font-style: italic;
  color: #c0c0c0;
}
h2.heading span {
  position: absolute;
  left: -32px;
  padding: 0px 10px 5px 32px;
  line-height: 18px;
  font-size: 22px;
  font-weight: normal;
  white-space: nowrap;
  background: url(../images/headingdot.gif) 0px 17px repeat-x;
}
h3.heading {
  padding-left: 20px;
  background: url(../images/dots.gif) 0% 50% no-repeat;
}
/* --- common --- */
img.thumb {
  display: block;
  margin-bottom: 4px;
  padding: 1px;
  border: 3px solid #ccc;
}
a:hover img.thumb {
  border-color: #cf0000;
}
div.more {
  margin-top: 10px;
  text-align: right;
}
div.more a {
  text-decoration: none;
  padding-right: 22px;
  color: #c0c0c0;
  background: url(../images/ico-more_off.gif) 100% 50% no-repeat;
  text-transform: lowercase;
}
div.more a:hover {
  text-decoration: none;
  color: #CF0000;
  background-image: url(../images/ico-more_on.gif);
}
div.back {
  margin-top: 10px;
  text-align: right;
}
div.back a {
  text-decoration: none;
  padding-left: 22px;
  color: #c0c0c0;
  background: url(../images/ico-back_off.gif) 0% 50% no-repeat;
  text-transform: lowercase;
}
div.back a:hover {
  text-decoration: none;
  color: #CF0000;
  background-image: url(../images/ico-back_on.gif);
}
h3.title {
  font-weight: bold;
  color: #CF0000;
}
h3.title span {
  color: #606060;
  font-weight: normal;
}
/* --- layout --- */
div.web-all {
  margin: 0px auto;
  width: 950px;
  text-align: left;
}
div.wrap-out {
  background: url(../images/wrap-out.gif) 0 0 repeat-y;
}
div.wrap-in {
  background: url(../images/wrap-in.gif) 0 0 no-repeat;
}
div.wrap-top {
  background: url(../images/wrap-top.gif) 0 0 no-repeat;
}
div.wrap-bottom {
  padding: 5px;
  background: url(../images/wrap-bottom.gif) 0 100% no-repeat;
}
div.web-content {
  min-height: 500px;
  height: 500px;
}
html>body .web-content {
  height: auto;
}
div.web-footer {
  width: 914px; /* 940px */
  padding: 19px 13px 13px 13px;
  color: #C0C0C0;
  background: url(../images/web-footer.gif) 0px 0px repeat-x;
}
div.web-bottom {
  padding: 10px 13px 10px 13px;
  font-size: 10px;
  line-height: 14px;
  color: #C0C0C0;
}
/* --- header, logo --- */
div.web-header {
  position: relative;
  height: 145px;
}
div.web-header h1 {
  position: relative;
  width: 409px;
  height: 135px;
  padding: 5px 0 5px 0;
  background: url(../images/web-header.gif) 20px 50% no-repeat;
}
div.web-header h1 a {
  position: absolute;
  display: block;
  width: 165px;
  height: 130px;
  left: 20px;
  top: 5px;
}
div.web-header h1 a span {
  display: none;
}
div.web-header h1 img.cflogo {
  display: none;
}
/* --- search box --- */
div.web-search {
  position: absolute;
  top: 20px;
  right: 0px;
  width: 205px;
  padding-left: 35px;
  height: 62px;
  background: url(../images/searchbkg.gif) 0 0 no-repeat;
}
div.web-search h4 {
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #909090;
}
div.web-search input.form {
  border: 1px solid #B3B3B3;
  width: 135px;
  height: 16px;
  line-height: 16px;
  padding: 2px 2px 0px 2px;
  color: #404040;
}
div.web-search input.link,
div.web-search input.link-hover {
  border: 0px none;
  background-color: transparent;
  text-decoration: underline;
  color: #404040;
  cursor: pointer;
}
div.web-search input.link-hover {
  color: #CF0000;
}
/* --- navigation --- */
div.web-menu {
  border-bottom: 6px solid #CF0000;
  background: url(../images/web-menu.gif) top left repeat-x;
}
div.web-menu ul {
  left: 0px;
  top: 0px;
  margin: 0;
  padding: 0;
}
div.web-menu li {
  float: left;
  position: relative;
  margin: 0;
  list-style: none;
  background: url(../images/web-menu-item.gif) top right no-repeat;
}
div.web-menu li.active {
  background: url(../images/web-menu-item_on.gif) top right no-repeat;
}
div.web-menu a {
  display: block;
  padding: 15px 25px 13px 25px;
  font-weight: bold;
  color: #808080;
  text-decoration: none;
}
div.web-menu a:hover {
  color: #CF0000;
}
div.web-menu li.active a ,
div.web-menu li.active a:hover {
  color: #CF0000;
}
div.web-menu a.lang-switch {
  float: right;
  margin-right: 20px;
  padding: 15px 0px 13px 25px;
  background: no-repeat 0px 20px;
}
div.web-menu a.lang-cs {
  background-image: url(../images/lang_cz_off.gif);
}
div.web-menu a.lang-cs:hover {
  background-image: url(../images/lang_cz_on.gif);
}
div.web-menu a.lang-en {
  background-image: url(../images/lang_en_off.gif);
}
div.web-menu a.lang-en:hover {
  background-image: url(../images/lang_en_on.gif);
}
/* --- content layouts --- */
div.content-home {
}
div.content-sub {
  padding: 10px 0px 10px 0px;
  background: url(../images/content-sub.gif) 0 0 repeat-x;
}
div.content-2col {
  width: 940px;
  background: url(../images/content-2col.gif) 0 0 repeat-y;
}
div.content-3col {
  width: 940px;
  background: url(../images/content-3col.gif) 0 0 repeat-y;
}
div.content-contacts {
  width: 940px;
  background: url(../images/content-contacts.gif) 0 0 repeat-y;
}
/* --- content columns --- */
div.col {
  float: left;
  width: 195px;
  padding: 5px 20px 5px 20px;
}
div.col-half {
  float: left;
  width: 430px;
  padding: 5px 20px 5px 20px;
}
div.col-big {
  float: left;
  width: 665px;
  padding: 5px 20px 5px 20px;
}
div.col-full {
  float: left;
  width: 900px;
  padding: 5px 20px 5px 20px;
}
/* --- footer, membership & links --- */
div.web-footer div.membership {
  float: left;
  width: 600px;
}
div.web-footer div.membership a {
  font-size: 9px;
  line-height: 14px;
  text-decoration: none;
  color: #C0C0C0;
  display: block;
  float: left;
  width:280px;
  margin-right: 20px;
}
div.web-footer div.membership a:hover {
  text-decoration: none;
  color: #CF0000;
}
div.web-footer div.membership a img {
  margin-right: 8px;
  vertical-align: middle;
  float: left;
}
div.web-footer div.links {
  float: right;
  width: 300px;
  text-align: right;
}
div.web-footer div.links span {
  margin: 0px 7px 0px 7px;
}
div.web-footer div.links a {
  color: #808080;
  text-decoration: none;
}
div.web-footer div.links a:hover {
  color: #CF0000;
  text-decoration: none;
}
/* --- bottom, copyright --- */
div.web-bottom a {
  font-size: 10px;
  line-height: 14px;
  color: #C0C0C0;
  text-decoration: none;
}
div.web-bottom a:hover {
  color: #CF0000;
  text-decoration: underline;
}
/* --- paging --- */
div.paging {
  margin: 25px auto 15px auto;
  width: 420px;
}
div.paging a {
  color: #C0C0C0;
  text-decoration: none;
}
div.paging a:hover {
  color: #CF0000;
  text-decoration: none;
}
div.paging span.prev {
  float: left;
  width: 80px;
  text-align: left;
}
div.paging span.prev a {
  display: block;
  padding-left: 22px;
  background: url(../images/ico-back_off.gif) 0% 50% no-repeat;
}
div.paging span.prev a:hover {
  background-image: url(../images/ico-back_on.gif);
}
div.paging span.pages {
  float: left;
  width: 260px;
  text-align: center;
}
div.paging span.pages a {
  font-size: 9px;
  margin: 0 2px;
  padding: 2px 5px;
  border: 1px solid #F0F0F0;
}
div.paging span.pages a:hover {
  border: 1px solid #CF0000;
}
div.paging span.pages a.active {
  background: #E0E0E0;
}
div.paging span.pages a.active:hover {
}
div.paging span.next {
  float: right;
  width: 80px;
  text-align: right;
}
div.paging span.next a {
  display: block;
  padding-right: 22px;
  background: url(../images/ico-more_off.gif) 100% 50% no-repeat;
}
div.paging span.next a:hover {
  background-image: url(../images/ico-more_on.gif);
}
/* --- right menu -- */
ul.links {
  margin-left: 0px;
  padding-left: 0px;
}
ul.links a {
  text-decoration: none;
  font-weight: bold;
}
ul.links a:hover {
  text-decoration: underline;
}
ul.links li {
  background: no-repeat 0px 6px url(../images/ico-side.gif);
  color: #CF0000;
  padding-left: 16px;
  margin-left: 0px;
  list-style: none;
}
ul.links li.active a {
  text-decoration: underline;
  color: #cf0000;
}
ul.links li.active a:hover {
  color: #cf0000;
}
/* --- rawhtml page --- */
/* neni v sablonach ale je v obsahu */
div.page-rawhtml h3 {
  padding-left: 20px;
  color: #606060;
  background: url(../images/dots.gif) 0 50% no-repeat;
}
/* --- home page --- */
div.home-top {
  margin-top: 1px;
  border-bottom: 5px solid #E0E0E0;
  background: url(../images/web-top.gif) 0 0 repeat-x;
}
div.home-top-in {
  height: 103px; /*118px;*/
  width: 570px; /*600px;*/
  padding: 15px 15px 0px 15px;
  font-style: italic;
  color: #5f5f5f;
  float: right;
  /*background: url(../images/web-top-in.gif) 0 0 no-repeat;*/
}
.home-flash {
  float: left;
}
.page-home {
  padding: 10px 0px 10px 0px;
}
.page-home h2.heading {
  margin-bottom: 20px;
}
.page-home .news {
}
.page-home .news div.first-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.page-home .news div.first-item img.img {
  float: left;
  margin-right: 5px;
}
.page-home .news div.item {
  margin-top: 15px;
}
.page-home .projects {
}
.page-home .projects div.item {
  margin: 20px auto 0 auto;
  width: 195px;
}
.page-home .projects div.item a {
  text-decoration: none;
}
.page-home .projects div.item a:hover {
  text-decoration: none;
}
.page-home .projects div.item span.desc {
  font-size: 10px;
}
.page-home .projects div.item strong {
  color: #CF0000;
}
.page-home .clients {
}
.page-home .clients table {
  margin: 10px auto 15px auto;
  width: 160px;
}
.page-home .clients table td {
  text-align: center;
}
.page-home .clients div.client h4.name {
  color: #606060;
}
.page-home .clients div.client h4.name span {
  font-weight: normal;
}
/* --- news --- */
.page-news {
}
.page-news div.important {
  background: #e5e5e5;
}
.page-news div.item {
  margin-bottom: 20px;
  padding: 5px;
}
.page-news div.item h3 {
  padding-left: 20px;
  color: #606060;
  background: url(../images/dots.gif) 0 50% no-repeat;
}
/* --- single news detail --- */
.page-singlenews div.desc img.img {
  float: right;
  margin: -22px 0px 0px 20px;
}
/* --- company profil --- */
.page-profil {
}
/* --- photo gallery --- */
.page-gallery div.perex {
  margin-bottom: 25px;
}
.page-gallery div.images table {
  width: 100%;
}
.page-gallery div.images img.thumb {
  /*float: left;
  margin: 0px 18px 20px 18px;*/
  margin: auto;
  margin-bottom: 20px;
}
.page-solutions div.col-big h3 {
  padding-left: 20px;
  background: url(../images/dots.gif) 0 50% no-repeat;
}
/* --- clients --- */
.page-clients h3 {
  padding-left: 20px;
  background: url(../images/dots.gif) 0 50% no-repeat;
}
.page-clients table.clients td {
  vertical-align: top;
}
.page-clients table.clients td.col {
  width: 200px;
}
.page-clients table.clients td.space {
  width: 10px;
}
.page-clients .item-closed {
  margin-bottom: 10px;
}
.page-clients .item-closed .client {
  padding-left: 16px;
  background: url(../images/dot_arrows_down.gif) 0px 6px no-repeat;
}
.page-clients .item-closed .text {
  display: none;
}
.page-clients .item-opened {
  margin-bottom: 10px;
}
.page-clients .item-opened .client {
  padding-left: 16px;
  background: url(../images/dot_arrows_up.gif) 0px 6px no-repeat;
}
.page-clients .item-opened .text {
  display: block;
  margin-top: 5px;
}
/* --- single client --- */
.page-client {
}
.page-client div.description {
  margin-bottom: 35px;
}
.page-client img.logo {
  float: right;
  margin-left: 20px;
  padding: 1px;
  border: 3px solid #E5E5E5;
}
.page-client table {
}
.page-client table td {
  width: 220px;
  vertical-align: top;
  padding-bottom: 25px;
}
.page-client table td a {
  text-decoration: none;
}
.page-client table td a:hover {
  text-decoration: none;
}
.page-client table td strong {
  color: #CF0000;
}
/* --- products --- */
.page-products {
}
.page-products div.item {
  margin-bottom: 15px;
}
.page-products div.item div.image {
  float: left;
}
.page-products div.item div.desc {
  margin-left: 235px;
}
/* --- single product --- */
.page-product .logo {
  float: right;
  margin-left: 20px;
  padding: 1px;
  border: 3px solid #E5E5E5;
}
.page-product h3 {
  padding-left: 20px;
  background: url(../images/dots.gif) 0 50% no-repeat;
}
/* --- projects --- */
.page-projects table {
}
.page-projects table td {
  width: 220px;
  vertical-align: top;
  padding-bottom: 25px;
}
.page-projects table td a {
  text-decoration: none;
}
.page-projects table td a:hover {
  text-decoration: none;
}
.page-projects table td strong {
  color: #CF0000;
}
.page-projects table td span.desc {
  font-size: 10px;
}
/* --- single project --- */
.page-project .info {
  float: left;
  width: 265px;
}
.page-project .date {
}
.page-project .url {
}
.page-project .url a {
  color: #c0c0c0;
}
.page-project .url a:hover {
  color: #CF0000;
}
.page-project .back {
	float: left;
  text-align: left;
}
.page-project .description {
  float: left;
  width: 400px;
  margin-bottom: 12px;
}
.page-project .images {
  margin-top: 35px;
  text-align: center;
}
.page-project .client-description {
  margin-bottom: 12px;
}
/* --- contacts --- */
form.contact-form {
  display: block;
  margin-top: 25px;
}
form.contact-form div {
  margin-bottom: 5px;
}
form.contact-form div.submit {
  margin-top: 10px;
  text-align: right;
}
form.contact-form input.formtext {
  width: 185px;
}
form.contact-form textarea.formtext {
  width: 185px;
  height: 100px;
}
table.contact-photo {
  margin: 0px;
}
table.contact-photo td {
  width: 140px;
  padding-bottom: 25px;
  text-align: center;
}
table.contact-photo td img {
  display: block;
  margin: auto;
  margin-bottom: 5px;
}
/* --- end --- */
