/********************************************************************<©sahako*/
body {
  background-color: #000000;
  color: #ffffcc;
  overflow: auto;
}
h1 {
  font-size: 16px;
  margin-left: 3px;
  margin-top: 6px;
  color: #f7f93f;
}
table {
  width: 790px;
  line-height: 17px;
}
/****************************** Hauptcontainer *******************************/
#main {
  position: fixed;
  left: 50%;
  width: 900px;
  height: 750px;
  margin-left: -450px;
}
/***********************************Logo *************************************/
#logo {
  position: absolute;
  top: 5px;
  left: 50px;
  width: 800px;
  height: 100px;
  background-image: url(patterns/cubaCalienteLogo.jpg);
  background-repeat: no-repeat;
}
/*************************Navigation Horizontal*******************************/
#navcontainer {
  position: absolute;
  top: 105px;
  left: 50px;
  width: 800px;
  background-color: #000000;
  border-top: solid 1px #990000;
  border-bottom: solid 1px #990000;
}
#navcontainer ul {
  font-family: Trebuchet, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}
#navcontainer ul li {
  display: inline;
  margin-left: -4px;
}
#navcontainer ul li a {
  padding: 5px 10px 5px 10px;
  color: #f7f93f;
  text-decoration: none;
  border-right: 1px solid #990000;
}
#navcontainer ul li a:hover {
  background-color: #cc4a14;
  color: #f7f93f;
}
#active a {
  border-left: 1px solid #990000;
  background-color: #990000;
}
/********************************* Textkörper ********************************/
#content {
  position: absolute;
  top: 140px;
  left: 50px;
  width: 800px;
  height: 400px;
  padding-left: 15px;
  background-color: #990000;
  background-image: url(patterns/tanzpaar.jpg);
  background-repeat: no-repeat;
  background-position: 90%;
  font-family: trebuchet, helvetica, arial, sans-serif;
  font-weight: bold;
  font-size: 13px;
  overflow-y: auto;
  overflow-x: hidden;
  /*scrollbar-arrow-color: #BFFFBF;
  scrollbar-face-color: #990000;
  scrollbar-track-color: #CC4A14;
*/
}
a:link, a:visited, a:hover, a:active {
  color: #f7f93f;
}
#anfahrt {
  top: 200px;
  left: 10px;
  width: 350px;
  height: 300px;
}
#auto {
  position: absolute;
  top: 200px;
  left: 360px;
  width: 250px;
}
#bar {
  position: absolute;
  top: 10px;
  left: 250px;
  width: 200px;
}
/***********************************************************************<©elF*/
td.bg1 {
  background-color: #cc4a14;
}
td.bg2 {
  background-color: #660000;
}
tr.ox {
  border-top-style: hidden;
}
tr.ux {
  border-bottom-style: hidden;
}
#FlyerZu {
  position:absolute; 
  background-color:transparent; 
  opacity:0; 
  width:100%; 
  height:100%; 
  z-index:5; 
  visibility:hidden;
	}
#WoProg td {
  padding: 25px 10px;
}
.FlyerLayer {
  width: 100%;
  z-index: 2;
  overflow: hidden;
  position: absolute;
  text-align: center;
  visibility: hidden;
}
.FlyerLayer2 {
  width: 100%;
  z-index: 2;
  overflow: hidden;
  position: absolute;
  text-align: center;
}
.FlyerIMG {
  width: 100%;
  height: 100%;
}
.FlyerKleinDINhoch {
  width: 70px;
  height: 99px;
  margin-left: 5px;
  margin-right: 45px;
  float: right;
}
.FlyerKleinDINquer {
  width: 99px;
  height: 70px;
  margin-left: 5px;
  margin-right: 45px;
  float: right;
}
.txt_klein {
  font-size: 9px;
}
/***********************************************************************©elF>*/
/********************************************************************©sahako>*/