.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8C6F50;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: normal;
}

.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;

}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	letter-spacing: 0px;
	font-weight: normal;
	line-height: 16px;
}
	

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #8C6F50;
}
a:hover {
	color: #999999;
	text-decoration: underline;

}
a:active {
	text-decoration: underline;
	color: #999999;
}


a:visited {
	color: #8C6F50;
}