﻿.unterverweis {
	margin-left: 10px;
	font-size: 0.9em;
}
#spielplana {
	color:red;
}
#spielplan li {
	display:inline;
	line-height:2;
	}
#spielplan li.a {
	display:block;
	color:red;
}
#spielplan a.klein {
	font-size:0.8em;
}
#spielplan a.klein:link {
	color:red;
	background-color:inherit;
}
#spielplan a.klein:hover {
	color:red;
	background-color:inherit;
}
#spielplan a.klein:visited {
	color:red;
	background-color:inherit;
}
#spielplan a.klein:active {
	color:red;
	background-color:inherit;
}
#spielplan a:link {
	background-color: #ff9;
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
#spielplan a:visited {
	background-color: #ff9;
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
#spielplan a:hover {
	background-color: #fff;
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
#spielplan a:active {
	background-color: #ff9;
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

