#linkelinkbox {
	width: 12em;
	text-align: center;
	float: left;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #999999;
	border-bottom-color: #999999;
	margin-right: 2em;
}
* html {
margin-right:0;
}
.navtitel {
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height:0.8em;
	overflow: hidden;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.2em 0;
}
.linkliste {
	list-style-type: none;
	padding: 0 0 0.1em 0;
	margin: 0;
}
.linkliste li {
	width: 9em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-top: 0.3em;

}
* html .linkliste li {
	margin-bottom: 0em;
	margin-top: 0em;

}

.linkliste li a{
	background-color: #999999;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.7em;
	padding-top: 0.5em;
	line-height: 0.8em;
	padding-bottom: 0.5em;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0.3em;
	padding-left: 0.3em;
	letter-spacing: 0.6pt;
	font-weight: bold;
	border: 1px solid #999999;
}

.linkliste li a:hover{
	background-color: #CCCCCC;
}
.linkliste li a:visited{
	background-color: #999999;
	color: #CCCCCC;
}
