.button {
   /*  background-color: #4CAF50; /* Green */
   /*   border: none; 
    color: white; */
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
	width: 200px;
}
/*  
			<!-- <button type="button" onclick="alert('Hello world!')">zur grafische oberfläche Seite wechseln</button>  -->
            <!-- <button>zur grafische oberfläche Seite wechseln</button>  -->
			<!-- <button class="button">zur grafische oberfläche Seite wechseln</button>   -->			
			<!-- <a href="produktegrafik.html" class="button">zur grafische oberfläche Seite wechseln</a>  -->
			<!-- <input type="button" class="button" value="zur grafische oberfläche Seite wechseln">  -->
			<!-- <a href="produktegrafik.html"><button class="button">zur grafische oberfläche Seite wechseln</button></a>  -->
*/			