/*---------------------------------------------------------------------------*/
/* begin common classes 'CLASS=className' */
/*---------------------------------------------------------------------------*/
.large
{
	font-size	: large ;
}

.medium
{
	font-size	: medium ;
}

.small
{
	font-size	: small ;
}

.important
{
	background	: yellow ;
	font-size	: normal ;
	font-wight	: bold ;
	color		: red ;
}
/* end   common classes 'CLASS=className' */


/*---------------------------------------------------------------------------*/
/* begin common id's 'ID=idName' */
/*---------------------------------------------------------------------------*/
#menu1
{
	color		: black ;
	font-size	: small ;
	text-align	: left ;
	margin-top	: 0px ;
	margin-left	: 0% ;
}
#menu2
{
	color		: black ;
	font-size	: x-small ;
	text-align	: left ;
	margin-top	: 0px ;
	margin-left	: 1% ;
}
#menu3
{
	color		: black ;
	font-size	: xx-small ;
	text-align	: left ;
	margin-top	: 0px ;
	margin-left	: 2% ;
}
/* end   common id's 'ID=idName' */
/*---------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------*/
/* begin standard tags '<tag>...</tag>' */
/*---------------------------------------------------------------------------*/
/* default values for complete body */
BODY
{
	background	: aqua ;
	color		: black ;
	font-size	: small ;
}

H1
{
	text-align	: center ;
	color		: black ;
}

TABLE
{
	border-style	: inset ;
	border-width	: 1 ;
	border-color	: black ;
	background	: white ;
	text-align	: left ; /* works for whole table */
}

TH
{
	background	: lime ;
	font-family	: monospace ;
	font-size	: medium ;
	vertical-align	: top ;
}

TD
{
/*	background	: white ;*/
	font-family	: monospace ;
	font-size	: medium ;
	vertical-align	: top ;
}

A:link
{
	color		: blue ;
}

A:visited
{
	color		: red ;
}

A:active
{
	color		: green ;
}

A:hover
{
	font-style	: italic ;
	font-size	: large ;
}
/* end   standard tags '<tag>...</tag>' */
/*---------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------*/
/* begin special  tags '<tag CLASS=tagName>...</tag>' */
/*---------------------------------------------------------------------------*/
/* Mannschaftsmeisterschaft */
.MM_SENIOREN
{
	color		: green ;
	background	: yellow ;
}

.MM_VERBANDSLIGA
{
	color		: black ;
	background	: aqua ;
}

.MM_HERREN
{
	color		: blue ;
	background	: lightgreen ;
}

.MM_FIRMENSPORT
{
	color		: red ;
	background	: lightcyan ;
}

.MM_NACHWUCHS
{
	color		: black ;
	background	: lightblue ;
}

/* Turniere */
.TURNIER
{
	color		: green ;
	background	: orange ;
}

.RANGLISTE
{
	color		: black ;
	background	: silver ;
}

/* CH-Cup */
.CH_CUP
{
	color		: blue ;
	background	: magenta ;
}
/* end   standard tags '<tag CLASS=tagName>...</tag>' */
/*---------------------------------------------------------------------------*/

