/* CSS für Template V 2.0 der Website http://recom.st */
/* (C) 2007 by EDV Dienstleistungen - Gernot Eisbacher */
/* http://edv.eisbacher.net */


body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Verdana, Helvetica, serif;
  font-size: 14px;
  color: #ff9900;
  text-shadow: Black;
  background-color: red;
  background-image: url(../images/bg.gif);
  background-repeat: repeat;
  text-align: center;
  scrollbar-base-color: #750204;
}

#content {
  position: absolute;
  top: 50%;
  height: 580px;
  margin-top: -290px;
  left: 50%;
  width: 1000px; 
  margin-left: -500px;
  text-align:left; 
  padding: 0px;
  font-family: Verdana, Helvetica, serif;
  font-size: 14px;
}

#top{
  position: absolute;
  top: 0px;
  height: 100px;
  left: 0px;
  width: 1000px;
  z-index: 10;
  background-image: url(../images/bg_top.gif);
}

#logo {
  position: absolute;
  top: 10px;
  height: 80px;
  left: 10px;
  width: 420px;
  z-index: 20;
}

#text {
  position: absolute;
  top: 35px;
  height: 40px;
  left: 430px;
  width: 570px;
  color: rgb(255,154,0);
  text-align: center;
  font-family: Verdana, Helvetica, serif;
  font-size: 24px;
  font-weight: bold;
  z-index: 20;
}

#line {
  position: absolute;
  top: 100px;
  height: 30px;
  left: 0px;
  width: 1500px;
  background-image: url(../images/bg_line.gif);
  z-index: 10;
}

#adresse {
  position: absolute;
  top: 108px;
  height: 20px;
  left: 10px;
  width: 500px;
  color: white;
  text-align: left;
  font-family: Verdana, Helvetica, serif;
  font-size: 12px;
  font-style: italic;
  z-index: 20;
}

#suche {
  position: absolute;
  top: 103px;
  height: 25px;
  left: 850px;
  width: 150px;
  clear: both;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  font-family: Verdana, Helvetica, serif;
  z-index: 20;
}

#left {
  position: absolute;
  top: 130px;
  height: 340px;
  left: 0px;
  width: 250px;
  z-index: 20;
  clear: both;
  overflow-x: hidden;
  overflow-y: hidden;
}

#other {
  position: absolute;
  top: 470px;
  height: 80px;
  left: 0px;
  width: 250px;
  z-index: 20;
  clear: both;
  overflow-x: hidden;
  overflow-y: hidden;
}

#main {
  padding: 10px 20px 10px 10px;
  position: absolute;
  top: 130px;
  height: 400px;
  left: 250px;
  width: 520px;
  z-index: 20;
  clear: both;
  overflow: auto;
  overflow-x: hidden;
}

#right {
  position: absolute;
  top: 130px;
  height: 420px;
  left: 800px;
  width: 200px;
  z-index: 20;
  clear: both;
  overflow-x: hidden;
  overflow-y: hidden;
}

#designerline{
  position: absolute;
  top: 550px;
  height: 30px;
  left: -500px;
  width: 1500px;
  background-image: url(../images/bg_line.gif);
  z-index: 10;
}

#designer {
  position: absolute;
  top: 550px;
  height: 30px;
  left: 500px;
  width: 500px;
  z-index: 20;
  clear: both;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: right;
  line-height: 30px;
  vertical-align: bottom;
  font-family: Verdana, Helvetica, serif;
}

