.ratingblock {
         display: block;
         border:1px double silver;
         width: 180px;
         height: 65px;
         background-color: lemonchiffon;
         text-align: center;
         position: relative;
	}

.starrow {
           position: absolute; top: 8px; left: 8px;
         }

.footerrow {
           position: absolute; top: 25px; left: 10px;
         }

.teaser {
         font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
         font-weight: bold;
         text-align: center;
         color: #464AB5;
	}

.footer {
         font-family: Arial, Helvetica, sans-serif;
  	font-size: 10.5px;
         font-weight: normal;
         text-align: center;
         color: black;
	}

.loading {
	height: 30px;
	background: url('../Ressourcen/working.gif') 50% 50% no-repeat;
	}

.star_gray {
         display: block;
         width: 15px;
         height: 15px;
         background-image: url(Ressourcen2/star_gray.gif);
         z-index: 2;
         }

.star_blue {
         display: block;
         width: 15px;
         height: 15px;
         background-image: url(Ressourcen2/star_blue.gif);
         z-index: 20;
         }

.star_gold {
         display: block;
         width: 15px;
         height: 15px;
         background-image: url(Ressourcen2/star_red.gif);
         z-index: 10;
         }