html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  overflow:hidden;
  background: #000;
}

#hintergrund {
  position:absolute;
  min-height:100%;
  height:auto !important;
  height:100%;
  min-width:100%;
  width:auto !important;
  width:100%;
  margin:0 auto;
  display:block;
  z-index:1;
  background-color: #888888;
}

#art13logo {
  position:absolute;
  z-index:3;
}

#seite {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:auto;
  z-index:4;
}

#container {
  height: auto !important; 
  height: 100%;
  min-height: 100%;
}

#wrapper { 
  display: block;
  width: 960px; 
  margin:0 auto;
  height: auto !important; 
  height: 100%;
  min-height: 100%;
  background:url("/tangoart13/tl_files/tango_layout/white-stripe44.png") repeat-y top right transparent;
}
#header { height:120px; }
#left { width:175px;}
#right { width:150px;}
#main { 
  width: 600px; 
  margin-left: 190px;
  height: auto !important; 
  height: 100%;
  min-height: 100%;
}

#main .inside {
  background:url(/tangoart13/tl_files/tango_layout/weiss53.png) repeat;
  min-height: 100%;
  padding-bottom: 80px;
}

.ce_text {
  padding: 10px;
}

