body
{
  margin: 0;
  background: #212528;
  color: #fff;
  font-family: arial, helvetica;
  font-size: 12px;
}

body img { border: 0; }
body form { margin: 0; }




div#all
{
  width: 766px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  background: #32363b;
}



/***** navigace *****/
div.navigation
{
  width: 746px;
  height: 50px;
  padding: 15px 10px 0 10px;
  background: #202427;
}

div.navigation img.logo
{
  position: absolute;
  width: 200px;
  height: 50px;
}

div.navigation div.menu
{
  position: absolute;
  width: 496px;
  height: 25px;
  text-align: right;
  padding: 9px 0 16px 250px;
}

div.navigation div.menu ul
{
  margin: 0;
  padding: 0;
  height: 25px;
}

div.navigation div.menu ul li
{
  display: inline;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  color: #000
}

div.navigation div.menu ul li a
{
  text-decoration: none;
}


/***** hlavicka *****/
div.header
{
  width: 766px;
  height: 180px;
}

div.header div.bg
{
  position: absolute;
  width: 766px;
  height: 180px;
}

div.header div.bg img.bg1 { width: 181px; height: 180px; }
div.header div.bg img.bg2 { width: 345px; height: 180px; }
div.header div.bg img.serv { width: 240px; height: 180px; }

div.header div.content
{
  position: absolute;
  width: 766px;
  height: 180px;
}



/***** domain check form *****/
div.header div.content div.domaincheck
{
  position: absolute;
  top: 30px;
  left: 15px;
  width: 180px;
}

div.domaincheck span.title
{
  font-weight: bold;
  margin-bottom: 10px;
}

div.domaincheck form
{
  margin-top: 10px;
}

div.domaincheck input#domainname,
div.domaincheck select#tld
{
  background: #ccc;
  border: 1px solid #888;
  font-size: 11px;
}

div.domaincheck input#domainname
{
  padding: 2px;
  width: 100px;
}

div.domaincheck img#domainlink
{
  position: relative;
  top: 1px;
  padding: 0 1px 0 1px;
}

div.domaincheck select#tld
{
  padding: 1px;
  width: 50px;
}

div.domaincheck input#domainsubmit
{
  width: 40px;
  height: 20px;
  margin-left: 125px;
  margin-top: 1px;
  background: url('/graphic/img/header/domaincheck_go.gif');
  border: 0;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}



/***** header product highlight *****/
div.header div.content div.hdrproduct
{
  position: absolute;
  top: 55px;
  left: 215px;
  width: 300px;
  font-weight: bold;
  text-align: right;
}

div.hdrproduct span.name
{
  font-style: italic;
  font-size: 20px;
  color: #eeeeee;
}

div.hdrproduct span.desc
{
  font-style: italic;
  font-size: 12px;
  color: #e0e0e0;
}

div.hdrproduct div.links
{
  position: absolute;
  left: 100px;
  top: 50px;
  width: 200px;
}

div.hdrproduct div.links div.moreinfo
{
  position: absolute;
  top: 3px;
  left: 0px;
  width: 110px;
  text-align: right;
}

div.hdrproduct div.links div.orderbtn
{
  position: absolute;
  top: 0;
  left: 118px;
  background: url('/graphic/img/controls/btn_gray.gif');
  width: 76px;
  height: 17px;
  color: #444;
  text-align: center;
  padding: 3px;
}


div.hdrproduct div.links div.orderbtn a
{
  color: #444;
  text-decoration: none;
}

/***** hostig detail *****/

div.whdet 
{
  width: 100%;
  height: 38px;
  font-weight: bold;
}

div.whdet div.btnback
{
  background: url('/graphic/img/controls/btn_gray.gif');
  width: 76px;
  height: 17px;
  color: #444;
  text-align: center;
  padding: 3px;
}

div.whdet div.btnback a
{
  color: #444;
  font-weight: bold;
  text-decoration: none;
}

div.whdet div.btnorder
{
  background: url('/graphic/img/controls/btn_green.gif');
  width: 76px;
  height: 17px;
  color: #444;
  text-align: center;
  padding: 3px;
}

div.whdet div.btnorder a
{
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

/***** support telefon *****/
div.header div.content img.supportphone
{
  position: absolute;
  top: 145px;
  left: 235px;
  width: 280px;
  height: 15px;
}



div.pagebody
{
  background: #32363b;
  width: 766px;
}

div.pagebody img.bgtop
{
  width: 766px;
  height: 100px;
  position: absolute;
}

div.pagebody div.pagecontent
{
  position: relative;
  margin: 0 5px 0 5px;
  padding: 20px 0 5px 0;
  width: 756px;
  min-height: 200px;
  _height: 200px;
  border-bottom: 5px solid #000;
}

/***** paticka *****/
div.footer
{
  width: 736px;
  height: 80px;
  background: #32363b;
  border-top: 1px solid #444;
  padding: 10px;
}

div.footer div.menu
{
  position: absolute;
  width: 730px;
  height: 25px;
  text-align: center;
}

div.footer div.menu ul
{
  margin: 0;
  padding: 0;
  height: 25px;
}

div.footer div.menu ul li
{
  display: inline;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  color: #000;
}

div.footer div.menu ul li a
{
  color: #eee;
}

