/* elementy */
html {
  font: 75%/1.6 Arial, Tahoma, sans-serif;
  color: black;
  background: #ffffff url("../img/layout/back-html.png") repeat-x;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  text-align: center;
  background: url("../img/layout/back-body.jpg") 50% 0 no-repeat;
}

h1 {
  font-size: 200%;
  width: 189px; height: 60px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
h1 span {
  position: absolute;
  top: 0; left: 0;
  display: block;
  width: 100%; height: 100%;
  background: url("../img/layout/logo.png") no-repeat;
  cursor: pointer;
}

.hiddendiv {
    display: none;
}

.disable {
    background-color: #d0d0d0;
}

.tld {
    width: 50px;
}

#content h1 {
  position: static;
  width: auto; height: auto;
}
#content h1, h2, h3, h4, h5, h6 {
  margin: .2em 0;
  font: italic normal 166.67%/1.4 Arial, Tahoma, sans-serif;
}
#content h1, h2 { font-weight: bold; }
h3 { font-size: 141.67%; }
h4 { font-size: 125.00%; }
h5 { font-size: 108.33%; }
h6 { font-size: 100%; }

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

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: .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: 0 auto 1em;
  border-spacing: 0;
}
td, th { padding: 4px 10px; }
tr td, tr th {
  background: #deeff4;
  border-left: 1px solid white;
  border-right: 1px solid #d4dfe2;
  white-space: nowrap;
}
tr.alt td { background: transparent; }
tr td:first-child, tr th:first-child { border-left: 0; }
tr td:last-child,  tr th:last-child { border-right: 0; }
tr:hover td { background-color: #cbe3ea; }

tr.pricelist:hover td { background-color: #cbe3ea; }

tr th {
  background: white url("../img/layout/back-th.png") 0 100% repeat-x;
  color: black;
  font-weight: bold;
  text-align: center;
}

td.price { text-align: right; font-weight: bold; color: #ff8000; width: 80px;}

table.action {
  table-layout: fixed;
  width: 350px;
  padding: 0 1px;
  background: url("../img/layout/back-actiontable.png") 0 0 no-repeat;
  color: #65787c;
}
table.action th { background: none; height: 35px; padding: 0 10px; border: 0; }
table.action col.tld    { width: 45px; }
table.action col.action { width: 148px; }
table.action col.end    { width: 83px; }
table.action col.price  { width: 74px; }

table.pricelist {
  width: 350px;
  table-layout: fixed;
}
table.pricelist col.tld      { width: 60px; }
table.pricelist col.price    { width: 115px; }

table#listdomen { width: 720px; margin-top: 0; }
table#listdomen th, table#listdomen td {
  padding: 4px;
  text-align: center;
}
tr.green  td { background: #c9ffb0; }
tr.greendark  td { background: #a9df90; }
tr.yellow td { background: #fdef7c; }
tr.red    td, select.red, input.red { background: #ff9595; }
tr.gray   td { background: #d8d8d8; }

tr.greendark a, tr.green a, tr.yellow a, tr.red a, tr.gray a { color: #0b567a; }
tr.greendark a:hover, tr.green a:hover, tr.yellow a:hover, tr.red a:hover, tr.gray a:hover { color: black; }

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

table.kredit {
  width: 184px;
  margin: .5em 0 .5em 15px;
}
table.kredit th, table.kredit td  {
  padding: .14em 0;
  font-size: 91.67%;
  background: none;
  text-align: left;
}
table.kredit td { text-align: right; }
table.kredit a { font-size: 100% !important; }

table.infoTable {
  margin: 0 0 1em;
}
table.infoTable th, table.infoTable td {
  border: 0;
  padding: 0 5px;
  background: none;
  text-align: left;
  vertical-align: top;
}


/* 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: 12px/1.25 Arial, sans-serif;
  vertical-align: middle;
}

input.text, textarea, select {
  margin: 2px 0;
  padding: 3px;
  width: 300px; height: 15px;
  border: 1px solid #8b9b9f; 
  background: #cfe7ed; 
  color: black;
}

input.textpul {
  margin: 2px 0;
  padding: 3px;
  width: 150px; height: 15px;
  border: 1px solid #8b9b9f; 
  background: #cfe7ed; 
  color: black;
}

input.textfile {
  margin: 2px 0;
  padding: 3px;
  width: 150px; height: 25px;
  border: 1px solid #8b9b9f; 
  background: #cfe7ed; 
  color: black;
}

.textpul {
    width: 150px;
}

.textctvrt {
    width: 75px;
}

input.textctvrt {
  margin: 2px 0;
  padding: 3px;
  width: 75px; height: 15px;
  border: 1px solid #8b9b9f; 
  background: #cfe7ed; 
  color: black;
}

input.textno {
  margin: 2px 0;
  padding: 3px;
  width: 50px;
  height: 15px;
  border: 1px solid #8b9b9f; 
  background: #cfe7ed; 
  color: black;
}

input.textdisable {
  margin: 2px 0;
  padding: 3px;
  width: 300px; height: 15px;
  border: 1px solid #8b9b9f; 
  background: #d0d0d0; 
  color: black;
}

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, a.buttonBlack {
  width: 116px; height: 30px;
  overflow: hidden;
  padding: 0;
  padding-bottom: 2px;
  cursor: pointer;
  border: 0;
  background: #494c4c url("../img/layout/button-black.png") 0 0 no-repeat;
  color: white;
  text-align: center;
  font-size: 108.33%;
  font-weight: bold;
  line-height: 30px; /* vycentruje value pro ostatní */
}
input.button:hover, a.buttonBlack:hover { color: #16c1f3; }
a.buttonBlack {
  display: block;
  text-decoration: none;
  padding: 0;
}


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

/* label {
  display: block;
  float: right;
  clear: right;
  overflow: hidden;
  text-align: left;
  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: 201px;
  vertical-align: middle;
}

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

#userBox { padding: 45px 22px 2em 23px; }
#userBox label {
  display: block;
  width: 62px; height: 26px;
  margin: 2px 0 0;
  overflow: hidden;
  float: left;
  clear: both;
  padding: 0 5px 0 3px;
  line-height: 28px;
}
#userBox input {
  width: 118px;
  margin: 2px 0 0;
  padding: 6px 5px 5px;
  border: 0 !important;
  background: #f0f6f7 url("../img/layout/back-login-user.png") 0 0 no-repeat;
  font-weight: bold;
  font-style: italic;
  color: #c6d8e0;
  outline: none;
}
#userBox input:focus { color: black; }
#userBox input#heslo, #userBox input#mojeid {
  clear: both;
  background-image: url("../img/layout/back-login-pass.png");
  width: 90px;
}

#userBox input.button {
  width: 26px; height: 26px;
  overflow: hidden;
  padding: 0;
  float: right;
  clear: right;
  background: #ff9000;
  color: white;
}

#userBox p { margin: 0; }
#userBox ul {
  clear: both;
  margin: .5em 0 0;
  list-style: none;
}
#userBox li, .menu ul li {
  margin: 0;
  padding: 0 0 0 18px;
  background: url("../img/layout/bullet-links.gif") 2px 50% no-repeat;
}

#faq li {
    padding: 0 0 0 18px;
    list-style: none;
    background: url("../img/layout/bullet-links.gif") 2px 6px no-repeat;
}

#userBox a { font-size: 91.67%; }
#userBox h3 {
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 100%;
  font-style: normal;
  background: #9aaeb4 url("../img/layout/back-menu-open-top.gif") 0 0 no-repeat;
}
#userBox h3 span {
  display: block;
  padding: 5px 15px;
  background: url("../img/layout/back-menu-open-bottom.gif") 0 100% no-repeat;
}
#userBox h3 #flags {
  position: absolute;
  top: 50%; right: 15px;
  height: 10px;
  overflow: hidden;
  line-height: 10px !important;
  padding: 0;
  margin: -5px 0 0;
  background: none;
}
#userBox h3 #flags img { vertical-align: top; }

#register, #links {
  position: absolute;
  top: 85px; right: 1px;
}
#links { right: -4px; }
#links a {
  float: left;
  margin-right: 5px;
}

#domainCheck input.text {
  width: 240px;
  background-image: url("../img/layout/back-input.png");
  padding: 5px 5px 6px;
  border: 0;
  margin: 1px 0;
}
#domainCheck select { width: 50px; }
#domainCheck input.button { margin-top: 2px; }

/* inline formulář .filtr */
.filtr {
  font-size: 91.67%;
  text-align: center;
}
.filtr input, .filtr select { font-size: 11px; }
.filtr input.text, .filtr select {
  padding: 1px 0;
  width: 80px; height: 20px;
  margin: 0 10px 0 0;
}
.filtr input.text {
  padding: 2px 0;
  height: 14px;
}
.filtr label {
  display: inline;
  width: auto;
  float: none;
  clear: none;
  margin: 0;
}

input.buttonSmall, a.buttonSmall {
  font-size: 11px;
  width: auto; height: 20px;
  line-height: 20px;
  padding: 0 .5em 2px;
  background: #242525 url("../img/layout/gradient-black.png") 0 0 repeat-x;
  border-radius: 3px;
}

input.button:hover, a.buttonSmall:hover { color: #16c1f3; }
a.buttonSmall {
  display: inline-block;
  color: white;
  padding: 1px .75em;
  text-decoration: none;
  font-weight: normal;
}


/* # id */
#page {
  width: 980px;
  margin: 0 auto;
  text-align: left;
}
#headerRight {
  width: 736px; height: 150px;
  border-bottom: 1px solid #b3d6e2; 
  margin-bottom: 10px;
  float: right;
/*  background: url("../img/layout/back-headerright.jpg") 0 53px no-repeat; */
  position: relative;
}

#banners {
  width: 736px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3d6e2; 
  margin-bottom: 10px;
  float: right;
  position: relative;
}

#headerRight ul {
  position: absolute;
  font-weight: bold;
  top: 20px; left: 30px;
  margin: 0;
  color: #16c1f3;
  list-style-type: disc;
  width: 332px;
}

#headerRight ul#rightList { 
    left: 405px;
    list-style-type: none;
    }

#headerRight ul#rightList li { float: left;}
#headerRight ul li { margin-bottom: 5px;}
#headerRight ul span { color: black; }

#headerRightShort {
  width: 736px;
  margin-bottom: 1em;
  float: right;
  position: relative;
}
#headerRightShort #links { top: 10px; }
#headerRightShort #navi {
  margin-top: 50px;
  padding: .75em 0 .75em 16px;
  color: #85989c;
  border-top: 1px solid #b3d6e2;
  border-bottom: 1px solid #b3d6e2;
}

#leftSide {
  width: 244px;
  overflow: hidden;
  margin: 0;
  padding: 48px 0 2em;
  float: left;
  background: white;
}
#content {
  width: 720px;
  float: right;
  clear: right;
}

#domainCount {
  color: #bac1c2;
  background: url("../img/layout/back-domaincount.png") 0 100% no-repeat;
  padding: 0 30px 15px 15px;
  margin: 1em 22px 0 21px;
}
#domainCount strong {
  font-size: 116.67%;
  line-height: .8;
  text-align: right;
  display: block;
  margin-top: 1em;
}
#domainCount strong span {
  color: #14c0f2;
  font-size: 250%;
}

#footer {
  clear: both;
}
#footer #registrators {
  border-top: 1px solid #b3d6e2;
  border-bottom: 1px solid #b3d6e2;
  text-align: justify;
  padding: 40px 0;
}
#footer #registrators img { margin: 0 18px; }

/* Hlavní menu */
ul.menu  { list-style-type: none; }
.menu li {
  font-size: 100%;
  padding: 1px 0;
  margin: 0 22px 0 23px;
  border-bottom: 1px solid #e4ebec;
}
.menu li a {
  display: block;
  color: #6b7375;
  text-decoration: none;
  background: url("../img/layout/back-menu-active-top.gif") -1000px 0 no-repeat;
}
.menu li a span {
  display: block;
  padding: 5px 15px;
  background: url("../img/layout/back-menu-active-bottom.gif") -1000px 100% no-repeat;
}
.menu li a:hover {
  color: white;
  background-color: #16c1f3;
  background-position: 0 0;
}
.menu li a:hover span { background-position: 0 100%; }

.menu li a.open {
  color: white;
  background: #9aaeb4 url("../img/layout/back-menu-open-top.gif") 0 0 no-repeat;
}
.menu li a.open span { background: url("../img/layout/back-menu-open-bottom.gif") 0 100% no-repeat; }

/* 2. úroveň */
.menu ul, #userBox #subInfo { margin: .5em 0 .5em 15px; }
#userBox #subInfo { margin-bottom: 2em; }
.menu ul li{
  border: 0;
  margin: .25em 0;
  list-style: none;
}
.menu ul li a {
  display: inline;
/*  color: #14bff1; */
/*  color: #0f9bc4; */
  color: #0f5b94; 
  text-decoration: none;
  background: none;
}
.menu ul li a:hover { color: black; background: none; }

/* Submenu */
#submenu {
  list-style: none;
  margin: 2em 21px 2em 22px;
}
#submenu li {
  background: #f1f7f9 url("../img/layout/back-submenu-bottom.png") 0 100% no-repeat;
  margin: 0 0 1px;
}
#submenu li a {
  display: block;
  width: 100%; height: 100%;
  min-height: 34px;
  font-weight: bold;
/*  color: #16c1f3; */
  color: #0f9bc4;
  text-decoration: none;
  background: url("../img/layout/back-submenu-top.gif") 0 0 no-repeat;
}
#submenu li a:hover { color: black; }
#submenu li a span {
  display: block;
  padding: 7px 48px 7px 15px;
  background: url("../img/layout/back-submenu-arrow.gif") 182px 50% no-repeat;
}

/* . 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; }

.lighter { color: #85989c; }

.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; }
.left   { text-align: left   !important; }

.floatL { float: left; }
.floatR { float: right; }

.textRed   { color: red !important; }
.textYellow   { color: #c0c000 !important; }
.textGreen { color: green !important; }
.textBlue { color: blue !important; }

.legendaH {
  font-style: normal;
  font-weight: bold;
  margin-top: 2em;
}
.legenda li {
  font-size: 91.67%;
  list-style: none;
  margin: 0;
}

.tabs {
  list-style: none;
  overflow: visible;
  border-bottom: 1px solid #b3d6e2;
  padding: 0 7px;
}
.tabs li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  overflow: visible;
  border: 1px solid #b3d6e2;
  border-bottom: 0;
}
.tabs li.cleaner { float: none; margin: 0 0 -1px;}
.tabs a {
  display: block;
  padding: 3px 10px;
  font-weight: bold;
  text-decoration: none;
  background: #d8eef5;
}
.tabs a:hover, .tabs li.active a {
  background: #f5f8fa;
  padding-bottom: 4px;
  margin-bottom: -1px;
  color: black;
}

.tabsabeceda li { margin: 0 1px 0 0; }
.tabsabeceda a { padding: 3px 4px; }


#leftSide .tabs {
  padding: 0 22px 0 23px;
  font-size: 91.67%;
}
#leftSide .tabs a { padding: 2px 8px; }
#leftSide .tabs a:hover, #leftSide .tabs li.active a { padding-bottom: 3px; background: white; }

.halfBox {
  width: 350px;
  overflow: hidden;
  margin: 0 5px 30px;
  float: left;
}

.news div {
  width: 300px;
  min-height: 45px;
  background: white url("../img/layout/back-news.png") 0 100% no-repeat;
  margin: 0 0 .66em;
  padding: 5px 20px 20px;
}
.news h4, .news p {
  position: relative;
  width: 340px;
  margin: -1px;
}
.news h4 {
  font-size: 100%;
  font-style: normal;
  color: #0fbaed;
  font-weight: bold;
  margin: 5px 0 .5em;
}
.news p { margin: 0; }


/* odkazy */
/* a { color: #14bff1; } */
/* a { color: #0f9bc4; } */
a { color: #0f5b94; } 
a:hover { color: black; overflow: visible; } /* overflow je nastaven pro IE, jinak by rámeček při hoveru nebyl kolem celého obrázku */

/* ************************************************* */
/* --------------------- Moje upravy --------------- */
/* ************************************************* */

.center {
    text-align: center;
}

.buttonsdiv {
    padding-left: 50px;
}

.screenshot {
    width: 200px;
    height: 150px;
    display: block;
    border: 1px solid black;
}

.buttonsdiv input {
    margin-left: 30px;
    width: 170px;
}

.left {
    margin-left: 0;
}

.skryt {
    display: none;
}

.zobrazit {
    display: block;
}

.newform {
    padding: 0;
    margin: 0;
}

.optioncenter {
    float: left;
    margin-top: 10px;
    margin-right: 7px;
}

.optionheight {
    padding: 0;
    margin: 3px 0 0 0;
}

.newform label {
    width: 55px;
    display: block;
    float: left;
}

.newform input {
    width: 240px;
}
.newform select { width: 248px; }

.reference img {
    padding: 0 20px;
    padding-bottom: 10px;
}

/* Homepage hostingové plány */
#hostingPlans {
  background: white url("../img/layout/back-hosting-plans-top.png") 0 0 no-repeat;
}
#hostingPlansUl {
  list-style: none;
  margin: .8em 0 1em;
  position: relative;
  width: 100%;
  overflow: auto;
  background: url("../img/layout/back-hosting-plans-bottom.png") 0 100% no-repeat;
}
#hostingPlans li.plan {
  margin: 0;
  padding: 0 10px 50px;
  width: 160px;
  float: left;
}

#hostingPlans h2 {
  margin: 0 -10px .5em;
  padding: 4px 10px 3px;
  background: white url("../img/layout/back-plans-middle.png") 0 100% repeat-x;
  color: black;
  font-size: 133.33%;
}
#hostingPlans h2 a {
  display: block;
  color: #ff6600;
  text-decoration: none;
}
#hostingPlans h2 a:hover { color: black; }
#hostingPlans .first h2 {
  background-image: url("../img/layout/back-plans-first.png");
  border-top-left-radius: 4px;
}
#hostingPlans .last h2 {
  background-image: url("../img/layout/back-plans-last.png");
  border-top-right-radius: 4px;
}

#hostingPlans ul ul li {
  margin-left: 15px;
}
#hostingPlans .price, #hostingPlans .more {
  width: 160px;
  position: absolute;
  bottom: 1em; left: auto;
  margin: 0;
}

#hostingPlans .price, table.nabidka-cenik-table tr.t-variants th strong.priceBig {
  width: 81px; height: 55px;
  padding: 20px 0 6px;
  bottom: 10px;
  margin-left: 80px;
  text-align: center;
  background: #ff8400 url("../img/layout/back-price.png") 0 0 no-repeat;
  color: white;
  font-size: 10px;
  line-height: 18px;
}
#hostingPlans .price strong { font-size: 20px; }
#hostingPlans .price span { display: block; }

#hostingPlans .more a { float: left; }

#hostingPlans ul li, #custom-help h2, .halfBox, .help, .custom { font-family: Tahoma, Arial, sans-serif; }


