/* Basiseigenschaften für Links (link, visited, focus, hover, active) */
a
{
	font-size: 11px;
	font-weight: bold;
	color: #555566;
	text-decoration: none;
	cursor:pointer;
}
a:hover 
{
	color: #8A7360;
	text-decoration: none;
}


/* Start Page Navigation */
a.page_navi
{
	margin-left: 10px;
}
/* Ende Page Navigation */