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

body {
  background: #5a101a url(../images/global/bg.png);
}

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

body,td,th,a /* font default */ {
  font-family: Arial;
  font-size: 11px;
  color: #fff;
}

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: 791px;
  height: 430px;
  margin: auto;
  margin-top: -215px;
  top: 50%;
}

/* ------------------------------------------------------------------------------------ */
.type {
  width: 388px;
  float: left;
  text-align: center;
}

.logo {
  position: absolute;
  top: 0;
  left: 115px;
  z-index: 5;
}

.image-shadow {
  margin-top: 70px;
}

.image {
  position: absolute;
  top: 79px;
  left: 8px;
  z-index: 2;
}

.image-header {
  position: absolute;
  top: 202px;
  left: 107px;
  z-index: 3;
}
/* ------------------------------------------------------------------------------------ */
