@charset "utf-8";
/* CSS Document */

/* Bewertung IE - Safari */

.devils {
	position: relative;
	top: 22px;
	width: 125px;
	overflow: hidden;
	height: 25px;
}

.dev1 {
	position: relative;
	top: 0px;	
	float: left;
	background-image: url(http://www.darkdudes.de/images/widget/devil_ico_w.gif);
	height: 25px;
}


.dev1:hover {
	background-image: url(http://www.darkdudes.de/images/widget/devil_ico_b.gif);
	float: left;
}

.dev2, .dev3, .dev4, .dev5 {
	position: relative;
	top: -27px;
	float: left;
	height: 25px;
	background-image: url(http://www.darkdudes.de/images/widget/devil_ico_w.gif);
	margin-left: 25px;
}

.dev2:hover {
	background-image: url(http://www.darkdudes.de/images/widget/devil_ico_b.gif);
	height: 25px;
	width: 100px;
	margin: 0 0 0 25px;
}

.dev3:hover {
	background-image: url(http://www.darkdudes.de/images/widget/devil_ico_b.gif);
	height: 25px;
	width: 75px;
	margin: 0 0 0 25px;
}

.dev4:hover {
	background-image: url(http://www.darkdudes.de/images/widget/devil_ico_b.gif);
	height: 25px;
	width: 50px;
	margin: 0 0 0 25px;
}

.dev5:hover {
	background-image: url(http://www.darkdudes.de/images/widget/devil_ico_b.gif);
	height: 25px;
	width: 25px;
	margin: 0 0 0 25px;
}