style.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. body {
  2. background-color: #ffffff;
  3. font-size: 11pt;
  4. font-family: Arial;
  5. }
  6. body {
  7. margin: 20px 20px 0px 20px;
  8. background-image: url("../img/flammen.jpg");
  9. background-repeat: repeat-x;
  10. }
  11. p {
  12. font-family: Arial;
  13. font-size: 11pt;
  14. color: #000000;
  15. }
  16. #sitec {
  17. float: left;
  18. border: 0px;
  19. margin-right: 70px;
  20. }
  21. #banner {
  22. color: #000000;
  23. font-size: 12pt;
  24. font-style: italic;
  25. margin: 8px 0px 0px 0px;
  26. float: left;
  27. }
  28. #rahmen {
  29. text-align: left;
  30. border: 2px solid #16047b;
  31. width: 850px;
  32. overflow: auto;
  33. background-color: #b7c4cd;
  34. background-image: url("../img/contentbg.jpg");
  35. background-repeat: repeat-x;
  36. opacity:0.95;
  37. filter:alpha(opacity=95);
  38. position: inherit;
  39. }
  40. a, a:hover, a:visited, a:link {
  41. color: #16047b;
  42. text-decoration: none;
  43. }
  44. a:hover {
  45. text-decoration: underline;
  46. }
  47. #navi {
  48. margin-top: -5px;
  49. width: 100%;
  50. height: 50px;
  51. border: 0px;
  52. background-image: url("../img/navi.jpg");
  53. background-repeat: repeat-x;
  54. clear: both;
  55. background-color: #dddddd;
  56. }
  57. #navi table {
  58. margin: 0px 0px 0px 30px;
  59. }
  60. #navi td {
  61. border: 0px;
  62. font-size: 11pt;
  63. font-weight: normal;
  64. color: #ffffff;
  65. padding: 4px 18px 4px 18px;
  66. }
  67. #navi td a:link, #navi td a:visited {
  68. color: #ffffff;
  69. }
  70. #navi td a:hover {
  71. color: #16047b;
  72. text-decoration: none;
  73. }
  74. #navi td.act {
  75. background-color: #dddddd;
  76. color: #16047b;
  77. }
  78. #navi td.act a {
  79. color: #16047b;
  80. }
  81. #navi2 {
  82. background-color: #dddddd;
  83. position: relative;
  84. top: -26px;
  85. left: -31px;
  86. width: 180px;
  87. float: left;
  88. border: 1px solid #666666;
  89. border-width: 0px 1px 1px 0px;
  90. font-size: 10pt;
  91. padding: 2px 0px 9px 5px;
  92. line-height: 1.3em;
  93. margin: 0px 0px -5px 0px;
  94. }
  95. #navi2 .menu2-no, #navi2 .menu2-act, #navi2 .menu2-cur {
  96. margin-left: 15px;
  97. font-size: 9pt;
  98. }
  99. #navi2 .menu2-act, #navi2 .menu1-act, #navi2 .menu2-cur, #navi2 .menu1-cur {
  100. color: #000000;
  101. }
  102. #navi2 .menu2-cur, #navi2 .menu1-cur {
  103. #text-decoration: none;
  104. }
  105. #platzhalter {
  106. width: 1px;
  107. height: 540px;
  108. position: relative;
  109. left: -2px;
  110. float: left;
  111. }
  112. #text {
  113. margin: 0px 30px 40px 30px;
  114. }
  115. #tuv {
  116. margin: 20px;
  117. }
  118. #tuv img {
  119. width: 80px;
  120. border: 0px;
  121. margin: 0px;
  122. }
  123. #bottom {
  124. position: relative;
  125. margin-top: 3px;
  126. #right: 5px;
  127. #bottom: 2px;
  128. font-size: 8pt;
  129. color: #16047b;
  130. }
  131. .indent {
  132. margin-left: 2em;
  133. }
  134. h1 {
  135. font-size: 12pt;
  136. }
  137. h2 {
  138. font-size: 11pt;
  139. }
  140. h3 {
  141. font-size: 10pt;
  142. }
  143. p.bodytext {
  144. text-align: justify;
  145. }
  146. p.align-right {
  147. text-align: right;
  148. }
  149. li {
  150. margin-left: 2em;
  151. }
  152. img {
  153. border: 1px solid #999999;
  154. }