.link
{
	width: 170px;
	height: 30px;
	font-size: 11px;
}

.link_aktiv
{
	width: 160px;
	height: 30px;
	padding-right: 10px;
	background-image: url(../img/test1.jpg);
	font-size: 11px;
	font-weight: bold;
	color: #0d1e76;
}

.link a
{
	text-decoration: none;
	width: 160px;
	height: 30px;
	display: block;
	padding-right: 10px;
	color: #ed731e;
	font-weight: bold;
	font-size: 11px;
}

.link a:hover
{
	text-decoration: underline;
	background-image: url(../img/test2.jpg);
	width: 160px;
	height: 30px;
	display: block;
	padding-right: 10px;
	color: #ed731e;
	font-weight: bold;
	font-size: 11px;
}


