/**********************************************************************
Autor:   Pizo van Hintn
Version:  1.0 / Februar 2005
**********************************************************************/
body {
  background-image:url(/_Layout/startseite/bg.jpg);
}
#mainIndex {
  position:relative;
  width:660px;
  height:350px;
  margin: auto;
  margin-top:120px;
  text-align:left;
  background-image:url(/_Layout/startseite/band.jpg);
  background-repeat:no-repeat;
}

#blase {
  position:absolute;
  width:145px;
  height:81px;
  top:3px;
  right:2px;
  background-image:url(/_Layout/startseite/blase.png);
  background-repeat:no-repeat;
}

#blase span.bla {
  padding-top:11px;
  padding-left:20px;
  text-align:center;
  display:block;
}

#logo {
  position:absolute;
  width:363px;
  height:189px;
  top:153px;
  left:39px;
}

#funcore {
  position:absolute;
  width:112px;
  height:38px;
  top:306px;
  right:5px;
}

#update {
  position:absolute;
  width:200px;
  height:20px;
  top:280px;
  left:40px;
  color:#ffffff;
  font-weight:bold;
}
#tooltip {
  background-color:#FF8E00;
  border:1px solid #ffffff;
}

#update a {
  color:#ffffff;
  text-decoration:underline;
}
#update a:hover {
  color:#ffffff;
  text-decoration:none;
}