/*  stylesheet fuer Templatevorlage */

/* ====================== Formatierung fuer Templatevorlage */
#page {
    background-color:transparent; 
    width: 100%;
    height: 100%;   
}

#center {
    background-color: transparent;
    width: 1000px;
    position: absolute;
    left: 50%;
/* die hälfte von width ============== */
    margin-left: -500px;
}
#seite {
  position: absolute;
  background-image: url(Background.png);
  background-color:transparent;
/*  border: 1pt solid black; */
  top: 0px;
  left:0px;
  width: 1000px;
  height: 760px;
  z-index:4;
}
#header {
  position: absolute;
  background-color: transparent;
/*  border: 1pt solid black; */
  top: 0px;
  left: 0px;
  width:1000px;	
  height:179px;
  z-index:3 
}
#headerleft {
  position: absolute;
  background-color: transparent;
/*  border: 1pt solid black; */
  top: 0px;
  left: 0px;
  width:540px;	
  height:179px;
  z-index:3 
}
#headerright {
  position: absolute;
  background-color: transparent;
/*  border: 1pt solid black; */
  top: 10px;
  left: 800px;
  width:200px;	
  height:159px;
  z-index:3 
}
#bodyleft {
  position: absolute;
  background-color:transparent;
/*  border: 1pt solid black; */
  top: 180px;
  left: 0px;
  width: 216px;
  height: 575px;
  z-index:5;
}
#bodylup {
  position: absolute;
  background-color:transparent;
/*  border: 1pt solid black; */
  top: 23px;
  left: 39px;
  width: 140px;
  height: 325px;
  z-index:5;
}
#bodyld {
  position: absolute;
  background-color:transparent;
/*  border: 1pt solid black; */
  top: 425px;
  left: 39px;
  width: 140px;
  height: 51px;
  z-index:5;
}
#bodylog {
  position: absolute;
  background-color:transparent;
/*  border: 1pt solid black; */
  top: 477px;
  left: 3px;
  width: 210px;
  height: 75px;
  z-index:5;
}

#body {
  position: absolute;
  background-color:transparent;
/*  border: 1pt solid black; */
  scrollbar-base-color: #ff8b3d;
  padding-left: 10px;
  top: 185px;
  left: 225px;
  width: 780px;
  height: 565px;
  overflow: auto; 
  z-index: 2;
}
#tippmenue {
  position: absolute;
  background-color:transparent;
  border-bottom: 1pt solid black; 
  padding-left: 10px;
  top: 185px;
  left: 225px;
  width: 740px;
  height: 40px;
  z-index: 2;
}

#bodytipp {
  position: absolute;
  background-color:transparent;
/*  border: 1pt solid black; */
  scrollbar-base-color: #ff8b3d;
  padding-left: 10px;
  top: 225px;
  left: 225px;
  width: 780px;
  height: 525px;
  overflow: auto; 
  z-index: 2;
}
