/* ########################################################### */
/*   formatierung für rezensionen-counter oben   */
#review-overview-count {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	}

#review-overview-count a {
	text-decoration: underline;
	color: #444ea7;
	}

#review-overview-count a:link {
	text-decoration: underline;
	color: #444ea7;
	}

#review-overview-count a:hover {
	text-decoration: none;
	color: #ff6600;
	}



/* ########################################################### */
/*   außen-container um alles   */
#review-wrapper {
	width: 475px;
	height: 69px;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	}

/* ########################################################### */
/*   container um ganzen statistikteil   */
#review-statistic {
	position: absolute;
	width: 173px;
	height: 69px;
	margin-top: 0px;
	margin-left: 0px;
	}

/*   ---------------------------------------------------------------------------------------------------------------------------------   */
/*   container um "5 Sterne" text   */
#review-statistic-5-star-text {
	position: absolute;
	width: 52px;
	height: 13px;
	margin-top: 0px;
	margin-left: 0px;
	}

#review-statistic-5-star-text a:link {
	text-decoration: underline;
	color: #444ea7;
	}

#review-statistic-5-star-text a:hover {
	text-decoration: none;
	color: #ff6600;
	}

#review-statistic-5-star-text a:visited {
	text-decoration: underline;
	color: #444ea7;
	}

/*   container um "5 Sterne" hintergrundfarbe, der auch container um vordergrundfarbe einschließt   */
#review-statistic-5-star-bg-clr {
	position: absolute;
	width: 75px;
	height: 13px;
	margin-top: 0px;
	margin-left: 55px;
	background-color: #bdbdbd;
	}

/*   container um "5 Sterne" vordergrundfarbe   */
#review-statistic-5-star-fg-clr {
	height: 13px;
	background-color: #3388ff;
	}

/*   container um "5 Sterne" prozentzahlanzeige   */
#review-statistic-5-star-percent {
	position: absolute;
	width: 34px;
	height: 13px;
	margin-top: 0px;
	margin-left: 76px;
	text-align: center;
	color: #000000;
	}

/*   container um "5 Sterne" rezensionszahlzähler   */
#review-statistic-5-star-count {
	position: absolute;
	width: 40px;
	height: 13px;
	margin-top: 0px;
	margin-left: 133px;
	text-align: left;
	color: #858585;
	}
/*   ---------------------------------------------------------------------------------------------------------------------------------   */

/*   ---------------------------------------------------------------------------------------------------------------------------------   */
/*   container um "4 Sterne" text   */
#review-statistic-4-star-text {
	position: absolute;
	width: 52px;
	height: 13px;
	margin-top: 14px;
	margin-left: 0px;
	}

#review-statistic-4-star-text a:link {
	text-decoration: underline;
	color: #444ea7;
	}

#review-statistic-4-star-text a:hover {
	text-decoration: none;
	color: #ff6600;
	}

#review-statistic-4-star-text a:visited {
	text-decoration: underline;
	color: #444ea7;
	}

/*   container um "4 Sterne" hintergrundfarbe, der auch container um vordergrundfarbe einschließt   */
#review-statistic-4-star-bg-clr {
	position: absolute;
	width: 75px;
	height: 13px;
	margin-top: 14px;
	margin-left: 55px;
	background-color: #bdbdbd;
	}

/*   container um "4 Sterne" vordergrundfarbe   */
#review-statistic-4-star-fg-clr {
	height: 13px;
	background-color: #3388ff;
	}

/*   container um "4 Sterne" prozentzahlanzeige   */
#review-statistic-4-star-percent {
	position: absolute;
	width: 34px;
	height: 13px;
	margin-top: 14px;
	margin-left: 76px;
	text-align: center;
	color: #000000;
	}

/*   container um "4 Sterne" rezensionszahlzähler   */
#review-statistic-4-star-count {
	position: absolute;
	width: 40px;
	height: 13px;
	margin-top: 14px;
	margin-left: 133px;
	text-align: left;
	color: #858585;
	}
/*   ---------------------------------------------------------------------------------------------------------------------------------   */

/*   ---------------------------------------------------------------------------------------------------------------------------------   */
/*   container um "3 Sterne" text   */
#review-statistic-3-star-text {
	position: absolute;
	width: 52px;
	height: 13px;
	margin-top: 28px;
	margin-left: 0px;
	}

#review-statistic-3-star-text a:link {
	text-decoration: underline;
	color: #444ea7;
	}

#review-statistic-3-star-text a:hover {
	text-decoration: none;
	color: #ff6600;
	}

#review-statistic-3-star-text a:visited {
	text-decoration: underline;
	color: #444ea7;
	}

/*   container um "3 Sterne" hintergrundfarbe, der auch container um vordergrundfarbe einschließt   */
#review-statistic-3-star-bg-clr {
	position: absolute;
	width: 75px;
	height: 13px;
	margin-top: 28px;
	margin-left: 55px;
	background-color: #bdbdbd;
	}

/*   container um "3 Sterne" vordergrundfarbe   */
#review-statistic-3-star-fg-clr {
	height: 13px;
	background-color: #3388ff;
	}

/*   container um "3 Sterne" prozentzahlanzeige   */
#review-statistic-3-star-percent {
	position: absolute;
	width: 34px;
	height: 13px;
	margin-top: 28px;
	margin-left: 76px;
	text-align: center;
	color: #000000;
	}

/*   container um "3 Sterne" rezensionszahlzähler   */
#review-statistic-3-star-count {
	position: absolute;
	width: 40px;
	height: 13px;
	margin-top: 28px;
	margin-left: 133px;
	text-align: left;
	color: #858585;
	}
/*   ---------------------------------------------------------------------------------------------------------------------------------   */

/*   ---------------------------------------------------------------------------------------------------------------------------------   */
/*   container um "2 Sterne" text   */
#review-statistic-2-star-text {
	position: absolute;
	width: 52px;
	height: 13px;
	margin-top: 42px;
	margin-left: 0px;
	}

#review-statistic-2-star-text a:link {
	text-decoration: underline;
	color: #444ea7;
	}

#review-statistic-2-star-text a:hover {
	text-decoration: none;
	color: #ff6600;
	}

#review-statistic-2-star-text a:visited {
	text-decoration: underline;
	color: #444ea7;
	}

/*   container um "2 Sterne" hintergrundfarbe, der auch container um vordergrundfarbe einschließt   */
#review-statistic-2-star-bg-clr {
	position: absolute;
	width: 75px;
	height: 13px;
	margin-top: 42px;
	margin-left: 55px;
	background-color: #bdbdbd;
	}

/*   container um "2 Sterne" vordergrundfarbe   */
#review-statistic-2-star-fg-clr {
	height: 13px;
	background-color: #3388ff;
	}

/*   container um "2 Sterne" prozentzahlanzeige   */
#review-statistic-2-star-percent {
	position: absolute;
	width: 34px;
	height: 13px;
	margin-top: 42px;
	margin-left: 76px;
	text-align: center;
	color: #000000;
	}

/*   container um "2 Sterne" rezensionszahlzähler   */
#review-statistic-2-star-count {
	position: absolute;
	width: 40px;
	height: 13px;
	margin-top: 42px;
	margin-left: 133px;
	text-align: left;
	color: #858585;
	}
/*   ---------------------------------------------------------------------------------------------------------------------------------   */

/*   ---------------------------------------------------------------------------------------------------------------------------------   */
/*   container um "1 Stern" text   */
#review-statistic-1-star-text {
	position: absolute;
	width: 52px;
	height: 13px;
	margin-top: 56px;
	margin-left: 0px;
	}

#review-statistic-1-star-text a:link {
	text-decoration: underline;
	color: #444ea7;
	}

#review-statistic-1-star-text a:hover {
	text-decoration: none;
	color: #ff6600;
	}

#review-statistic-1-star-text a:visited {
	text-decoration: underline;
	color: #444ea7;
	}

/*   container um "1 Stern" hintergrundfarbe, der auch container um vordergrundfarbe einschließt   */
#review-statistic-1-star-bg-clr {
	position: absolute;
	width: 75px;
	height: 13px;
	margin-top: 56px;
	margin-left: 55px;
	background-color: #bdbdbd;
	}

/*   container um "1 Stern" vordergrundfarbe   */
#review-statistic-1-star-fg-clr {
	height: 13px;
	background-color: #3388ff;
	}

/*   container um "1 Stern" prozentzahlanzeige   */
#review-statistic-1-star-percent {
	position: absolute;
	width: 34px;
	height: 13px;
	margin-top: 56px;
	margin-left: 76px;
	text-align: center;
	color: #000000;
	}

/*   container um "1 Stern" rezensionszahlzähler   */
#review-statistic-1-star-count {
	position: absolute;
	width: 40px;
	height: 13px;
	margin-top: 56px;
	margin-left: 133px;
	text-align: left;
	color: #858585;
	}
/*   ---------------------------------------------------------------------------------------------------------------------------------   */



/* ########################################################### */
/*   container um durschnitttext- und stars-grafik-container   */
#review-stars {
	position: absolute;
	width: 285px;
	height: 19px;
	margin-top: 15px;
	margin-left: 221px;
	}

/*   container um durschnitttext   */
#review-stars-font {
	position: absolute;
	width: 201px;
	height: 13px;
	margin-top: 3px;
	margin-left: 0px;
	font-weight: bold;
	}

/*   container um stars-grafik   */
#review-stars-image {
	position: absolute;
	width: 79px;
	height: 15px;
	margin-top: 2px;
	margin-left: 206px;
	}

/*   container um "ihre meinung" button   */
#review-stars-submit-button {
	position: absolute;
	width: 117px;
	height: 19px;
	margin-top: 20px;
	margin-left: 42px;
	}
