html {
background-color: transparent;
}
body {
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	background-color: transparent;
}
div.mh_lc_widget {
	width: 181px;
}
div.mh_lc_widget #header {
	height: 37px;
	background: url('mh_lc_header.png') no-repeat;
}

div.mh_lc_widget #header_fachexperte {
	height: 37px;
	background: url('mh_lc_header_fachexperte.png') no-repeat;
}

div.mh_lc_widget #body {
	width: 181px;
	background: url('mh_lc_background.png') no-repeat bottom center;
}
div.mh_lc_widget #padding {
	padding: 5px 5px 5px 10px;
}
div.mh_lc_widget hr {
	height: 1px;
	border: 0px;
	background: #ffffff;
}
span.location, a.location{
	font-size: 14px;
	color: #ffffff;
	text-decoration:none;
}

span.voteforaddress, a.voteforaddress{
	font-size: 10px;
	color: #ffffff;
	text-decoration:none;
}
a.voteforaddress:hover, a.location:hover{
	text-decoration:none;
}

span.title {
	font-size: 14px;
	color: #b8ce00;
	font-weight: bold;
}
.iconGreen {
	width: 35px;
	height: 35px;
	border: 2px solid #b8ce00;
	margin: 2px 0 2px 0;
	-moz-border-radius: 3px;
}
img.iconWhiteActive {
	width: 35px;
	height: 35px;
	border: 2px solid #ffffff;
	margin: 2px 0 2px 0;
	-moz-border-radius: 3px;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
img.iconWhite {
	width: 35px;
	height: 35px;
	border: 2px solid #ffffff;
	margin: 2px 0 2px 0;
	-moz-border-radius: 3px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
