/* CSS für Template V 1.0 der Website http://800m.de */
/* (C) 2008 by EDV Dienstleistungen - Gernot Eisbacher */
/* http://edv.eisbacher.net */


body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Trebuchet MS;
  font-size: 12px;
  color: #000000;
  background-color: #ffffff;
  text-align: center;
  scrollbar-base-color: #e6e6e7;
}

#content {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 1000px; 
  margin-left: -500px;
  background-color: #ffffff;
  text-align:left; 
  padding: 0px;
  font-family: Trebuchet MS;
  font-size: 12px;
  z-index: 1;
}

#logo {
  position: absolute;
  top: 0px;
  height: 116px;
  left: 0px;
  width: 1000px;
  z-index: 2;
  clear: both;
  overflow-x: hidden;
  overflow-y: hidden;
}

#suche {
  position: absolute;
  top: 90px;
  height: 20px;
  left: 235px;
  width: 200px;
  z-index: 10;
  clear: both;
  overflow-x: hidden;
  overflow-y: hidden;
}

#top1 {
  position: absolute;
  top: 90px;
  height: 20px;
  left: 880px;
  width: 120px;
  z-index: 10;
  clear: both;
  overflow-x: hidden;
  overflow-y: hidden;
}

#flash {
  position: absolute;
  top: 116px;
  height: 24px;
  left: 0px;
  width: 1000px;
  border-bottom: 1px solid red;
  z-index: 10;
  clear: both;
  overflow-x: hidden;
  overflow-y: hidden;
}

#left {
  position: absolute;
  top: 140px;
  left: 0px;
  width: 235px;
  z-index: 5;
  background-color: #ffffff;
  border-right: 1px solid red;
  clear: both;
  overflow-x: hidden;
}

#dia {
  position: absolute;
  top: 140px;
  height: 210px;
  left: 235px;
  width: 565px;
  background-color: #ffffff;
  z-index: 2;
  clear: both;
  overflow-x: hidden;
  overflow-y: hidden;
}

#main {
  padding: 10px 20px 10px 10px;
  position: absolute;
  top:350px;
  left: 235px;
  width: 534px;
  border-left: 1px solid red;
  border-right: 1px solid red;
  z-index: 4;
  clear: both;
  overflow: auto;
  overflow-x: hidden;
}

#right {
  position: absolute;
  top: 140px;
  left: 800px;
  width: 200px;
  border-left: 1px solid red;
  background-color: #fbf3f1;
  z-index: 5;
  clear: both;
  overflow-x: hidden;
}
