/*

  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, body {
  height: 100%;
  width: 100%;
}
html {
  font-size: 100.01%;
}
body {
  background: #FFF url(../img/bg.jpg) no-repeat center top;
  color: #000;
  font: .625em arial, verdana, sans-serif;
  overflow: auto;
  text-align: center;
}
body:nth-of-type(1) {
  overflow: hidden;
}

a {
  color: #000;
  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 {
  height: 630px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 970px;
}
* html #container {
  width: auto;
}
body:nth-of-type(1) #container {
  overflow: visible;
}
#hpFlash {
  height: 630px;
  margin-left: -154px;
  width: 1278px;
}
* html #hpFlash {
  height: auto;
  margin: 0 -154px;
  overflow: hidden;
  position: relative;
  width: 1278px;
}

/* 3) no flash
------------------------------------------------------------------------------*/
#noFlash {
  background: url(../img/noflash-bg.jpg) no-repeat center top;
  font-size: 1.2em;
  height: 630px;
  margin: 0 auto;
  position: relative;
  width: 970px;
}

#noFlash h1 a {
  bottom: 94px;
  color: #63260b;
  display: block;
  font-size: 1em;
  position: absolute;
  right: 28px;
}
#noFlash h1 a, #noFlash h1 a span {
  height: 55px;
  width: 74px;
}
#noFlash h1 a span {
  background-image: url(../img/replace-kofola.gif);
}

#noFlash h2 {
  color: #5c1c04;
  display: block;
  font-size: 1.5em;
  left: 100px;
  position: absolute;
  top: 26px;
}
#noFlash h2 strong {
  color: #f39800;
  font-size: 2.5em;
}
#noFlash h2, #noFlash h2 span {
  height: 112px;
  width: 748px;
}
#noFlash h2 span {
  background-image: url(../img/replace-privolejte-si.jpg);
}

#noFlash h3 a {
  color: #5c1c04;
  font-size: 1.25em;
  display: block;
  left: 176px;
  position: absolute;
  top: 222px;
}
#noFlash h3 a, #noFlash h3 a span {
  height: 71px;
  width: 580px;
}
#noFlash h3 a span {
  background-image: url(../img/replace-noflash.jpg);
}

#copy {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 93px;
}
#copy a, #copy span {
  color: #63260b;
  display: block;
  height: 20px;
}
.kofola2008, .kofola2008 span {
  width: 93px;
}
.kofola2008 span {
  background-image: url(../img/replace-kofola-2008.gif);
}

#footer {
  bottom: 0;
  height: 20px;
  position: absolute;
  right: 0;
  width: 178px;
}
#footer a, #footer span {
  color: #63260b;
  display: block;
  float: left;
  height: 20px;
  white-space: nowrap;
}
#footer .createdBy {
  margin-right: 3px;
}
#footer .createdBy, #footer .createdBy span {
  width: 58px;
}
#footer .createdBy span {
  background-image: url(../img/replace-created-by.gif);
}
#footer .symbio {
  margin-right: 4px;
}
#footer .symbio, #footer .symbio span {
  width: 48px;
}
#footer .symbio span {
  background-image: url(../img/replace-symbio.gif);
}
#footer .and {
  margin-right: 2px;
}
#footer .and, #footer .and span {
  width: 10px;
}
#footer .and span {
  background-image: url(../img/replace-and.gif);
}
#footer .kaspen, #footer .kaspen span {
  width: 53px;
}
#footer .kaspen span {
  background-image: url(../img/replace-kaspen.gif);
}
