/*

  1) obecne
   1.1)  text replacement
   1.2)  clear + clearfix
   1.3)  preskoceni navigace/obsahu

  2) container
   2.1)  hlavicka
   2.2)  obsah
   2.3)  hlavni navigace
   2.4)  paticka

*/

/* 1) obecne
------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 100.01%;
  overflow: -moz-scrollbars-vertical;
}
body {
  background: #EEE url(../img/bg.gif) repeat-x left top;
  color: #20201F;
  font: .625em arial, verdana, sans-serif;
  padding-top: 11px;
  text-align: center;
}

a {
  color: #e20074;
  text-decoration: underline;
}
a:hover, a:focus, a:active {
	outline:none;
  text-decoration: none;
}
a img {
  border: 0;
}

:focus {
  outline: 0;
}

hr {
  display: none;
}
table {
  font-size: 1em;
}
textarea {
  overflow: auto;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* 1.1) text replacement
------------------------------------------------------------------------------*/
.replace {
  overflow: hidden;
  padding: 0;
  position: relative;
}
.replace a span, a.replace span {
  cursor: pointer;
}
.replace span {
  background-position: 0 0;
  background-repeat: no-repeat;
  left: 0;
  position: absolute;
  top: 0;
}

/* 1.2) clear + clearfix
------------------------------------------------------------------------------*/
.clear {
  clear: both;
}
* html .clearfix {
  display: inline-block;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

/* 1.3) preskoceni navigace/obsahu
------------------------------------------------------------------------------*/
#skiplink {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
#skiplink strong, .skiplink span {
  display: none;
}
#skiplink a {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 999;
}
#skiplink a:focus, #skiplink a:active {
  background: #FFF;
  border: 0;
  border-bottom-width: 7px;
  border-style: solid;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  left: 0;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

/* 2) container
------------------------------------------------------------------------------*/
#container {
  background: #FFF;
  border: 1px #CCC solid;
  margin: 0 auto;
  padding: 5px;
  position: relative;
  text-align: left;
  width: 888px;
}
* html #container {
  width: 900px;
}

/* 2.1) hlavicka
------------------------------------------------------------------------------*/
#header {
  background: #e20074 url(../img/header-bg.gif) no-repeat left top;
  height: 35px;
  margin-bottom: 80px;
  padding: 12px 0 0 0;
}
* html #header {
  height: 47px;
}
#header h1 {
  color: #000;
  font: 2.2em times, serif;
  margin-left: 31px;
}
#header h1, #header h1 span {
  height: 24px;
  width: 129px;
}
#header h1 span {
  background-image: url(../img/logo-tmobile.gif);
}

/* 2.2) obsah
------------------------------------------------------------------------------*/
#content {
  padding-bottom: 21px;
}

/* 2.3) menicko - hlavni navigace
------------------------------------------------------------------------------*/
#navi {
  font-size: 1.1em;
  left: 26px;
  position: absolute;
  top: 77px;
  width: 847px;
}
#navi ul {
  border-bottom: 1px #CCC solid;
  padding-left: 1px;
  width: 847px;
}
#navi ul li {
  background: #FFF;
  border-right: 1px #CCC solid;
  display: block;
  float: left;
  padding: 1px 12px 5px 9px;
  position: relative;
}
#navi ul li.first {
  padding-left: 0;
}
#navi ul li.active {
  border: 1px #CCC solid;
  border-bottom: 0;
  margin: 0 0 -1px -1px;
  padding: 6px 13px 0;
}
#navi ul li a {
  background: #FFF;
  color: #000;
  text-decoration: none;
}
#navi ul li.active a {
  color: #E20074;
}

/* 2.4) paticka
------------------------------------------------------------------------------*/
#footer {
  background: url(../img/footer-bg.jpg) no-repeat center top;
  color: #878786;
  font-size: 1.1em;
  margin: 0 auto;
  padding: 0 0 30px;
  text-align: left;
  width: 900px;
}
#footer a {
  color: #878786
}
#footer p {
  padding: 14px 2px 0;
}
#footer p.info {
  line-height: 170%;
}
#footer p span {
  padding: 0 4px;
}
