/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.saisonstart {
	font-size: 16px;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(202,20,20);
 	margin-top: 10px;
 	padding-top: 5px;
 	margin-bottom: 10px;
 	padding-bottom: 5px
}

.saisonende {
	font-size: 16px;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(0,0,0);
 	margin-top: 10px;
 	padding-top: 5px;
 	margin-bottom: 10px;
 	padding-bottom: 5px
}

.wintersaison {
	font-size: 16px;
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(255,231,145)
}

.sommersaison {
	font-size: 16px;
 	font-weight: bold;
 	text-align: center;
 	background-color: rgb(204,204,51)
}