/*Standard
für die Linkeigenschaften in der linken Leiste
link: 			schwarz, ohne Unterstrich
mousover: 		grün, ohne Unterstrich
aktiver link: 	grüne Schrift, fett, ohne Unterstrich
*/
:link		{
	text-decoration: none;
	color: #000000;
}
:visited  	{
	text-decoration: none;
	color: #000000;
}
:hover		{
	text-decoration: underline;
	color: #336666;
}
:active   	{
	text-decoration: none;
	color: #336666;
	font-weight : bold;
}

/*
für die Links in der oberen grauen Leisten
link: 		schwarz, ohne Unterstrich
mousover:  	grün
aktiver link: grüne Schrift
*/
a.dnkl_grau:link	{
	text-decoration: none;
	color: #CCCCCC;
	}
	a.dnkl_grau:visited	{
	text-decoration: none;
	color: #CCCCCC;
}
a.dnkl_grau:hover	{
	text-decoration: none;
	color: #CCCCCC;
	font-weight : bold;
}
a.dnkl_grau:active 	{
	text-decoration: none;
	color: #CCCCCC;
	font-weight : bold;
}


/* IST NICHT AKTIV!!
gilt für den Link
Sasto Design
*/
a.sto:link		{
	text-decoration: none;
	color: #999999;
	background-color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
}
a.sto:visited	{
	text-decoration: none;
	color: #999999;
	background-color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
}
a.sto:hover		{
	text-decoration: underline;
	color: #336666;
	background-color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
}
a.sto:active 	{
	text-decoration: underline;
	color: #336666;
	background-color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
}

/*für das Formular
*/
.formu	{
color: #336666;
	background-color: #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
}
