@charset "utf-8";

/* ---------- LINKS ---------- */

/*Links a-Navigation*/
#a-nav  a:link {
	font-weight: normal;
	color: #622938;
	text-decoration: none;
}

#a-nav  a:visited {
	font-weight: normal;
	color: #622938;
	text-decoration: none;
}

#a-nav  a:focus {
	font-weight: normal;
	color: #b51434;
	text-decoration: none;
}

#a-nav  a:hover {
	font-weight: normal;
	color: #b51434;
	text-decoration: none;
}

#a-nav  a:active {
	font-weight: normal;
	color: #b51434;
	text-decoration: none;
}

/*Links B-Navigation*/
#b-nav a:link {
	font-weight: normal;
	color: #622938;
	text-decoration: none;
}

#b-nav a:visited {
	font-weight: normal;
	color: #622938;
	text-decoration: none;
}

#b-nav a:focus {
	font-weight: normal;
	color: #b51434;
	text-decoration: none;
}

#b-nav a:hover {
	font-weight: normal;
	color: #b51434;
	text-decoration: none;
}

#b-nav a:active {
	font-weight: normal;
	color: #b51434;
	text-decoration: none;
}

/*Links Inhalt*/

#inhalt a:link {
	font-weight: bold;
	color: #b51434;
	text-decoration: none;
}

#inhalt a:visited {
	font-weight: bold;
	color: #b51434;
	text-decoration: none;
}

#inhalt a:focus {
	font-weight: bold;
	color: #622938;
	text-decoration: underline;
}
#inhalt a:hover {
	font-weight: bold;
	color: #622938;
	text-decoration: underline;
}

#inhalt a:active {
	font-weight: bold;
	color: #b51434;
	text-decoration: none;
}

/*Links footer*/

#footer a:link {
	color: #622938;
	text-decoration: none;
}

#footer a:visited {
	color: #622938;
	text-decoration: none;
}

#footer a:focus {
	color: #b51434;
	text-decoration: underline;
}

#footer a:hover {
	color: #b51434;
	text-decoration: underline;
}

#footer a:active {
	color: #b51434;
	text-decoration: none;
}

