@import url("main.css");

body {
  background-color: #2472AB;
  background-image: url("../images/uvod_cary.gif");
  background-repeat: repeat-x;
  background-position: 10px 0px;
  background: #2472AB url("../images/uvod_cary.gif") repeat-x 0px 194px;
}

/*
//--------------------------------------------------------------------
//	Uvodka
//--------------------------------------------------------------------
*/

#uvod_left {
  float: left;
  width: 254px;
  height: 552px;
  background: url("../images/splash_left.jpg") no-repeat;
}

#uvod_left a#cesky {
  display: block;
  width: 110px;
  height: 22px;
  margin-left: 63px;
  margin-top: 318px;
}

#uvod_left a#slovensky {
  display: block;
  width: 110px;
  height: 21px;
  margin-left: 63px;
  margin-top: 3px;
}

#uvod_left a#anglicky {
  display: block;
  width: 110px;
  height: 21px;
  margin-left: 63px;
  margin-top: 5px;
}

#uvod_left #warn {
  font-size: 11px;
  color: #A2CBEA;
  margin-top: 20px;
  margin-left: 10px;
}

#uvod_right {
  float: right;
  width: 546px;
  height: 552px;
  background: url("../images/splash_right03.jpg") no-repeat;
}

#uvod_bottom {
  width: 800px;
  height: 42px;
  background: #2472AB;
  color: #A2CBEA;
  clear:both;
}

#uvod_bottom div#uvod_text {
  margin-left: 260px;
  padding-top: 8px;
  width: 400px;
  font-size: 11px;
  text-align: center;
}

#uvod_bottom div#uvod_text a {
  color: #A2CBEA;
  text-decoration: underline;
}
