#inhalt-osb {
	width: 1250px;
   height: auto;
   margin-top: 0px;
   margin-left: -625px;
   top: 120px;
   left: 50%;
   position: absolute;
   background-color: red;
	
}

#bild {
    position: absolute;
    top: 25px;
    left: 20px;
    
}
#bild2 {
    position: absolute;
    top: 550px;
    left: 20px;
    margin-bottom:100px;
    
}
#text-box {
    position: absolute;
    top: 550px;
    left: 630px;
    width: 550px;
    height: 280px;

   
}
#text-box h1 {
    font-family:font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    color: black;
    font-size: 16px;
    padding: 10px;
	text-align:justify;
    font-weight:bold;
}
#text-box p {
    font-family:font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
    color:  black;
	font-size: 16px;
    padding: 0px 10px;
	text-align:left;
    line-height: 1.5;
}