/*
Link - CSS Blackbeltcenter Würzburg
Autor: Reinhard Schmidt
Erstellt: 22.05.2005
Geändert: ---
*/

.link {
    font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	text-decoration:none
};
a:link,a:visited
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
	text-decoration:none;
}
a:hover,a:active,a:focused
{
	color:#FDD49E;
	font-weight:bold;
}

a.footer:link,a.footer:visited
{
	color:white;
	font-weight:normal;
}
a.footer:hover,a.footer:active,a.footer:focused
{
}

a.category:link,a.category:visited
{
	font-weight:bold;
}
a.category:hover,a.category:active,a.category:focused
{
}

