body
{ margin-left: 0px;    /* margin nur open und links da Opera sonst Probleme macht */
  margin-top: 0px;
}

#Header
{ position: absolute;
  height: 130px;
  width: 100%;
  z-index: 3;
  background-image: url(../IMAGES/header.jpg);
  background-position: right;
  background-repeat: no-repeat;
  background-color: #6181A7;
  border: none;
}

#Logo
{ position: absolute;
  top: 10px;
  left: 10px;
}

#Header_Zeile_1
{ position: absolute;
  top: 30px;
  left: 120px;
}

#Header_Zeile_2
{ position: absolute;
  top: 70px;
  left: 120px;
}

#Userverwaltung
{ position: absolute;
  z-index: 2;
  top: 0px;
  right: 0px;  
}

#Useranzeige
{ position: absolute;
  top: 5px;
  right: 170px;
}

#Content
{ position: absolute;
  top: 130px;
  left: 0px;
  z-index: 1;
  padding: 0px 25px 25px 25px;
}

#IE9_Warning
{ position: relative;
  top: -12px;
  color: white;
  background-color: red;
  font-size: 14px;
  font-weight: 900;
  padding: 5px;
  z-index: 100;
}

#Loading
{ position: absolute;
  top: 300px;
  left: 500px;
  z-index: 99;
  visibility: hidden;
}

@media all and (max-width: 800px)
{ #Header
  { position: absolute;
  }
}

@media print
{ body
  { background: none;
  }
}