﻿


#artikelinhalt p{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    line-height:1.5;
}
#artikelinhalt ul {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

#ueberblick {
margin-left:10px;
margin-right:10px;
}

#ueberblick h2{
    margin-left:20px;
    margin-bottom:30px;
}

#zielgruppe li {
    font-weight:600;
    margin-bottom: 12px; /* Abstand zwischen den Punkten */
}




    #textundbild {
    display: flex;
    align-items: flex-start;
    gap: 30px; /* Abstand zwischen Bild und Text */
}

    #textundbild img {
        width: 300px; /* oder jede andere Breite */
        height: auto;
    }

    #textundbild ul {
        margin: 0;
        padding: 0;
        list-style: none; /* optional: Bullets entfernen */
    }

    #textundbild li {
        margin-bottom: 12px; /* Abstand zwischen den Punkten */
    }









#info-und-dateiabruf{
    position:relative;
    /*border:thin solid gray;*/
    height:500px;
    width:700px;
    margin-left:12px;
}
#info-und-dateiabruf h2{
    margin-bottom:7px;
}
#eingabeformular{
    position:absolute;
    top:80px;
    left:80px;
    width:200px;
}
#weiterer_hinweis{
    position:absolute;
    top:90px;
    left:300px;
    width:280px;
}
#weiterer_hinweis p{
    font-size:11px;
}




/*Überschreibung vom MASTER-Sheet*/

#zentrum{
    height:3000px;
}
#rechteseite{
    height:2750px;
}