/*...Bereich main-navigation...*/ div#main_navi{ display:none; } /*...Bereich modul-navigation...*/ div#modul_navi{ display:none; } /*...Bereich logo...*/ div#logo{ display:none; } /*...Bereiche Überschriftenvergrößern...*/ div#seiten_titel_gross{ font-size: 1.5em; font-weight: normal; color: #441100; background: #fefeff; padding-left: 0.75em; border: 1px solid #c4c4c4; border-width: 1px 0; margin: 1em 0 1em; } /*...Bereiche Überschriftenvergrößern...*/ div#seiten_titel{ font-size: 1.5em; font-weight: normal; color: #441100; background: #fefeff; padding-left: 0.75em; border: 1px solid #c4c4c4; border-width: 1px 0; margin: 1em 0 1em; } * { font-family:"times new roman",times,serif; } /*...linkadressen sichtbar machen...*/ a[href]:after { content:" <"attr(href)">"; color:#888; background-color:inherit; font-style:italic; size:80%; }