@import "../../../templates/css/blogsyle.css";

dl {
    margin: 32px 48px;
}

dt {
	display: block;
	float: left;
	clear: both;
}

dd {
	margin-bottom: 20px;	
	
	font-weight: bold;
	color: #EEEEEE;
	float: right;
	min-height: 15px;
	min-width: 64px;
	text-indent: -9999em;
	background: url("../../../images/antwort.png") no-repeat  center center transparent;
	text-shadow: 1px 1px 2px #888;
}

dd:hover {	
	color: brown;	
	text-indent: 0em;
	background-image: none
}


