.shopGruppentitel  {
 font-size:18px;
 font-weight:bold;
 background-color:#FFFFFF;
 text-align:center;
}

.shoptable {
  border-bottom-color:#555555; border-bottom-width:thin; border-bottom-style:solid;
}

.infotext {
  color:#960090;
	font-size:small;
}

/* Menu */

#navigation {
	list-style:none;
	list-style-position:inside;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
}
#navigation td {
	border: 1px solid #FFFF00;
}
#navigation a {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0;
	line-height:14px;
	letter-spacing:.05em;
	text-decoration: none;
	display:block;
	padding:4px 4px 4px 4px;
	background: #99FF99;
}
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	border: 1px solid #0;
}

