/* Podstawowy wyglad czcionek na stronie*/ LI { list-style-type: circle; font-size: 11px; } html, a, div, span, table, input, select, form, body, p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none; } input, select { font-size: 11px; color: #444444; text-decoration: none; } body { background:#000000 url(../images/body_bg.gif) repeat; font-size: 11x; } footer { text-align: center; padding-top: 10px; } a { cursor: pointer; } /* Kolor aktywnego odnosnika */ a:hover, a:active { color: #FF0000; } /* Tytul komponentu */ *.component_topic { font-size: 13px; line-height: 16px; font-weight: bold; color: #FFFFFF; text-align: left; letter-spacing:1px; padding-left: 10px; padding-top: 0px; } /* Wyglad tla menu full */ td.td_menu_class1, td.td_menu_class2, td.td_menu_class3 { background: transparent; // line-height: 13px; color: #0000FF; } /* Wyglad odnosnikow menu full */ a.menu_class1, a.menu_class2 { line-height: 13px; } /* Wyglad Newsów*/ *.news_topic { font-size: 11px; text-align: left; // line-height: 12px; font-weight: bold; color: #AAC1DF; } a.news_topic:hover, a.news_topic:active { text-decoration: none; } *.news_description { font-size: 11px; text-align: left; color: #AEAEAE; // line-height: 11px; } *.news_txt { font-size: 11px; // line-height: 12px; text-align: justify; } /* *.topic{ font-size: 14px; color: #FF0000; // line-height: 17px; text-align: center; padding-top: 10px; padding-bottom: 10px; } *.menu_topic { font-size: 11px; // line-height: 19px; color: black; background-color: #FFFFFF; font-weight: bold; } *.red { color: #FF0000; } *.loginform { font-family: CSS_FONT_FAMILY; font-size: 11px; color: #666666; background-color: #F5F5F5; font-weight: bold; border: thin #666666; } *.login_txt { font-family: CSS_FONT_FAMILY; font-size: 9px; color: #666666; } .login { font-family: CSS_FONT_FAMILY; font-size: 9px; color: #666666; background-color: #F5F5F5; font-weight: bold; border: thin #666666; } */ .fn-ss { font-family: Tahoma, Arial, "Liberation Sans", Helvetica, "Dejavu Sans Serif", sans-serif; } .fn-sf { font-family: Georgia, "Linux Libertine O", "Linux Libertine", "Times New Roman", Times, serif; } .fn-nor {font-weight: normal} .underline {text-decoration: underline;} .fn-bold {font-weight: bolder;} .lh-small { line-height: 8pt; } .small, small { font-size: 8pt; } .big, big { font-size: 1.1em; } .l { text-align: left; } .r { text-align: right; } .j { text-align: justify; } .c { text-align: center; } .fl { float: left; } .fr { float: right; } .dn { display: none; } .in { display: inline; } .bl { display: block; } .oh { overflow: hidden; } .oa { overflow: auto; } .vh { visibility: hidden; } .vv { visibility: visible; } .abs { position: absolute; } .rel { position: relative; } .va-m { vertical-align: middle; } .va-t { vertical-align: top; }