body {

}

.fehler {
	color:red;
	font-weight:bold;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.hinweis {
	color:green;
	font-weight:bold;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;	
}

#spielplan {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
}

#spielplan .farbig {
	color: RGB(255,110,0);
}

#spielplan .submit {
	color: RGB(255,110,0); 
	border:0px; 
	margin:0px;
	background-color:white; 
	font-weight:bold; 
	font-size:12px;

}

#spielplan .button {
	color: RGB(255,110,0); 
	border:solid 1px RGB(255,110,0); 
	background-color:white; 
	font-weight:bold; 
	font-size:12px;
}

#spielplan input,textarea {
	border: solid 1px grey;
	font-size:10px;
}

#spielplan td{
	font-size: 12px;
	vertical-align:top;
}

#spielplan tr .liste {
	border-bottom:solid 1px RGB(255,110,0);
}

#spielplan .liste{
	padding-top: 4px;
	padding-bottom:4px;
	
}

#spielplan a{
	text-decoration:none;
	color: black;
}

#spielplan .monat {
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:12px;
	padding-top:34px;
	border:0px;
}

#spielplan .stuecktitel {
	text-transform:uppercase;
	font-weight:bold;
}

#spielplan td.extra {
	margin: 0;
	padding: 30px 12px 0 0;
	font-weight: bold;
	color: RGB(255,110,0);
}