body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f2f2f2;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bilder/hg_aussen.gif);
}
a:link { color: #FFFFFF; text-decoration:none; font-weight:bold;}
a:visited { color: #FFFFFF; text-decoration:none; font-weight:bold;}
a:active { color: #FFFFFF; text-decoration:none; font-weight:bold;}
a:hover { color: #585858; text-decoration:none; font-weight:bold;}

.link-grey a:link { color: #b8b8b8; text-decoration:none; font-weight:bold;}
.link-grey a:visited { color: #b8b8b8; text-decoration:none; font-weight:bold;}
.link-grey a:active { color: #b8b8b8; text-decoration:none; font-weight:bold;}
.link-grey a:hover { color: #ffffff; text-decoration:none; font-weight:bold;}

.link-black a:link { color: #000000; text-decoration:none; font-weight:bold;}
.link-black a:visited { color: #000000; text-decoration:none; font-weight:bold;}
.link-black a:active { color: #000000; text-decoration:none; font-weight:bold;}
.link-black a:hover { color: #b8b8b8; text-decoration:none; font-weight:bold;}

.description { font-size: 11px; color: #9b9b9b; font-weight:bold;}
.description-black { font-size: 11px; color: #000000;}
.line-red { color: #FFFFFF; font-weight: bold; font-size: 11px; text-transform:uppercase;}
.bm {background-color: #f72222;border: 1px outset #000000; color: #ffffff; font-size: 12px; font-family: Arial; width:240px; height:25px; font-weight:bold;}
.inputstyle {background-color: #c8c8c8;border: 1px outset #000000; color: #000000; font-size: 12px; font-family: Arial; width:240px; height:18px; font-weight:normal; padding-top:3px;}
.news { color: #c8c8c8; font-weight: bold; font-size: 22px;}
.hg_headerpic { border: 1px solid #ff0000; background-color:#000000;}
.hg_middlepic { border: 1px solid #ff0000; background-color:#ffffff;}
.border-red { border: 1px solid #ff0000;}
.link-red { color: #FF0000; font-weight: bold; text-decoration:none;}
.link-red a:link { color: #FF0000; font-weight: bold; text-decoration:none;}
.link-red a:visited { color: #FF0000; font-weight: bold; text-decoration:none;}
.link-red a:active { color: #FF0000; font-weight: bold; text-decoration:none;}
.link-red a:hover { color: #ffffff; font-weight: bold; text-decoration:none;}
.white-20 {font-size: 20px;}
.grey-20 {font-size: 20px; color:#c1c1c1;}
.grey-11 {font-size: 11px; color:#b2b2b2;}
.white-11 {font-size: 11px; color:#ffffff;}
.title-red { color: #f10808; font-size: 11px; font-weight: bold;}
.title-white { color: #ffffff; font-size: 11px; font-weight: bold;}
.rating-black { color: #000000; font-size: 13px; font-weight: bold; text-transform:uppercase;}



.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(bilder/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:170px;
	height:34px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:34px;
	line-height:34px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

/* smaller star */
.small-star{
	width:170px;
	height:34px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	background-image: url(bilder/star.gif);
	line-height: 34px;
	height: 34px;
}