﻿
#kid_stoerer {
	position: absolute;
	width: 46px;
	height: 76px;
	left: -36px;
	top: 29px;
	background: url('../img/kid_stoerer.png') no-repeat;
	background-position: left -160px;
	display: block;
}
#kid_stoerer:hover {
	background-position: -56px -160px
}

#kid_stoerer #kid_bubble {
	font-family: 'Amoebia-Bold';
	position: absolute;
	width: 141px;
	height: 68px;
	left: 28px;
	top: -41px;
	background: url('../img/kid_stoerer.png') no-repeat;
	background-position: left top;
	display: none;
	padding: 22px 0 0 29px;
	text-indent: -12px;
}

#kid_stoerer:hover #kid_bubble {
	display: block;
}

#kid_stoerer #kid_bubble:hover,
#kid_stoerer:hover #kid_bubble:hover {
/*	background-position: left -82px;*/
}
