<!--
/* --------------------------------- */
/* Stylesheet für Auswahl der Länder */
/* --------------------------------- */

A.Buchstaben:link
	{
		color:            #013476;
		background-color: #D1D1D1;
		text-decoration:	none;
	}
A.Buchstaben:active
	{
		color:            #013476;
		background-color: #D1D1D1;
		text-decoration:	none;
	}
A.Buchstaben:visited
	{
		color:            #013476;
		background-color: #D1D1D1;
		text-decoration:	none;
	}
A.Buchstaben:hover
	{
		color:            #013476;
		background-color: #D1D1D1;
		text-decoration:	none;
	}
BODY
  {
    margin-top:       0;
  }

.button
	{
		font-family:			arial, helvetica, "sans-serif";
		font-family:			"courier new", courier, monotype;
		font-size:				10pt;
		font-weight:			bold;
		letter-spacing:		0pt;
		text-decoration:	none;
		color:						#000000;
		cursor:           hand;
	}
.buttonTD
	{
		text-decoration:	none;
		cursor:           hand;
	}

SELECT
	{
/*
		font-family:			"courier new", courier, monotype;
		font-weight:      bold;
		width:            330;
*/
		font-size:				10pt;
		color:            #000000;
		background-color: #ffffff;
	}
.SelectMarkierung
	{
		font-weight:      bold;
		color:            #ffffff;
		background-color: #013476;
	}
.SelectUnderscore
	{
		color:            #ffffff;
	}

.TabelleRahmen
	{
		background-color: #013476;
		background-color: #ffffff;
	}
.TabelleSelect
	{
		background-color: #FFFFFF;
	}
.TabelleButton
	{
		background-color: #FFFFFF;
	}
.TabelleBuchstaben
	{
		font-size:        8pt;
		font-weight:      bold;
		background-color: #FFFFFF;
	}
.AktuellerBuchstabe
	{
		color:            #FFFFFF;
		background-color: #013476;
	}
.Trennlinie
	{
		background-color: #013476;
	}

.Logo
	{
		font-size:        8pt;
	}
.Spruch
	{
		font-size:        12pt;
		font-weight:      bold;
	}
//-->

