/*   Stylesheet für www.egis.eu   */

#egis-keywords {
	width: 600px;
	cellpadding: 0;
	cellspacing: 0;
	font-size: 11px;
	color: #9c9c9c;
}
	#egis-keywords a {
		text-decoration: none;
		font-size: 10px;
		font-family: Arial;
		color: #9c9c9c;
	}


/*   alle Hyperlinks   */

a: {
	text-decoration: none;
}


/*   Hyperlinks Gruppe 1   */

a.gruppe1:link {
	color: #005680;
	text-decoration: none;
	font-weight: bold;
}
a.gruppe1:visited {
	color: #005680;
	text-decoration: none;
	font-weight: bold;
}
a.gruppe1:active {
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
}
a.gruppe1:hover {
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
}


/*   Hyperlinks Gruppe 1_1   */

a.gruppe1_1:link {
	color: #005680;
	text-decoration: none;
}
a.gruppe1_1:visited {
	color: #005680;
	text-decoration: none;
}
a.gruppe1_1:active {
	color: #3366FF;
	text-decoration: none;
}
a.gruppe1_1:hover {
	color: #3366FF;
	text-decoration: none;
}


/*   Hyperlinks Gruppe 1_2   */

a.gruppe1_2:link {
	color: #005680;
	text-decoration: blink;
	background: Yellow;
	font-weight: bold;
	letter-spacing: 4px;
}
a.gruppe1_2:visited {
	color: #005680;
	text-decoration: blink;
	background: Yellow;
	font-weight: bold;
	letter-spacing: 4px;
}
a.gruppe1_2:active {
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 4px;
}
a.gruppe1_2:hover {
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 4px;
}


/*   Hyperlinks Gruppe 2   */

a.gruppe2:link {
	color: White;
	text-decoration: none;
	font-weight: bold;
}
a.gruppe2:visited {
	color: White;
	text-decoration: none;
	font-weight: bold;
}
a.gruppe2:active {
	color: #FFCEFF;
	text-decoration: none;
	font-weight: bold;
}
a.gruppe2:hover {
	color: #FFCEFF;
	text-decoration: none;
	font-weight: bold;
}


/*   Hyperlinks Gruppe 3   */

a.gruppe3:link {
	color: Silver;
	text-decoration: none;
	font-weight: bold;
}
a.gruppe3:visited {
	color: Silver;
	text-decoration: none;
	font-weight: bold;
}
a.gruppe3:active {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}
a.gruppe3:hover {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}


/*   Hyperlinks Gruppe 4   */

a.gruppe4 {
	color: #FFFFFF;
	background: #FF6347;
	font-weight: bold;
	text-decoration: none;
	border: 3px solid #FF6347;
	line-height: 16px;
}


/*   sonstige Styles   */

b.neu_button {
	color: #FFFFFF;
	background: #FF6347;
	font-weight: bold;
	letter-spacing: 4px;
}