/*generelle typografier for dokumenter*/ BODY { background-position: top left; background-attachment: fixed; background-repeat: no-repeat;} body.venstre{ background-color:#FFFFFF;} body.toppen{ background-color:#999999;} /*default-skrifttype*/ BODY, TD, .tabeltitel, .kolonnetitel {font-family: Arial; font-size: 14px; color: #222222} /*rubrikker*/ .rubrik {margin-bottom: 4px; margin-top: 6px; font-weight: bold; font-size: 18px;color: #555555} .underrubrik {margin-bottom: 0; margin-top: 2px; font-weight: 800; font-size: 15px} .mellemrubrik {margin-bottom: 2px; margin-top: 4px; font-weight: bold;} /*tekst*/ .broed {margin-bottom: 2px; margin-top: 0;} .manchet {margin-bottom: 0; margin-top: 0; font-weight: normal; font-size: 12px} .note {margin-bottom: 0; margin-top: 0; font-size: 10px; font-style: italic} .eksempel {margin-bottom: 2px; margin-top: 0; color: navy} /*menuer*/ .hovedmenupunkt {margin-bottom: 2px; margin-top: 0; font-weight: bold;font-size: 11pt} .undermenupunkt {margin-bottom: 2px; margin-top: 0; font-weight: bold;} /*links*/ A:link {color: navy;} A:active {color: red;} A:visited {color: navy;} A:hover {color: blue;} /*Tabeller - generelt */ /*Giver problem med "view-menutræer" fx saesonenskurser i kurser.nsf TD {padding: 0px 12px;vertical-align: top}*/ /*Tabel til datapræsentation*/ /*Der skelnes mellem flere tabeller, bl.a. TABEL.formular, som bruges til at ordne felterne i en udfyldningsformular ved oprettelse af et dokument og TABEL.datatabel, som bruges til at præsentere data*/ /* padding-rækkefølge: top-højre-bund-venstre*/ TABLE.datatabel {} TD.tabeltitel {background-color: #009999; font-weight: bold; color: white;} TD.kolonnetitel {background-color: #669966; font-weight: bold; color: white;} TD.data {background-color:#6699CC;padding: 2px 6px 0px 6px} /*bund= 0px aht. Netscape*/