/* Montserrat Text ID "sim1" Text weiß */
#sim1 
{    font-family: 'Montserrat', sans-serif;
     font-size: 12px; /* Beispielgröße */
     color: #FFFFFF; /* Beispiel-Hex-Code */
     font-weight: 700; 
}

/* Montserrat Text ID "sim2" Text Weiß Fett Bold*/
#sim2 
{    font-family: 'Montserrat', sans-serif;
     font-size: 16px; /* Beispielgröße */
     color: #FFFFFF; /* Beispiel-Hex-Code */
     font-weight: 700;
}

/* Montserrat Text ID "sim3" Text Artikelbeschreibung Weiß Normal*/
#sim3 
{    font-family: 'Montserrat', sans-serif;
     font-size: 12px; /* Beispielgröße */
     color: #FFFFFF; /* Beispiel-Hex-Code */
     font-weight: 400;
}

/* Montserrat Text ID "sim11" Text Gold ehem Caveat Fett Bold*/
#sim11 
{    font-family: 'Montserrat', sans-serif;
     font-size: 16px; /* Beispielgröße */
     color: #BEA97C; /* Beispiel-Hex-Code */
     font-weight: 700;
}



/* Tabelle ID "Stab1" ohne Rahmen aber Dunkel Grau */

#Stab1 {
    margin-left: auto;
    margin-right: auto;
    
    width: 900px; 
background-color: #1D1D1D;
margin-top: 0px
padding: 12px;
    
    border: none;    
}


/* Tabelle ID "Stab2" ohne Rahmen, Hintergrund Schwarz */


#Stab2 {
    margin-left: auto;
    margin-right: auto;
    
    width: 900px; 
background-color: #000000;
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;    
}
