Hallo!
div#header h2 {
font-size: 15px;
font-decoration: none;
margin: 0px;
padding: 0px;
}
Hab schon nen Fehler gefunden, hier berichtigt:
[code lang=css]
div#header h2 {
font-size: 15px;
text-decoration: none;
margin: 0px;
padding: 0px;
}
Mit freundlichen Grüßen,
Adrian