home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / tema / pjsoft / css / main.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-04-03  |  2.6 KB  |  141 lines

  1. * {
  2.     padding: 0;
  3.     margin: 0;
  4.     border: 0;
  5.     font-family: "Arial CE", "Helvetica CE", "Arial", "Helvetica", "sans-serif";
  6.     font-size: 11px;
  7. }
  8. body {
  9.     width: 100%;
  10.     background-image: url("../img/nov_bg.gif");
  11.     background-repeat: repeat-y;
  12.     background-color: #dceeff;
  13. }
  14. #myBody {
  15.     height: 549px;
  16.     position: relative;
  17.     background-color: #dceeff;
  18. }
  19. #headerBar { width: 100%; height: 102px; background-image: url("../img/m_bg.gif"); position: relative;}
  20.   #img-logo {    position: absolute;    top:0; left: 0; z-index: 2;}
  21.   #img-space { position: absolute; top:0; left: 150px; z-index: 2;}
  22.   #img-label { position: absolute; top:0; left: 487px; z-index: 2;}
  23.   #img-row { position: absolute; top:74px; left: 0px;}
  24.   #img-contact { position: absolute; right: 10%;}
  25.   #img-lang { position: absolute; top:0px; right: 20px;}
  26.  
  27. /* {{{ DISBALED HEADLINE
  28. #headerBar h1 {
  29.     position: absolute;
  30.     bottom: 2px;
  31.     left: 600px;
  32.     font-size: 25px;
  33.     color: #cdcacd;
  34.     font-weight: bold;
  35. }
  36. #headerBar #spanH1 {
  37.     position: absolute;
  38.     padding: 0; margin: 0; border: 0;
  39.     bottom: 1px;
  40.     left: 601px;
  41.     font-size: 25px;
  42.     color: #4d4a4d;
  43.     font-weight: bold;
  44. }
  45. }}} */
  46.  
  47. /* {{{ MENU */
  48. #menu {
  49.     position: absolute;
  50.     top: 82px;
  51.     left: 0;
  52.     height: 20px;
  53.     width: 550px;
  54.     padding: 0; margin: 0; border: 0;
  55.     background-image: url("../img/m_menu_bg.gif");
  56.     overflow: hidden;
  57.     z-index: 1;
  58. }
  59. #menu img {
  60.     position: relative;
  61.     top: -1px;
  62.     margin: 0; border: 0; padding: 0;
  63. }
  64. /* }}} MENU */
  65.  
  66. /* PATH {{{ */
  67. #path {
  68.     padding-left: 5px;
  69.     color: white;
  70.     font-weight: bold;
  71.     background-image: url("../img/path_bg.gif");
  72.     background-repeat: repeat-x;
  73.     height: 19px;
  74.     overflow: hidden;
  75. }
  76. #path * {
  77.     position: relative;
  78.     top: 2px;
  79. }
  80. #path a, #path a:visited, #path a:link {
  81.     color: white;
  82.     text-decoration: none;
  83. }
  84. #path a:hover {
  85.     color: white;
  86.     text-decoration: underline;
  87. }
  88. /* }}} PATH */
  89.  
  90. /* {{{ HOT NEWS */
  91. #hotNewsWrapper {
  92.     width: 133px;
  93.     height: 100%;
  94.     position: absolute;
  95.     top: 0px;
  96.     left: 0px;
  97.     z-index:2;
  98.     background-image: url("../img/nov_bg.gif");
  99. }
  100. #hotNews {
  101.     text-align: center;
  102.     padding: 7px;
  103.     margin: 0;
  104.     z-index:2;
  105.     color: #000052;
  106.     font-weight: bold;
  107. }
  108. /* }}} HOT NEWS */
  109.  
  110. #minWidth {
  111.     width: 870px;
  112. }
  113.  
  114. #main {
  115.     position: relative;
  116.     width: 100%;
  117.     /* height: 428px; /* 549px - 121px */
  118.     background-repeat: no-repeat;
  119.     background-position: bottom right;
  120.     background-image: url("../img/motiv.jpg");
  121. }
  122. #contentWrapper {
  123.     width: 100%;
  124.     height: 100%;
  125. }
  126. #content {
  127.     color: #07337c;
  128.     padding-top: 20px;
  129.     margin-left: 133px;
  130. }
  131. #bottomBar {
  132.     text-align: left;
  133.     position: absolute;
  134.     left: 0;
  135.     height: 24px;
  136.     width: 100%;
  137.     overflow: hidden;
  138.     background-image: url("../img/b_b.gif");
  139.     z-index: 3;
  140. }    
  141.