/* CSS Document */

/* Layout */


html {margin: 0;}

body {
  background: white;
  margin:0;
  padding:0;
  color: white;
  font-family: Verdana Bold, Verdana, Courier, monospace;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
}

#obal {
  width: 1000px;
  height: 530px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -265px 0 0 -500px;
  overflow: hidden;
}
  
/* #obal2 { position: absolute; bottom: 0; width: 776px; height: 595px; overflow: hidden;} */
#obal2 {
  margin: 0;
}

#pozadi {
  width: 400px;
  height: 70px;
  background: url('img/k-pruh.gif') top left repeat;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -265px;
}

#menu {
  width: 723px;
  height: 70px;
  background: url('img/k-menu-index.gif') top right no-repeat rgb(255,0,0);
  padding-left: 96px;
}
#menu_in {
  background: url('img/k-pruh.gif') top left repeat;
}

#lang {
  float: left;
  width: 68px;
  height: 70px;
}
#lang_de {
  float: left;
  width: 48px;
  height: 70px;
  padding: 0 0 0 20px;
}

#deutsch {
  float: left;
  margin: 39px 0 0 0;
  width: 68px;
  height: 17px;
  background: url('img/k-deutsch.gif') 0 -17px no-repeat;
}

#deutsch a { background: url('img/k-deutsch.gif') no-repeat; }

#cesky {
  float: left;
  margin-top: 34px;
  background: url('img/k-cesky.gif') 0 -24px no-repeat;
  width: 48px;
  height: 22px;
}

#cesky a { background: url('img/k-cesky.gif') 0 -1px no-repeat; }

#adresa1 {
  float: left;
  margin-left: 53px;
  margin-top: 13px;
  width: 164px;
  height: 44px;
}
#adresa2 {
  float: left;
  margin-top: 13px;
  width: 330px;
  height: 44px;
}
#zpet {
  float: left;
  margin: 12px 0 0 7px;
  width: 71px;
  height: 44px;
  background: url('img/r-zpet.gif') 0 -44px no-repeat;
}
#zpet a { background: url('img/r-zpet.gif') no-repeat; }

#heim {
  float: left;
  margin: 14px 0 0 3px;
  width: 80px;
  height: 42px;
  background: url('img/r-heim.gif') 0 -42px no-repeat;
}
#heim a { background: url('img/r-heim.gif') no-repeat; }

#menu span,
#menu_de span {
  display: none;
}

#menu a,
#menu_de a {
  display: block;
  width: 100%;
  height: 100%;
}

#menu a:hover, #menu_de a:hover { background-image: none;}

#obal-maly {
  padding-left: 179px;
}

#blikatko {
  float: left;
  margin-top: 366px;
  width: 87px;
  height: 87px;
  background: url('img/animace-2.gif') no-repeat;
}

#obal-logo {
  float: left;
}

#ap-logo {
  margin-left: 107px;
  margin-top: 48px;
  width: 448px;
  height: 413px;
}

