Also wirklich, alles muss man hier alleine machen. Aber hier nun die Lösung zum zweiten Problem ohne den Quelltext zu ändern:
CSS-Code:
#qmdocHeader {
border: solid thin;
width: 100%;
height: 80px;
}
#qdocTitle {
text-align: center;
font-size: large;
float: right;
width: 250px;
margin: 20px 130px 0px 50px;
}
#qdocId {
float: left;
margin-top: 22px;
font-weight: bold;
padding-left: 20px;
}
#qdocMand {
clear: right;
text-align: right;
margin-top: -40px;
padding-right: 20px;
font-size: smaller;
font-style: italic;
}
und schon steht es so, wie es soll!