/* Wolf's Thematic Index of the Works of the Great Composers */
/* menu_neu.css */


body, table {
	background-image:url(../bilder/hintergrund.gif);
	text-align: center;
	margin: 0;
	padding: 0;
}

table {
	font-size: 13px;
	font-family: arial, helvetica, sans serif;
	margin: auto;
	width: 890px;
	margin-top: 1.5em;
	border: 1px solid lightgrey;
}

td  {
	width: 130px;
	height: 15px;
	background: #ddba86;
}

#td_selected {
	background: yellow;
}

a {
	font-weight: normal;
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	color: blue;
	font-weight: bold;
	background-color: Yellow;
}

#a_selected {
	color: black;
}
