/* proCMS standard stylesheet for content elements */ /* font elements */ body, div, td, span, form, p { font-family : Arial; font-size : 12px; line-height : 16px; color : #005D86; } h1, h2 { font-family : Arial; } h1 { font-size : 20px; color : #005D86; font-weight : bold; line-height : 25px; } h2 { font-size : 15px; color : #005D86; font-weight : bold; line-height : 18px; } /* link elements */ a { color : #005D86; text-decoration : none; border-bottom : 1px solid #005D86; } a:hover { border-bottom : 1px solid #005D86; } /* links witout formatting */ a.no_line { text-decoration : none; border : 0px; } /* horizontal rule */ hr { line-height : auto; color : #005D86; height : 1px; width : 100%; } /* Button */ .knap_blaa { color : #FFFFFF; background-color:#007AA5; font-weight : bold; padding-left : 5px; padding-right : 5px; padding-top : 2px; padding-bottom : 2px; border-width : 1px; cursor : hand; cursor : pointer; }