html,body {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  background: #f49f20;
}

body {
}

/* Standardangaben -------------------------------------------------------------------- */
div {
  position: relative;
}

* {
  font-family: Arial;
  font-size: 12px;
  color: #000;
}

body,div,form /* margin default */ {
  margin: 0;
  padding: 0;
}

img,table /* border default */ {
  border: none;
  margin: 0;
}

.clear {
  float: none;
  clear: both;
}

/* ------------------------------------------------------------------------------------ */
a {
  text-decoration: none;
}

/* ------------------------------------------------------------------------------------ */
#site {
  width: 983px;
  height: 766px;
  margin: auto;
}

/* ------------------------------------------------------------------------------------ */
#menu {
  position: absolute;
  top: 656px;
  left: 0;
  width: 100%;
  height: 51px;
}

#menu table {
  width: 100%;
  height: 51px;
}

#menu table td {
  width: 163px;
  height: 51px;
  text-align: center;
}

#menu table td a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

/* ------------------------------------------------------------------------------------ */
.partner {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  right: 0;
  background: url(../images/splash/partner-bg.png) no-repeat;
  z-index: 10;
}

.partner img {
  position: absolute;
  top: 0;
  right: 0;
}

/* ------------------------------------------------------------------------------------ */