a {
	color:#454545;
}
a:hover {
	color:red;
}
a.back {
	font-size:8pt;
	color:red;
}
a:hover.back {
	text-decoration:none;
}
a.spieler {
	font-size:8pt;
	color:#810303;
	text-decoration:none;
}
a:hover.spieler {
	text-decoration:underline overline;
}
td.spsaison {
	font-size:8pt;
}
td.spielplan {
	font-size:9pt;
}
.u {
	color:yellow;
	font-weight:900;
}
.s {
	color:green;
	font-weight:900;
}
.n {
	color:red;
	font-weight:900;
}
input {
	border:solid black 1px;
}
select.spielerbox {
	width:250px;
	font-size:12pt;	
	font-weight:900;
}
table.training {
	width:100%;
	border:solid black 1px;
}
th.training {
	background-color:rgb(195,195,195);
}
td.training {
	text-align:center;
	font-size:10pt;
}
td.mannschaften {
	text-align:left;
	font-size:10pt;
}
div.mannschaften {
	border:solid black 1px;
	padding:3px;
}
.linkURL {
	font-size:11pt;
	font-weight:900;
}
:hover.linkURL {
	text-decoration:none;
}
.linkName {
	font-weight:900;
}
img.edit {
	border:2px blue dashed;
}
img.delete {
	border:2px red dashed;
}
div.linkMenu {
	border:1px solid black;
	height:25px;
}
div.linkChosen {
	border-bottom-width:0px;
}
a.linkMenu {
	font-size:10pt;
	font-weight:900;
	color:rgb(129,129,129);
}
a:hover.linkMenu {
	text-decoration:none;
}
a.linkChosen {
	color:rgb(15,59,130);
	text-decoration:none;
}
.linkGap {
	border-bottom:1px solid black;
}
td.linkBody {
	border:solid black 1px;
	border-top:0px;
}