input.Element {	height:3em;
				width:3em;
                background-color: #fafafa; 
			/*font-size:1em;*/
	          }	
input.taste   {
 				height:1.7em;
				width:5em;
	            font-size:1.5em;
                background-color: #cacafd; 
				margin: 0px 10px 0px 2px; /* oben, rechts, unten und links */
              }
	
button  {
			height:1.7em;
			width:5em;
            font-size:1.5em;
            background-color: #cacafd; 
         }
fbu {
	 	/*Fake-Button*/
	    background-color: #cacafd;
		border-width: 1px;
		border-style: solid;
		border-color: black;
		width:20em;
	    padding: 1px 8px 1px 8px;
	}


input.taste:hover {/* hover NOK: click press onclick         Cursor*/
					background-color: #b9b9eb;
					cursor:pointer   ;
				  } 

table.extern {
                width: 50em; /*width: 30%;*/
	  		 }

h1  {
		cursor:help   ;
	}

body {background-color: #ececfd;}
