#link_box a, #link_box a:link, #link_box a:visited{
	display: block;
	width: 150px;
	height: 24px;
	padding: 4px 0px 0px 7px;
	background: url(/images/layout/link_box.png);
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: Georgia;
	font-weight: bold;
	text-decoration: none;
}

#link_box.kardemumma a, #link_box.kardemumma a:link, #link_box.kardemumma a:visited {
    background: url(/images/layout/kardemumma_link_box.png);
    background-repeat: no-repeat;
}

#link_box a:hover, #link_box a:active, #link_box a:focus{
	background: url(/images/layout/link_box_focus.png);
	background-repeat: no-repeat;
}

#link_box.kardemumma a:hover, #link_box.kardemumma a:active, #link_box.kardemumma a:focus {
    background: url(/images/layout/kardemumma_link_box_focus.png);
    background-repeat: no-repeat;
}