/* === SKIN /_skins/website */

/* elementy */
html {
  font: 75%/1.6 Tahoma, Arial, sans-serif; /* 16px*0,75=12px */
  color: #504f4f;
  background: #ffffff url("/__imgthumb/web/191-320/3840-3840/a7d8-back-html.jpg") no-repeat 50% 0;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  text-align: center;
}

h3 { font-size: 153.85%; }
h4 { font-size: 123.08%; }
h5 { font-size: 107.69%; }
h6 { font-size: 100%; }

ul, ol, dl, p, .p, address, fieldset, .gallery, .fileList, .MessageQueue { margin: 0 0 1em; }

.MessageQueue * { vertical-align: middle; border: 0; }

ul, ol { padding-left: 0; }
ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ul ul, ol ol, ul ol, ol ul { margin: 0 0 .5em 0; }
li { margin-left: 25px; }

address { font-style: normal; }
address span, span.width {
  display: block;
  width: 6em;
  float: left;
}

hr {
  height: 1px;
  color: black;
  background-color: black;
  border: 0px solid black;
  margin: 0;

  margin: .66em 0;

}

sub, sup {
  vertical-align: baseline;
  position: relative;
}
sub { top:    0.4em; }
sup { bottom: 0.4em; }

dt { font-weight: bold; }
dd { margin: 0 0 1em 1.5em; }

img { border: 0; vertical-align: middle; }
#content img { margin: .25em 10px; }
#file img, #content .fileList img { border: none; margin: 0; }

/* tabulky */
table {
  margin: 1em 0;
  border-collapse: collapse;
}
td, th { padding: 2px; }
th {
  background: #8bbcd8;
  color: white;
}
tr td, tr th { border: 1px solid #504f4f; }
table#file {
  width: 100%;
  border-bottom: 1px solid #504f4f;
  margin-top: 35px;
}
#file td, #file th {
  border: none;
  vertical-align: top;
}
#file .img { width: 220px; }
#file .ico { width: 84px; }

.no-border, .no-border * { border: none !important; }

/* formuláře */
form { margin: 0; }
fieldset {
  padding: 0;
  border: 0;
}
fieldset, .checkbox { line-height: 28px; }
fieldset p, filedset table, fieldset hr { margin: 0 0 1em; }

legend {
  padding: 0 5px;
  font-weight: bold;
  color: black;
}

/**
 * Vertikální centrování textu v input.text, select
 *   FF      padding, height musí být rovno font-size*1,25, dorovnat paddingem
 *           na požadovanou výšku
 *   IE      line-height nastavit stejně jako height
 *   Opera   jestli nesedí, hodit si tak akorát mašli :)
 */
input, select, textarea {
  font: 13px/1.25 Arial, sans-serif;
  vertical-align: middle;
}

input.text, textarea, select {
  margin: 2px 0;
  padding: 3px;
  width: 300px; height: 16px;
  border: 1px solid #757271;
}
select {
  padding: 3px 0; /* vycentruje obsah ve ff */
  width: 304px; height: 24px; /* border/padding se do rozměrů nepočítá */
}
textarea { height: 150px; }

/**
 * Vertikální centrování textu v input.button
 *   vše       do výšky se nepočítá padding, ani border (stejně u selectu)
 *   FF+Opera  vyrovnat text (+-1px vzájemně) pomocí padding
 *   IE        dorovnat pomocí line-height (ovlivní vše, ale IE nejvíc)
 */
input.button {
  width: 0; /* pouze pro IE */
  overflow: visible;
  height: 22px;
  padding: 0 0.5em 4px;
 
  cursor: pointer;

  width: auto;

  border: 0;
  color: #ffffff;
  font-weight: bold;
  line-height: 20px; /* vycentruje value pro ostatní */
  background: url('/__imgthumb/web/211-316/3840-3840/0740-back-buttons.png') no-repeat 0 0;
  padding-left: 20px;
  width: 100px;
}
input.button:hover {
  color: #c30044;
  background-position: 0px -22px;
}

input.medium {width: 150px; background-position: -100px 0px;}
input.medium:hover {background-position: -100px -22px;}

input.wide {width: 200px; background-position: -250px 0px;}
input.wide:hover {background-position: -250px -22px;}


.buttons {
  text-align: center;
  margin: 1em 0;
}

label {
  display: block;
  float: left;
  clear: left;
  width: 150px;
  overflow: hidden;
  margin: 0 10px 0 0;
  text-align: right;
  vertical-align: middle;
}


div.safety-code {
  padding-top: .5em;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 35px;
}
div.safety-code img {
  margin: 0 !important;
  vertical-align: middle;
}
div.safety-code input {
  width: 177px;
  vertical-align: middle;
}

.infohelp {
  margin-left: 180px;
  text-indent: 0;
  font-style: italic;
}


#searchBox { margin-top: 1em; }
#searchBox input.text {
  width: 300px;
  margin: 0;
  vertical-align: bottom;
}
#searchBox input.button {
  margin: 0;
  vertical-align: bottom;
}

/* # id */
#page {
  width: 960px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  left: 4px;
   
  
}
#header {
  width: 960px; height: 161px;
  position: relative;
}

#language {
  width: 105px;
  height: 20px;
  float: right;
  text-align: right;
  background: url('/__imgthumb/web/192-224/3840-3840/3491-back-language.png') no-repeat 0 0;
  margin-top: 16px;
  margin-right: 50px;
   
}

#language a {
  margin: 0 3px 0 2px; 
   
  float: left;
  background: url('/__imgthumb/web/212-352/3840-3840/a94e-back-flag.png') no-repeat 0 -20px;
}
#language a:hover {background-position: 0 0;}


#header h1 {
  font-size: 200%;
  width: 129px; height: 80px;
  overflow: hidden;
  position: relative;
  float: left;
  margin:0;
  top: 26px;
  left: 41px;
}
#header h1 span {
  position: absolute;
  top: 0; left: 0;
  display: block;
  width: 100%; height: 100%;
  background: url("/__imgthumb/web/204-364/3840-3840/f317-logo.png") no-repeat;
  cursor: pointer;
}


#leftCol {
  width: 242px;
  overflow: hidden;
  margin: 0;
  float: left;
}

#menu {
  width: 242px;
   
}

#menu .top {
  background: url('/__imgthumb/web/196-240/3840-3840/d20a-back-menu-top.png') no-repeat 2px 0px;
  width: 242px;
  height: 40px;
}
#menu .bottom {
  background: url('/__imgthumb/web/193-228/3840-3840/a2db-back-menu-bottom.png') no-repeat -2px 0px;
  width: 242px;
  height: 19px;
  margin-left: 1px;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: url('/__imgthumb/web/195-284/3840-3840/cd50-back-menu-middle.png') repeat-y 0 0;
}

#menu ul li {
  margin: 0 0 0 14px;
  padding: 0 0 3px 0;
  width: 203px;
}

#menu ul li ul li ul li span {
  background-position: -14px 0;
}

#menu ul li:first-child span {
  background-image: none;
}

#menu ul li span, #menu ul li ul li span, #menu ul li ul li:first-child span {
  width: 203px;
  min-height: 29px;
  display: block;
  background: url('/__imgthumb/web/194-972/3840-3840/bf6e-back-menu-item.png') no-repeat 0 0;
  padding-top:4px; 
}

#menu ul li a {
  display: block;
  width: 148px;
  line-height: 26px;
  
  overflow: hidden;
  background: url('/__imgthumb/web/208-976/3840-3840/d40f-back-menu-a.png') no-repeat 0 1px;
  margin-left: 7px;
  padding-left: 37px;
  color: #e4e4e4;
  text-decoration: none;
}

#menu ul li a:hover, #menu ul li a.active { 
  color: #ffffff; 
  background-position: 0px -26px; 
  text-decoration: none;
}

#menu ul ul {background-image: none;}

#menu ul li ul li span {
  margin-left: -14px;
}

#menu ul ul li a{
  margin-left:13px;
  padding-left:37px;
  width: 124px;
  background: url('/__imgthumb/web/667-977/3840-3840/72cf-back-menu-a2.png') no-repeat 0px -3px;
  line-height: 20px;
  margin-top: 4px;
}

#menu ul ul li a:hover, #menu ul ul li a.active {
  background-position: -269px -3px;
}

#content {
  width: 510px;
  float: left;
  margin-top: 90px;
}

#contentInner { padding: 0 20px; }

#currentPage { 
  text-indent: 0;
  margin-bottom: 20px;
  font-size: 91.97%;
}
#currentPage a {color: #9c9c9c; text-decoration: none;}
#currentPage a:hover {color: #000000; text-decoration: none;}
#currentPage span{
  width: 17px;
  height: 18px;
  margin: 0 3px;
  background: url('/__imgthumb/web/209-297/3840-3840/08db-currentpage-separator.png') no-repeat 0px 2px; 
}
#currentPage span em{
  position: relative;
  left: 12345px;
}


#content h1, h2, h3, h4, h5, h6 {
  margin: .6em 0 .3em;
  font: normal normal 200%/1.4 "Trebuchet MS", Tahoma, Arial, sans-serif;
  color: #c30044;
}
#content h1, #content h2 {
  position: static;
  width: auto; height: auto;
  background: #f6f7f7 url('/__imgthumb/web/190-216/3840-3840/8820-back-heading.png') no-repeat -15px 0;
  padding-left: 40px;
  line-height: 30px;
  font-size: 158.33%;
}

#content h3 {font-size: 133.33%; font-weight: bold;}
#content h4 {font-size: 116.67%; font-weight: bold;}

#login-form input.text { width: 150px;}
#login-form input.button {margin-top: 5px;}



#rightCol {
  width: 188px;
  overflow: hidden;
  margin: 21px 7px 0 0;
  float: right;
   
}


#leftSearch { 
  width: 162px;
  height: 67px; 
  margin: 0 0 10px 7px; 
  padding: 20px 5px 5px;
  background: url('/__imgthumb/web/198-248/3840-3840/149b-back-rightcol-search.png') no-repeat 0 0;
}
#leftSearch fieldset {
  padding: 0;
  margin: 18px 0 0 5px;
   
}
#leftSearch input.text {
  width: 114px;
  height: 24px;
  line-height: 30px;
  background: url('/__imgthumb/web/197-244/3840-3840/baf9-back-rightcol-search-text.png') no-repeat 0 0;
  vertical-align: middle;
  border-width: 0px;
  margin: 0;
  padding-left: 5px;
  font-size: 11px;
  font-family: "Tahoma", Arial, sans-serif;
}
#leftSearch input.searchfocus { color: black; }
#leftSearch input.button {
  margin: 0;
  vertical-align: middle;
  background: url('/__imgthumb/web/210-336/3840-3840/ce7c-back-rightcol-search-button.png') no-repeat 0 0;
  width: 27px;
  height: 25px;
  font-size: 0;
   
}
#leftSearch input.button:hover {
  background-position: 0px -25px;
}

a.bigbutton{
  display: block;
  width: 119px;
  height: 21px;
  line-height: 19px;
  margin: 5px auto 10px;
  padding: 25px 13px 24px 45px;
  overflow: hidden;
  font-size: 108.33%;
  font-weight: bold;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  text-decoration: none;
  background: url('/__imgthumb/web/187-308/3840-3840/5ca8-back-bigbutton.png') no-repeat 0 0;
  color: #c10046;
}
a.bigbutton:hover {color: #595959; text-decoration: none;}

#footer {
  width: 500px;
  padding-left: 486px;
  padding-top: 62px;
  padding-bottom: 35px;
  height: 45px;
  position: relative;
  margin: 10px 0;
  background: url('/__imgthumb/web/189-360/3840-3840/94d4-back-footer.jpg?_mime=image/png') no-repeat 0 0;
  font-size: 91.67%;
}
#footer a {color:#504f4f;}
#footer a:hover {color:#000000;}

/* . class */
.cleaner {
  visibility: hidden;
  clear: both;
}
.clear { clear: both; }
.no-show {
  position: absolute;
  top: auto;
  left: -10000px;
}
.no-margin { margin: 0 !important; }
.no-indent { text-indent: 0; }

.wysiwyg-left img,  img.left  { margin-left:  0 !important; float: left; }
.wysiwyg-right img, img.right { margin-right: 0 !important; float: right; }

.center { text-align: center !important; text-indent: 0; }
.right  { text-align: right  !important; text-indent: 0; }

.news {
  position: relative;
  margin-top: 1em;
  padding-right: 6.5em;
}
.urgent { text-transform: uppercase; }
.signature {
  text-indent: 0;
  text-align: right;
  font-weight: bold;
}
.newsDate {
  position: absolute;
  top: 0;
  right: 0;
 
  width: 6em;
  overflow: hidden;
  text-align: right;
}

.perex { font-style: italic; }


.gallery { overflow: auto; }
.gallery img { margin: 0 0 5px !important; }
.gallery div {
  float: left;
  width: 157px;     /* vedle sebe musí být sudý počet, jinak to floatuje blbě :) */
  overflow: hidden;
  padding: 1em 5px;
  text-align: center;
}
.gallery div.wide { width: 280px; }

.fileList {
  clear: both;
  padding: 1em 0 0;
  border-top: 1px solid #9fa416;
}
.fileList div { clear: left; }

.href-pic {
  float: left;
  display: block;
  width: 40px;
  height: 2.8em;
  margin: 0 0 .5em 0;
 
  line-height: 2.8em;
  text-align: center;
  text-decoration: none !important ;
}
.href-pic img {
  vertical-align: middle;
  border: none;
}

/* odkazy */
a { color: #10517d; }
a:hover, a:active, a:focus { color: black; overflow: visible; } /* overflow je nastaven pro IE, jinak by rámeček při hoveru nebyl kolem celého obrázku */
/* === */