	body {
		font-family : Arial, Helvetica, sans-serif;
		background-color : #cccccc;
		color:black;
	}

	a.submenuitem{
		font-family : Arial, Helvetica, sans-serif;
		font-weight : bold;
		font-size   : 9pt;
		text-decoration: none;
		padding : 4px;
		border: solid black 1px;
		background-color : #FFFFFE;
		color : black;
		border-collapse : separate;
		height : 23px;
		margin: 1px;
	}

	a:hover.submenuitem{
		background-color : yellow;
		color : red;
	}

	.submenuselected{
		font-family : Arial, Helvetica, sans-serif;
		font-weight : bold;
		font-size   : 9pt;
		padding : 4px;
		/* margin-bottom: 12px; */ /* effekt: knopf hüpft hoch / button jumps up */
		border: solid black 1px;
		background-color : #0082FF;
		color : white;
		height : 35px; /* Effekt: knopf wächst / button grows up */
	}

	a.bigmenuitem{
		font-family : "Courier New", Courier, monospace;
		font-weight : bold;
		font-size : 14pt;
		text-align : center;
		text-decoration: none;
		padding : 4px;
		border: solid black 1px;
		background-color : #FFFFFE;
		color : black;
		height : 23px;
		/* width :140px; */
		margin-top: 5px;
		margin-bottom: 5px;
		white-space : nowrap;
	}

	a:hover.bigmenuitem{
		background-color : #0082FF;
		text-decoration : none;
		color : white;
		margin-right : -12px;
		white-space : nowrap;
	}

	.bigmenuselected{
		font-family: "Courier New", Courier, monospace;
		font-weight: bold;
		font-size: 14pt;
		text-align: center;
		padding: 4px;
		border: 3px solid #00008B;
		background-color: #F0FFFF;
		color: black;
		height: 23px; /* width :140px; */
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: -12px;
		white-space: nowrap;
	}
	
	.big{
		background-color: transparent ;
		color: white;
		font-size: 5mm;

		text-decoration:none;
	}	

