body {
    margin: 0px;
    padding: 0px;
    /* background-color: red; */
    padding-top: 20px;
}



#inhalt {
    margin: 0px auto;
    /* background-color: yellow; */
    width: 1000px;
}
p {
    text-align: center;
}
h2 {
    text-align: center;
    font-size: 16px;
}

h1 {
    text-align: center;
    padding-top: 30px;
    font-family: Arial ;
    font-size: 35px;
}

img {
    display: block;
    position: relative;
    width: 400px;
    height: 200px;
    left: 200px;
    top: 50px;
}

#box1 {
    font-family:  Times;
    font-size: 20px;
    display: block;
    position: relative;
    left: 610px;
    top: -160px;
}

#box2 ul {
    list-style-type: circle;    
}


#box2 {

    font-family:  Times;
    font-size: 20px;
    display: block;
    position: relative;
    left: 670px;
    top: -160px;
}
#kontakt {
    margin-top: -100px;
}
#kontakt1 {
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
}

#kontakt2 {
    margin-top: -20px;
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
}