/******************************/
/*                            */
/* fhome.css                  */
/*                            */
/* senfdose@archiv-potsdam.de */
/*                            */
/* 2005/06/06                 */
/*                            */
/******************************/


/****************************************************/
/* Home News                                        */
/****************************************************/

/* Allgemeine Einstellungen fuer ein Home-News */
.homenews {
  width:590px;
  margin:0px;
  margin-top:30px;
  margin-bottom:10px;
  padding:0px;
}

/*  */
.homenews-star {
  background-repeat:no-repeat;
  background-position:center;
  background-image:url(./pics/star_animation.gif);
  width:590px;
  margin: 0px;
  margin-bottom:10px;
  padding:0px;
}
/*  */
.homenews-text {
  width:590px;
  margin: 0px;
  padding:0px;
  text-align:center;
  vertical-align:middle;
}
/*  */
.homenews-thumbnail {
  width:590px;
  margin-top:5px;
  padding:0px;
  text-align:center;
  vertical-align:middle;
}


