a.LinkMain:link {
	color: #C3C3C3;
	font-family: Verdana;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}

a.LinkMain:visited {
	color: #C3C3C3;
	font-family: Verdana;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}

a.LinkMain:hover {
	color: #FF6600;
	font-family: Verdana;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a.LinkMain:active {
	color: #FF6600;
	font-family: Verdana;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}

a.MailLink:link {
	color: #63B8FF;
	font-family: Verdana;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: underline;
}

a.MailLink:visited {
	color: #63B8FF;
	font-family: Verdana;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: underline;
}

a.MailLink:hover {
	color: #C3C3C3;
	font-family: Verdana;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a.MailLink:active {
	color: #C3C3C3;
	font-family: Verdana;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-decoration: none;
}


a.ProjektLink:link {
	color: #63B8FF;
	text-decoration: underline;
}

a.ProjektLink:visited {
	color: #63B8FF;
	text-decoration: underline;
}

a.ProjektLink:hover {
	color: #C3C3C3;
	text-decoration: none;
	cursor: pointer;
}

a.ProjektLink:active {
	color: #63B8FF;
	text-decoration: none;
	cursor: pointer;
}


