34 lines
1.2 KiB
CSS
34 lines
1.2 KiB
CSS
/* letzte Änderung: 5. Jan. 2003 */
|
|
|
|
body { background-color:#FFFFFF; font-family: Helvetica, Arial, sans-serif; }
|
|
|
|
#top-bar { display: none; }
|
|
.logo { display: none; }
|
|
.top-bar-left { display: none; }
|
|
#top-bar-right { display: none; }
|
|
|
|
#service { display: none; }
|
|
|
|
#path { display: none; }
|
|
|
|
#menu { display: none; }
|
|
|
|
#content { color:#000000; line-height: 120%; }
|
|
#content a { color:#0000FF; text-decoration: underline; }
|
|
#content h1 { font-size: 160%; line-height: 100%; }
|
|
#content h2 { font-size: 130%; line-height: 80%; }
|
|
#content h3 { font-size: 110%; line-height: 80%; }
|
|
#content h4 { font-size: 100%; line-height: 80%; }
|
|
#content h5 { font-size: 80%; line-height: 80%; }
|
|
#content h6 { font-size: 60%; line-height: 80%; }
|
|
#content img { margin: 5px; border: 0px; }
|
|
|
|
#signature { font-size: 75%; margin-top: 10px; }
|
|
#signature a { color:#0000FF; text-decoration: underline; }
|
|
|
|
/* Barrierefreiheit */
|
|
#menu-skip { display: none; }
|
|
#search-label { display: none; }
|
|
|
|
/* Netscape 4.x */
|
|
#ns4print { display: none } |