/*	KNAPPELINKER  */
#hmenu a {
	display:block;
	width:168px;
	height: 31px;
	/*margin: 1em 0; */
	/*padding: top, right, bottom, left*/
	padding: 2px 2 0px 0px;
	font-family: Tahoma,Arial,Helvetica,arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background: url("images/hierarkiknapp.gif") 0 0 no-repeat;
	text-decoration: none;
	border-width: 0px;
	cursor: hand;
}

#hmenu a:hover {	
	background-position: -170px 0;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#hsted {
	display:block;
	width:168px;
	height: 31px;
	padding: 2px 2 0px 0px;
	font-family: Tahoma,Arial,Helvetica,arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	background: url("images/hknapp.gif") 0 0 no-repeat;
	text-decoration: ;
	border-width: 0px;
	cursor: normal;
}