.center {
  position: relative;
  text-align: center;
  margin: 0px auto;
}
.content-separator {
  background-image: url("../gui/images/content-separator.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 1004px;
  height: 24px;
  position: relative;
  text-align: center;
  margin: 0px auto;
}
.hide {
  display: none;
}
.left {
  position: relative;
  text-align: left;
}
.loading {
  background-image: url("../gui/images/loading-bg.png");
  background-repeat: repeat-x;
  background-position: top center;
  color: #be0809;
  font-family: sans-serif;
  font-size: 14px;
  /* Temporary fix */

  cursor: wait;
  height: 600px;
  /* EOF */

}
#compass {
  background-image: url("../gui/images/compass.png");
  background-repeat: no-repeat;
  background-position: center top;
  width: 1152px;
  height: 22px;
  position: relative;
  text-align: center;
  margin: 0px auto;
}
#content {
  width: 1004px;
  position: relative;
  text-align: center;
  margin: 0px auto;
}
#content iframe {
  width: 1004px;
}
#content .iframe-intro {
  background-color: #68625d;
  color: white;
  text-align: left;
  font-size: 120%;
  padding: 10px;
  line-height: 33px;
  font-weight: bold;
}
#content .iframe-intro strong {
  background-color: #be0809;
  font-weight: bold;
}
#content .iframe-intro a {
  color: #25b7ff;
}
#content #iframe-last-minute {
  height: 1216px;
}
#content #iframe-search-engine {
  height: 600px;
}
#content #about {
  text-align: justify;
  line-height: 33px;
}
#content #about h1 {
  background-color: #68625d;
  color: white;
  font-size: 120%;
  font-weight: bold;
  padding: 0px 10px;
}
#content #about b {
  font-weight: bold;
}
#content #about strong {
  font-weight: bold;
  color: #be0809;
}
#czechcharter-logo {
  background-image: url("../gui/images/czechcharter.png");
  background-repeat: no-repeat;
  background-position: left top;
  width: 463px;
  height: 73px;
  position: relative;
  top: -36px;
  left: -44px;
  z-index: 1;
}
#label {
  background-image: url("../gui/images/label.png");
  background-repeat: no-repeat;
  background-position: center top;
  width: 292px;
  height: 145px;
  position: relative;
  top: 50px;
  left: 560px;
  z-index: 1;
  border: none;
}
#footer {
  width: 1004px;
  position: relative;
  text-align: center;
  margin: 0px auto;
  font-family: sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 33px;
  color: #666666;
}
#footer a {
  color: #25b7ff;
}
#footer span {
  color: #25b7ff;
}
#header {
  background-image: url("../gui/images/header_image.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  width: 1004px;
  height: 254px;
  position: relative;
  text-align: center;
  margin: 0px auto;
  /* Fix IE */

  text-align: left;
}
#login-bar {
  height: 52px;
  position: relative;
  text-align: center;
  margin: 0px auto;
}
#menu {
  background-image: url("../gui/images/menu-bg-inactive.png");
  background-repeat: repeat-x;
  width: 1004px;
  height: 33px;
  position: relative;
  text-align: left;
  margin: 0px auto;
  font-family: sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  line-height: 33px;
}
#menu .active {
  background-image: url("../gui/images/menu-bg-active.png");
}
#menu span {
  height: 33px;
  display: inline-block;
  padding: 0px 16px;
  cursor: hand;
  cursor: pointer;
}
#page {
  width: 1152px;
  position: relative;
  text-align: center;
  margin: 0px auto;
}
body {
  background-color: white;
  font-family: sans-serif;
  font-size: 14px;
  position: relative;
  text-align: center;
  margin: 0px auto;
}
