@charset "UTF-8";
/* CSS Document */

a:link {
	color: red;
	text-decoration: underline;
	font-weight: none;
}
a:visited {
	font-weight: none;
	text-decoration: underline;
}
a:hover {
	font-weight: none;
	text-decoration: underline;
	color: red;
	}

a:active {
	font-weight: none;
	text-decoration: underline;
	color: red;
	}

a.undermenu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.undermenu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
a.undermenu:hover {
		color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
a.undermenu:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.ikon:link {
	color: #f18b00;
	text-decoration: underline;
}
a.ikon:visited {
	color: #f18b00;
	text-decoration: underline;
}
a.ikon:hover {
	color: #f18b00;
	text-decoration: underline;
}
a.ikon:active {
	color: #f18b00;
	text-decoration: none;
}

a.black:link {
	color: #000000;
	text-decoration: none;
}
a.black:visited {
	color: #000000;
	text-decoration: none;
}
a.black:hover {
	color: #000000;
	text-decoration: none;
}
a.black:active {
	color: #000000;
	text-decoration: none;
}

a.white:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
a.white:hover {
		color: #FFFFFF;
	text-decoration: underline;
	}
a.white:active {
	color: #FFFFFF;
	text-decoration: none;
}
