/*  Template stylesheet erstellt fuer main-template-start.html */
/* ====================== Formatierung fuer Templatevorlage */
#seite {
  position: absolute;
  background-color:transparent;
  top: 7px;
  left:5px;
  width: 1000px;
  height: 730px;
  z-index:4;
}
#header {
  position: absolute;
  background-color: #ffc125;
  top: 0px;
  left: 0px;
  width:1000px;	
  height:100px;
  z-index:3; 
}
#headerleft {
  position: absolute;
  background-color: transparent;
  top: -2px;
  left: 0px;
  width:116px;	
  height:100px;
  z-index:3; 
}
#headermiddle {
  position: absolute;
  background-color: transparent;
  top: 17px;
  left: 200px;
  width:600px;	
  height:80px;
  z-index:3; 
}
#headerright {
  position: absolute;
  background-color: transparent;
  top: 0px;
  left: 800px;
  width:200px;	
  height:100px;
  z-index:3; 
}
#bodyleft {
  position: absolute;
  background-color:#ffc125;
  border-right: 1pt dotted #003f87;
  top: 0px;
  left: 0px;
  width: 163px;
  height: 439px;
  z-index:5;
}
#login {
  position: absolute;
  background-color:#ffc125;
  border-right: 1pt dotted #003f87;
  top: 439px;
  left: 0px;
  width: 163px;
  height: 160px;
  z-index:5;
}
#body {
  position: absolute;
  background-color:white;
  border-top: 2pt solid #003f87;
  border-bottom: 2pt solid #003f87;
  border-right: 1pt dotted #003f87;
  padding-left: 0px;
  padding-right: 0px;
  top: 100px;
  left: 0px;
  width: 1000px;
  height: 599px;
  z-index: 5;
}
#bodyhead {
  position: absolute;
  background-color:transparent;
  top: -10px;
  left: 163px;
  width: 800px;
  height: 40px;
  padding-left: 10px;
  text-align: left;
  z-index: 3;
}
#sbodyhead {
  position: absolute;
  background-color:transparent;
  top: -10px;
  left: 163px;
  width: 674px;
  height: 40px;
  padding-left: 10px;
  text-align: left;
  z-index: 3;
}
#bodycont {
  position: absolute;
  background-color:transparent;
  padding: 10px 10px 10px 10px;
  top: 50px;
  left: 163px;
  width: 813px;
  height: 524px;
  overflow: auto; 
  z-index: 2;
}
#sbodycont {
  position: absolute;
  background-color:transparent;
  padding: 10px 10px 10px 10px;
  top: 50px;
  left: 163px;
  width: 654px;
  height: 524px;
  overflow: auto; 
  z-index: 2;
}
#sbodyright {
  position: absolute;
  background-color:#ffc125;
  border-left: 1pt dotted #003f87; 
  padding: 5px 5px 5px 5px;
  top: 0px;
  left: 837px;
  width: 152px;
  height: 588px;
  z-index:5;
}
#foot {
  position: absolute;
  background-color: transparent;
  top: 710px;
  left: 0px;
  width:1000px;	
  height:25px;
  text-align: center;
  z-index:3; 
}