/* Lato Text ID "Schneco1" Text weiß */
#Schneco1 
{    font-family: 'Lato', sans-serif;
     font-size: 12px; /* Beispielgröße */
     color: #FFFFFF; /* Beispiel-Hex-Code */
     font-weight: 700; 
}

/* Lato Text ID "Schneco2" Text Schwarz Bold*/
#Schneco2 
{    font-family: 'Lato', sans-serif;
     font-size: 16px; /* Beispielgröße */
     color: #000000; /* Beispiel-Hex-Code */
     font-weight: 700;
}

/* Lato Text ID "Schneco3" Text Schwarz Normal*/
#Schneco3 
{    font-family: 'Lato', sans-serif;
     font-size: 16px; /* Beispielgröße */
     color: #000000; /* Beispiel-Hex-Code */
     font-weight: 400;
}

/* Caveat Text ID "Schneco11" Text Schwarz Grün Bold*/
#Schneco11 
{    font-family: 'Caveat', sans-serif;
     font-size: 16px; /* Beispielgröße */
     color: #84C326; /* Beispiel-Hex-Code */
     font-weight: 700;
}



/* Tabelle ID "Stab1" mit Rahmen, ändern löschen */

#Stab1 {
    margin-left: auto;
    margin-right: auto;
    
    width: 900px; 
    
    border: 1px solid black;
margin-top: 0px
padding: 14px;
text-align: center
    
}

/* Tabelle ID "Stab2" ohne Rahmen, Hintergrund Grau */


#Stab2 {
    margin-left: auto;
    margin-right: auto;
    
    width: 900px; 
background-color: #525252;
margin-top: 0px
padding: 12px;
    
    border: none;    
}

/* Tabelle ID "Stab3" ohne Rahmen, ohne Hintergrund */


#Stab3 {
    margin-left: auto;
    margin-right: auto;
    
    width: 900px; 
background-color: none;
margin-top: 0px
padding: 12px;

    border: none;    
}
