body { font-family:  Arial, sans-serif; color:black;} 
h1 { color:white;} 
h2 { color:black;}
h3 { color:white;}
h4 { color:white; background-color:green}
h5 { color:white;}
h6 { color:green;}
h7 { color:black;}
table, th, td  {border: 0px solid black; border-spacing: 10px; text-align: center;}
  td         {padding: 8px; width: 100px;}
  th         {padding: 8px; width: 20px;}
a { text-decoration: none; } /* Unterstreichung entfernen */
a:link { color: #FFFFFF; }
a:visited { color: #FFFFFF; } 


.box {
 float: left;
 width: 31%;
 margin-right: 2%;
 padding: 20px;
 box-sizing: border-box;
}

.info-box {
	width: 70%;
  padding: 10px;
  opacity: 0,50;
        position: absolute;
        right: 40;
        top: 300;
        width: 400px;
}


.logo-box {
	width: 70%;
  padding: 10px;
  background: #eee;
  opacity: 0,65;
        position: absolute;
        right: 10;
        bottom: 10;
        width: 250px;
        height: 40px;
}



.imp-box {
	width: 70%;
  padding: 10px;
        position: absolute;
         right: 10px;
        bottom: 10px;
        width: 100px;
}
