/* Link Buttons */
a.button_more_link {
	height: 39px;
	display: inline-block;
	margin-left: 120px;
}

a div.button_more {
	display: inline-block;
	width: 47px;
	height: 39px;
	background: url(../images/buttons_more.png) 0px 0px no-repeat;
}

a:hover div.button_more {
    background: url(../images/buttons_more.png) -47px 0px no-repeat;
}

div#hundemarke {
	width: 318px;
	height: 167px;
	background: url(../images/marke.png) no-repeat;
	position: absolute;
	top: 25px;
	left: 400px;
	z-index: 10;
}
