/* Chronologie Style-Sheet */


h2 {
	text-align: center;
	}

table {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	border-style: inset;
	border-color: gray;
	border-width: thin;
	empty-cells: show;
	text-align: center;
	}

table * a:link { 
	color: #404040;
	}

table * a:visited { 
	color: #000000;
	}

table * a:hover { 
	color: #404040;
	}

table * a:active { 
	color: #404040; 
	}

table * th {
	border-style: inset;
	border-color: gray;
	border-width: thin;
	}

table * th.mon {
	background: #00B0FF;
	}

table.schlonze * th.mon {
	 background: yellow;
	}

table.sonder * th.mon {
	 background: #FF80FF;
	}

table * th.mon a {
	font-size: smaller;
	text-decoration: none;
	color: #404040;
	}

table * th.mon a.akt {
	font-size: large;
	color: #000000;
	}

table * th.datum {
	width: 6em	
	}

table * th.zeit {
	width: 6em	
	}

table * th.was {
	}

table * th.ort {
	width: 16em	
	}

table * td {
	border-style: inset;
	border-color: gray;
	border-width: thin;
	background-image: url(/bilder/stadion.gif);
	text-align: left;
	padding-left: 5px;
	}

span.min {
	vertical-align: super;
	font-size: small;
	text-decoration: underline;
	}

span.min-alt {
	display: none;
	}
