<!--

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	width: 112px;
	margin: 0px;
	float:left;
	text-align: center;
}

li a {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration : none;
	color: #c0c0bf;
	display: block;
	width: 100%;
	height: 21px;
	background-image: url(../main/btn_inaktiv.gif);
	padding: 8px 0px 0px 0px;
}

li a:hover {
	background-image: url(../main/btn_hover.gif);
	color: #3b3b3b;
	text-decoration: none;
}

.link_active {
	background-image: url(../main/btn_aktiv.gif);
	color: #e6e6e5;
}

.short_button { width: 111px; }

-->
