a:link {
	color: B8860B;
	text-decoration: underline;
}

a:visited {
	color: B8860B;
	text-decoration: underline;
}

a:hover {
	color: ffffff;
	text-decoration: underline;
}

.hauptnavi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: B8860B;
	font-weight: bold;

}

.depot:link {
	color: red;
	text-decoration: underline;
}

.depot:visited {
	color: red;
	text-decoration: underline;
}

.depot:hover {
	color: red;
	text-decoration: underline;
}

.depot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: red;
	font-weight: bold;

}

