/* -- C S S -- */ /* this style sheet defines the basic style for all GØL's pages */ /* Copyright © 2002 AM Production MultiMedia, Arild Garde */ /* -- Body -- */ body { font: normal 11px Verdana, Arial, Geneva, Helvetica, sans-serif; color: black } h1 { font: bold 30px Times New Roman, serif; color: #0A6531} h2 { font: bold 15px; color: #0A6531} h3 { font: bold 12px; color: #0A6531} B, strong { font-weight: bold } /* -- Links -- */ A { color: black } A:hover { color: #FF0000 } a.outerlink { color: #bbbbbb; text-decoration: none } a:hover.outerlink { color: #ff3333 } a.menulink { font: bold 16px Times New Roman, serif; color: #ffffff; text-decoration: none } a:hover.menulink { color: #ff3333 } a.submenulink { font: bold 13px Times New Roman, serif; color: #ffffff; text-decoration: none; letter-spacing: 1px } a:hover.submenulink { color: #ff3333 } a.xtralink { color: #444444; text-decoration: none } /* -- Diverse -- */ td { font-size: 11px } .address { line-height: 20px; color: #cccccc; font-size: 11px } .afsender { color: #777777 } .menucell { padding-top: 8px; padding-right: 7px; background-color: black; border-bottom: solid 1px #666666 } .submenucell { padding-top: 4px; padding-right: 7px; background-color: #444444; border-bottom: solid 1px #666666 } .serv { font: 11px Verdana, Arial, Helvetica, sans-serif; color: white } .boxheader { font: bold 16px Times New Roman, serif; color: #0A6531 } .box { font-size: 11px } .boxtxtspacer { margin: 2px } .button { margin-left: 4px; border: outset 1px limegreen; background-color: #0A6531; font: bold 11px Verdana, Tahoma, Arial, Helvetica, Sans-Serif; color: white;} .hideme { display: none } /* Print */ @media print { body, .box, TD { font: 13pt Times New Roman, serif; background-color: white } .corner, .logo, .menutable, .printcell { display: none } .boxheader, H3 { font: bold 16pt Times New Roman, serif; color: #0A6531 } H1 { font: bold 30pt Times New Roman, serif; color: #0A6531 } .address, a.outerlink { font: 11pt Times New Roman, serif; color: #666666 } }