/*ul */

body {background-color: white;
         color: black;
         }
         

.box {position: static;  
        width: auto;
        height: auto;
        margin: 30px;
        padding: 20px;
        border: none;
        font-size: x-large;
        text-align: right;
        font-family: "courier new",courier,monospace;
        } /* border-bottom: 2px solid black; */

.box2 {position: static;  
          width: 55%;
          height: auto;
          margin: 60px;
          padding: 30px;
          border: 2px solid gray;
          background-color: #DADADA;
          font-size: medium;
          text-align: left;
          font-family: "courier new",courier,monospace;
          } /* border-bottom: 2px solid black; */



.center {text-align: center;} /*zentriert*/



.floatright {float: right;
	 margin: 30px;
	 clear: right;} /* Fluss rechts */



                             
