body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4198ff;
	background-image: url(../layout/bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #717195;
}
A {
	COLOR: #EDEFFE;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	COLOR: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.bildrahmen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	background-color: #4198FF;
	border: 1px solid #77B5FF;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	COLOR: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}
.content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #0099FF;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-transform: uppercase;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.Titel {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #717195;
}
.Textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	background-color: #F4F7FB;
	border: 1px solid #666666;
}

.haupttitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FD98C0;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: uppercase;
	font-variant: normal;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFCC00;
}
.bild {
	border: 10px solid #FFFFFF;
	FILTER: progid:DXImageTransform.Microsoft.Shadow(color=#999999, strength=3, direction=135);
}
.layout {
	background-color: #000000;
	background-image: url(../layout/layout.jpg);
	background-repeat: no-repeat;
}
.line {
	background-image: url(../layout/line.jpg);
	background-position: center;
	height: 30px;
}
.copy {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
}



/*             styles for the star rater                */
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url(../layout/star_rating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(../layout/star_rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:20px;
}
.star-rating a.two-stars{
	left:20px;
}
.star-rating a.two-stars:hover{
	width: 40px;
}
.star-rating a.three-stars:hover{
	width: 60px;
}
.star-rating a.three-stars{
	left: 40px;
}
.star-rating a.four-stars{
	left: 60px;
}	
.star-rating a.four-stars:hover{
	width: 80px;
}
.star-rating a.five-stars{
	left: 80px;
}
.star-rating a.five-stars:hover{
	width: 100px;
}
		

/*             styles for the LITTLE star rater                */
.star-ratingl{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 75px;
	height: 15px;
	position: relative;
	background: url(../layout/star_rating.gif) top left repeat-x;		
}
.star-ratingl li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-ratingl li a{
	display:block;
	width:15px;
	height: 15px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-ratingl li a:hover{
	background: url(../layout/star_rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.star-ratingl a.one-star{
	left: 0px;
}
.star-ratingl a.one-star:hover{
	width:15px;
}
.star-ratingl a.two-stars{
	left:15px;
}
.star-ratingl a.two-stars:hover{
	width: 30px;
}
.star-ratingl a.three-stars:hover{
	width: 45px;
}
.star-ratingl a.three-stars{
	left: 30px;
}
.star-ratingl a.four-stars{
	left: 45px;
}	
.star-ratingl a.four-stars:hover{
	width: 60px;
}
.star-ratingl a.five-stars{
	left: 60px;
}
.star-ratingl a.five-stars:hover{
	width: 75px;
}
