/* CSS-Datei ZEKAL-2000*/

/*Hintergrundfarbe */
body
{
	margin: 0px;
	background-color: #F0F0F0;
	font-size : 10pt;
}

/* Links - Aussehen (Unterstreichung usw.) */
A
{
	text-decoration: none;
}

/* Link-Farbe  */
A:link
{
	color: Black;
}

/* Link bei hover (nur IE) */
a:hover      {
	color: Red;
	text-decoration: underline;
}
/*Link activ*/
A:active
{
	color: Red;
	border : 1pt solid;
	bottom : auto;
}

/* Link besucht */
A:visited
{
	color: Gray;
}
/*Link Webmaster   einbinden über: <a class="lw" href... > */
a.lw
{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color: Gray;
	font-size : xx-small;
	text-decoration : none;
}
a.lw:hover
{
	text-decoration: underline;
	color: Red;
	font-weight : normal;
	font-family : Arial;
	font-size : xx-small;
}

/*Link Menue-Auswahl*/

a.ma:
{
	text-decoration: none;
	font-weight : bold;
	font-family : Verdana;
	font-size: xx-small;
	color: Black;
}

a.ma:visited
{
	font-family : Verdana;
	font-weight : medium;
	color: #0F0F0F;
}
a.ma:activ
{
	text-decoration: underline;
	color: Red;
	font-weight : bold;
	font-family : Verdana;
}
a.ma:hover
{
	text-decoration: underline;
	color: Red;
	font-weight : medium;
	font-family : Verdana;
}

/*Link Menue-Ueberschrift*/

a.mu
{
	font-family : Verdana;
	font-weight : bold;
	color: #F0F0F0;
	font-size : xx-small;
	text-decoration : none;
}

a.mu:visited
{
	color: #E0E0E0;
	font-weight : bold;
	font-family : Verdana;
}
a.mu:hover
{
	color: Red;
	text-decoration: underline;
	font-weight : bold;
	font-family : Verdana;
}