a:link {
	color: #000000;
	text-decoration:underline;
}    /* noch nicht besuchte Ziele */

a:visited {
	color: #000000;
	text-decoration:underline;
} /* besuchte Ziele */

a:hover {
	color: #000000;
	text-decoration:underline;
}   /* Verweise bei "MouseOver" */

a:active {
	color: #000000;
	text-decoration:underline;
}  /* Angeklickte Verweise */

a:focus {
	color: #00000;
	text-decoration:underline;
}   /* Verweise, die Fokus erhalten */

a.copyright:link {
	color: #000000;
	text-decoration:none;
}    /* noch nicht besuchte Ziele */

a.copyright:visited {
	color: #000000;
	text-decoration:none;
} /* besuchte Ziele */

a.copyright:hover {
	color: #686868;
	text-decoration:none;
}   /* Verweise bei "MouseOver" */

a.copyright:active {
	color: #686868;
	text-decoration:none;
}  /* Angeklickte Verweise */

a.copyright:focus {
	color: #686868;
	text-decoration:none;
}   /* Verweise, die Fokus erhalten */

a.menu:link {
	color: #FFFFFF;
	text-decoration:none;
}    /* noch nicht besuchte Ziele */

a.menu:visited {
	color: #FFFFFF;
	text-decoration:none;
} /* besuchte Ziele */

a.menu:hover {
	color: #E6E6E6;
	text-decoration:none;
}   /* Verweise bei "MouseOver" */

a.menu:active {
	color: #E6E6E6;
	text-decoration:none;
}  /* Angeklickte Verweise */

a.menu:focus {
	color: #E6E6E6;
	text-decoration:none;
}   /* Verweise, die Fokus erhalten */

td,div,body {
 font-family: Verdana, Arial, sans-serif;
 font-size: 9pt;
}

h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 16pt;
}

.headline {
 font-size: 16pt;
 color: #000000;
 font-weight: bold;
}

.menu {
 font-size: 11pt;
 color: #FFFFFF;
 font-weight: bold;
}
