body {
    margin-left: 100px;
    margin-top: 80px;
}

.box {
    width: 980px;
    height: 700px;
    background-image: linear-gradient(to right, rgb(6,6,6), rgb(230,205,0));
    position: relative;
    z-index: -2;
}

/*Hier beginnen die Menu.*/
#menu {
    margin-left: 20px;
    margin-top: -670px;
    background-color: #E8E54C;
    width: 940px;
    height: 40px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

li {
    float: left;
    list-style-type: none;
    padding-left: 20px;
    margin-right: 60px;
    margin-top: 10px;
}

/*Hier beginnen die letzten Endes 4 Rechtecke.*/
#outer {
    padding-left: 20px;
    padding-top: 100;
}

.kastl {
    width: 450px;
    height: 270px;
    font-size: 1.25em;
    text-align: center;
    display: table;
}

#kastllila {
    background-color: #420A39;
    color: white;
}    

#kastlblau {
    background-color: #19a0c0;
    margin-left: 490px;
    margin-top: -270px;
    margin-bottom: 60px;
}

#kastlgrun {
    background-color: #5EFF3F;
    color: white;
    margin-top: -20px;
}

#kastlrot {
    background-color: #DF0B17;
    margin-left: 490px;
    margin-top: -270px;
    margin-bottom: 10px;
}

.mittig {
    display: table-cell;
    vertical-align: middle;
    padding: 5%;
}

.kastlgrau {
    width: 940px;
    height: 1130px;
    background-color: rgb(228,228,228);
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.5em;
    column-count: 2;
    gap: 2em;
    font-family: Arial, Helvetica, sans-serif;
    hyphens: auto; 
	text-align: justify; 
}
