/* CSS für Template V 2.0 der Website http://eisstock-jimmy.at */
/* (C) 2008 by EDV Dienstleistungen - Gernot Eisbacher */
/* http://edv.eisbacher.net */


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

#content {
  position: absolute;
  top: 50%;
  height: 590px;
  margin-top: -295px;
  left: 50%;
  width: 1000px; 
  margin-left: -500px;
  background-image: url(../images/back.jpg);
  background-repeat: no-repeat;
  background-position: top;
  text-align:left; 
  padding: 0px;
  font-family: Verdana;
  font-size: 12px;
  z-index: 1;
  border: 1px solid #878789;
}

#homelink{
  position: absolute;
  top: 0px;
  height: 115px;
  left: 0px;
  width: 215px;
  z-index: 10;
}

#top {
  position: absolute;
  top: 59px;
  height: 20px;
  left: 220px;
  width: 800px;
  z-index: 10;
  clear: both;
  overflow-x: hidden;
  overflow-y: hidden;
}

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

#main {
  padding: 10px 20px 10px 10px;
  position: absolute;
  top: 120px;
  height: 450px;
  left: 200px;
  width: 600px;
  z-index: 20;
  clear: both;
  overflow: auto;
  overflow-x: hidden;
}
