/* ###################### Layoutformatierungen ###################### */

/* Zentrieren der Bühne */

table, td {
    padding: 0px;
    margin: 0px;
}

#table-zent {
    width: 100%;
    height: 100%;
    border: 0px;
}

#td-zent {
    vertical-align: top;  
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
 /*   background: #EFEFEF url(../sysbilder/kopf_bg.jpg) repeat-x; */
   /* background: #EFEFEF;  url(../sysbilder/bg_hintergrund.jpg) no-repeat; */
   /* background: #fff  url(../sysbilder/hintergrund2.gif) no-repeat left bottom; */ 
}

#container-center {
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    min-width:970px;
    max-width:980px;
    height: auto;
   /* background:url('../sysbilder/weinhofplatzer2_startseite.gif') no-repeat;  */
    border: 5px solid #797768;  
    background-color: #f4f4da;
   /* background: #fff  url(../sysbilder/hintergrund.gif) no-repeat left bottom; */
  /*  background-color: #000; */
  /*  background-color: #fff; */
   /* border: 1px solid #000; */ 
    /* brauche ich nur für IE6 */
   /* height:expression(document.body.clientHeight < 300? "400px": "770px" && document.body.clientHeight > 300? "770px": "770px");  */
} 

#adminbereich #container-center {
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    min-width:970px;
    max-width:980px;
    height: auto;
   /* background:url('../sysbilder/weinhofplatzer2_startseite.gif') no-repeat;  */
    border: 1px solid #797768;  
    background-color: #f4f4da;
   /* background: #fff  url(../sysbilder/hintergrund.gif) no-repeat left bottom; */
  /*  background-color: #000; */
  /*  background-color: #fff; */
   /* border: 1px solid #000; */ 
    /* brauche ich nur für IE6 */
   /* height:expression(document.body.clientHeight < 300? "400px": "770px" && document.body.clientHeight > 300? "770px": "770px");  */
} 
