body {
	font-family: "Courier New", Courier, "Times New Roman", serif;
	font-size: medium;
	color: black;
	border-color: white;
	text-decoration: none;
	border-width: 2px;
	font-weight: bold;
	text-align: left;
	background-color: white;
	width: 1024px;
}



td.infoschrift {color: white;}



/* Links */
a {
	color:rgb(204,204,204);
	text-decoration:none;
	font-style:normal;
}
a:hover {
	color:rgb(204,153,51);
}


/* Links im Menü */
table.menu a {
	color:rgb(51,51,51);
	text-decoration:none;
}
table.menu a:hover {
	color:rgb(204,204,204);
	text-decoration:none;
}

/* Links Titel */
a.titel {
	color:rgb(51,51,51);
	text-decoration:none;
}
a.titel:hover {
	color:rgb(204,204,204);
	text-decoration:none;
}

