



#inhalt_1 {
        position: absolute;
        margin-top: 10px;
        margin-left: 80px;
        margin-right: 140px;
        text-align: center;
       
}
#inhalt_1 h1 {
    
    margin-left: 25px;
    margin-right: 150px;
    font-size: 25px;
    text-align: center;
    font-family: serif ;
    font-style: italic;
    font-weight: bolder;
    color: black;

}
#inhalt_1 h2 {
    width: 1000px;
	color: blue;
    
    font-size: 40px;
    text-align: center;
    font-family: serif ;
    font-style: italic;
    font-weight: bolder;
    color: black;
    text-shadow: blue 1px 1px 1px;
}

#inhalt_1 h3 {
    font-size: 40px;
    text-align: center;
    font-family: serif ;
    font-style: italic;
    font-weight: bolder;
    color: black;
    
}

#inhalt_1 h4 {
    font-size: 25px;
    text-align: center;
    font-family: serif ;
    font-style: italic;
    font-weight: bolder;
    color: black;
    padding: 10px;
    text-shadow: blue 1px 1px 1px;
}


#logo {
    position: absolute;
    margin-left: 250px;
    
    margin-top: 200px;
}

#tabelle_1 {
    position: absolute;
    margin-top: 9em;
    margin-left: 5em;
    
}

#tabelle_1 h3 {
font-size: 30px;
    text-align: center;
    font-family: serif ;
    font-style: italic;
    font-weight: bolder;
    color: black;
    padding: 15px;
    
}






