#box {
width:100%;
background: white;
padding:5px 5px 5px 5px;
}

#Überschrift {
width:100%;
font-size:90%;
font-weight:bold;
color:black;
background: beige;
padding:5px;
border-bottom:1px black thin;
}

#Inhalt {
width:70%;
font-size:80%;
color:black;
background: white;
padding:5px;
}

#Bildbox {
max-width:25%;
padding: 5px;
background: white;
}

#Bild {
max-width:100%;
max-height:300px;
}

#Bildnur {
max-width:100%;
max-height:400px;
background: white;
}

#Untertitel {
margin-top:5px;
   font-size:60%;
color:black;
background: white;
}

