@charset "UTF-8";
/* CSS Document */

/* Happycheck-Grafik */
#happycheckCon {
	background-image: url(/public/pix/getchart-1.gif);
	background-repeat: no-repeat;
	height: 230px;
	width: 300px;
	background-position: top 2px;
}
#happycheckCon ul {
	padding-top:42px;
	margin-left:0px !important;
	text-indent: 0px;
}
#happycheckCon li {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	line-height: 14px;
	height:18px;
	clear: left;
	margin-left:4px !important;
	margin-bottom: 2px!important;
}
* html #happycheckCon li {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	line-height: 12px;
	height:14px;
	clear: left;
	margin-left:5px !important;
	margin-bottom: -2px!important;
}
#happycheckCon .happyBez {
	width: 145px;
	float: left;
	text-align: left;
	color: #4d4d4d;
	text-transform: capitalize;
}
#happycheckCon .bar {
	background-color: #d18f70;
	height: 7px;
	float: left;
	width: 114px;
	margin-top: 6px;
	display: block;
	border: 1px solid #d18f70;
}
/* IE6 Hack */
* html #happycheckCon .bar {
	overflow: hidden;
}
#happycheckCon .value {
	color: #4d4d4d;
	float: left;
	height: 10px;
	line-height: 20px;
	width: 22px;
	margin-left: 3px;
}
#happycheckCon .bewertAnz {
	height:15px;
	float:right;
	margin-right:55px;
	color: #4d4d4d;
}

/* Ideal-Grafik */
#idealCon {
	background-image: url(/public/pix/ideal_bg.gif);
	background-repeat: no-repeat;
	height: 140px;
	width: 300px;
	background-position: top 2px;
}
#idealCon ul {
	padding-top:37px;
	text-indent: 0px;
	margin-left:0px !important;
}
#idealCon li {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	line-height: 20px;
	clear: left;
	margin-left:4px !important;
}
#idealCon .happyBez {
	width: 145px;
	float: left;
	text-align: left;
	color: #4d4d4d;
	text-transform: uppercase;
}
#idealCon .bar {
	background-color: #d18f70;
	height: 7px;
	float: left;
	width: 114px;
	margin-top: 6px;
	display: block;
	border: 1px solid #d18f70;
}
/* IE6 Hack */
* html #idealCon .bar {
	overflow: hidden;
}
#idealCon .value {
	color: #4d4d4d;
	float: left;
	height: 10px;
	line-height: 20px;
	width: 22px;
	margin-left: 3px;
}
#idealCon .bewertAnz {
	height:15px;
	float:right;
	margin-right:55px;
	color: #4d4d4d;
}