body {
 background: white;
 color: black;
 font-family: georgia, serif;
 font-size: 11pt; 
}
#top_left {
 background: white;
}
#logo a {
 text-decoration: none; /* Hier lassen wir den Unterstrich weg. */
}
#top_left,#top_right,#topmenu,#left,#nav,#footer {
 display: none;
}
#main a:link:after, #main a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 11pt; 
}
#main a[href^="/"]:after { /* Der Mozilla/Firefox zeigen, im Gegensatz zum Opera, die Domain nicht von selbst an. Hier müssen wir mittels CSS3, welches er schon zum Teil versteht, nachhelfen. */
 content: " (http://www.example.tld" attr(href) ") ";
}
#main a[href^="#top"] { 
 display: none;
}
h1 {
 font-size: 14pt; 
 text-align:left;
}
h2 {
 font-size: 12pt;
 text-align:left;
}
h3, strong {
 font-size: 12pt;
}
h1.web, h1.wort, h1.musik, h1.bild_bright {
 border-bottom: 1px dashed #033;
 margin: 0 0 15px 0;
}
