Advertisement
Guest User

Untitled

a guest
Nov 21st, 2011
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.86 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body {
  4. background-image: url('../pics/hsq_bg.jpg');
  5. background-repeat: no-repeat;
  6. margin: auto;
  7. position: static;
  8. background-color: #111111;
  9.  
  10. }
  11. body,td,th {
  12. font-family: Arial, Verdana, sans-serif;
  13. color: #000000;
  14. }
  15. a:link {
  16. text-decoration: none;
  17. color: #000000;
  18. }
  19. a:visited {
  20. text-decoration: none;
  21. color: #000000;
  22. }
  23. a:hover {
  24. text-decoration: none;
  25. color: #666666;
  26. }
  27. a:active {
  28. text-decoration: none;
  29. color: #000000;
  30. }
  31.  
  32. #main
  33. {
  34. width: auto;
  35. margin-top: 25px;
  36. height: auto;
  37. text-align: center;
  38. }
  39.  
  40. #center
  41. {
  42. width:1100px;
  43. height: auto;
  44. margin: auto;
  45. text-align: center;
  46. }
  47.  
  48. #logo
  49. {
  50. text-align: left;
  51. position: relativ;
  52. z-index: 20;
  53. float: left;
  54. width:550px;
  55. height:200px;
  56. background-image:url('../pics/hsq_logo.png');
  57. }
  58.  
  59. #top_pic
  60. {
  61. float: right;
  62. position: absolute;
  63. z-index: -10;
  64. width: 700px;
  65. height: 200px;
  66. margin-left: 300px;
  67. background-image:url('../pics/top_pic.png');
  68. }
  69.  
  70. #container
  71. {
  72. position: absolute;
  73. margin-top: 50px;
  74. border:2px #000000 solid;
  75. display: block;
  76. width:1000px;
  77. height:auto;
  78. background-color: #f3f3f3;
  79. }
  80.  
  81. #menubar
  82. {
  83. display: inline-table;
  84. width: 1040px;
  85. height: 58px;
  86. text-align: right;
  87. }
  88.  
  89. #low_menubar
  90. {
  91. display: block;
  92. background-color: #ff0000;
  93. width: 1100px;
  94. height: 50px;
  95. text-align: right;
  96. }
  97.  
  98. #content
  99. {
  100. display: inline-block;
  101. background-color:#f3f3f3;
  102. border:2px #000000 solid;
  103. text-align:justify;
  104. width:850px;
  105. height:auto;
  106. margin-top:50px;
  107. margin-bottom:50px;
  108. margin-left:50px;
  109. margin-right:50px;
  110. font-weight:700;
  111. }
  112.  
  113. #footer
  114. {
  115. display: block;
  116. margin-left:50px;
  117. margin-right:50px;
  118. text-align:left;
  119. background-color: #f3f3f3;
  120. border:2px #000000 solid;
  121. width:850px;
  122. height:100px;
  123. }
  124.  
  125. #linkbarleft
  126. {
  127. float:left;
  128. background-image:url('');
  129. background-color: #f3f3f3;
  130. width:150px;
  131. height:auto;
  132. margin-right:25px;
  133. }
  134.  
  135. #mbr1
  136. {
  137. width:140px;
  138. height:58px;
  139. background-image:url('../pics/menubar_r1.png');
  140. background-repeat:no-repeat;
  141. }
  142. /* Schriftzuge für Menubar */
  143.  
  144. #home
  145. {
  146. width:225px;
  147. height:58px;
  148. background-image:url('../pics/home_i.png');
  149. background-repeat:no-repeat;
  150. }
  151.  
  152. #home ul
  153. {
  154. margin: 0;
  155. padding: 0;
  156. list-style-type: none;
  157. }
  158.  
  159. #navi a
  160. {
  161. display: block;
  162. }
  163.  
  164. #home a:hover
  165. {
  166. width:225px;
  167. height:58px;
  168. background-image:url('../pics/home_h.png');
  169. background-repeat:no-repeat;
  170. }
  171.  
  172. #home #aktuell a
  173. {
  174. width:225px;
  175. height:58px;
  176. background-image:url('../pics/home_a.png');
  177. background-repeat:no-repeat;
  178. }
  179.  
  180. #home a:active
  181. {
  182. width:225px;
  183. height:58px;
  184. background-image:url('../pics/home_a.png');
  185. background-repeat:no-repeat;
  186. }
  187.  
  188. #home a:visited
  189. {
  190. width:225px;
  191. height:58px;
  192. background-image:url('../pics/home_a.png');
  193. background-repeat:no-repeat;
  194. }
  195.  
  196.  
  197.  
  198. #team
  199. {
  200. width:225px;
  201. height:58px;
  202. background-image:url('../pics/team_i.png');
  203. background-repeat:no-repeat;
  204. }
  205.  
  206. #team:hover
  207. {
  208. width:225px;
  209. height:58px;
  210. background-image:url('../pics/team_h.png');
  211. background-repeat:no-repeat;
  212. }
  213.  
  214. #team:active
  215. {
  216. width:225px;
  217. height:58px;
  218. background-image:url('../pics/team_a.png');
  219. background-repeat:no-repeat;
  220. }
  221.  
  222. #team:visited
  223. {
  224. width:225px;
  225. height:58px;
  226. background-image:url('../pics/team_a.png');
  227. background-repeat:no-repeat;
  228. }
  229.  
  230.  
  231.  
  232. #media
  233. {
  234. width:225px;
  235. height:58px;
  236. background-image:url('../pics/media_i.png');
  237. background-repeat:no-repeat;
  238. }
  239.  
  240. #media:hover
  241. {
  242. width:225px;
  243. height:58px;
  244. background-image:url('../pics/media_h.png');
  245. background-repeat:no-repeat;
  246. }
  247.  
  248. #media:active
  249. {
  250. width:225px;
  251. height:58px;
  252. background-image:url('../pics/media_a.png');
  253. background-repeat:no-repeat;
  254. }
  255.  
  256. #media:visited
  257. {
  258. width:225px;
  259. height:58px;
  260. background-image:url('../pics/media_a.png');
  261. background-repeat:no-repeat;
  262. }
  263.  
  264.  
  265.  
  266. #info
  267. {
  268. width:225px;
  269. height:58px;
  270. background-image:url('../pics/info_i.png');
  271. background-repeat:no-repeat;
  272. }
  273.  
  274. #info:hover
  275. {
  276. width:225px;
  277. height:58px;
  278. background-image:url('../pics/info_h.png');
  279. background-repeat:no-repeat;
  280. }
  281.  
  282. #info:active
  283. {
  284. width:225px;
  285. height:58px;
  286. background-image:url('../pics/info_a.png');
  287. background-repeat:no-repeat;
  288. }
  289.  
  290. #info:visited
  291. {
  292. width:225px;
  293. height:58px;
  294. background-image:url('../pics/info_a.png');
  295. background-repeat:no-repeat;
  296. }
  297.  
  298. /* Impressum */
  299.  
  300. .impressum
  301. {
  302. font-family:"Arial";
  303. font-size:10px;
  304. color:#ff0000;
  305. }
  306.  
  307. .impressum:hover
  308. {
  309.  
  310. font-family:"Arial";
  311. font-size:10px;
  312. color:#ff0000;
  313. }
  314.  
  315. .impressum:active
  316. {
  317.  
  318. font-family:"Arial";
  319. font-size:10px;
  320. color:#ff0000;
  321. }
  322.  
  323.  
  324.  
  325.  
  326.  
  327. /* MENUUUU */
  328.  
  329.  
  330. #wrapper
  331. {
  332. width: 100%;
  333. position: absolute;
  334. height: auto;
  335. top:200px;
  336. margin: auto;
  337. }
  338.  
  339. #dropline
  340. {
  341. padding:0 0 0 150px;
  342. margin:0 0 0 0;
  343. list-style:none;
  344. width:1100px;
  345. height:60px;
  346. background:url('../pics/menubar_test.png') no-repeat;
  347. position:relative;
  348. text-align:center;
  349. }
  350.  
  351. #dropline table
  352. {
  353. border-collapse:collapse;
  354. width:0;
  355. height:0;
  356. margin:-3px -10px;
  357. }
  358.  
  359. #dropline li
  360. {
  361. float:left
  362. }
  363.  
  364. #dropline li a
  365. {
  366. display:block;
  367. line-height:72px;
  368. padding:0 0 0 0;
  369. float:left;
  370. color:#ffffff;
  371. text-decoration:none;
  372. font-family: Arial, Verdana, sans-serif;
  373. font-size:25px;
  374. }
  375.  
  376. #dropline li a b {
  377. display:block;
  378. float:left;
  379. padding:0 0 0 0;
  380. cursor:pointer;
  381. width: 225px;
  382. }
  383.  
  384. #dropline li a:hover
  385. {
  386. background:url('../pics/hover_test.png') no-repeat;
  387. line-height:30px;
  388. height:60px;
  389. }
  390. /* #dropline li a:hover b {background:url(tab_b.gif) no-repeat left top; line-height:36px;} */
  391.  
  392. #dropline li:hover > a
  393. {
  394. background:url('../pics/hover_test.png') no-repeat;
  395. line-height:30px;
  396. height:60px;
  397. }
  398. /* #dropline li:hover > a b {background:url(tab_b.gif) no-repeat left top; line-height:36px;} */
  399.  
  400. #dropline ul
  401. {
  402. padding:0;
  403. margin: auto;
  404. text-align: center;
  405. list-style:none;
  406. position:absolute;
  407. height:30px;
  408. width:1050px;
  409. background:#ff0000;
  410. left:-9999px;
  411. top:60px;
  412. z-index:10;
  413. border-bottom:0;
  414. }
  415.  
  416.  
  417. #dropline ul li
  418. {
  419. height:30px;
  420. line-height:30px;
  421. float: left;
  422. }
  423.  
  424.  
  425. #dropline ul li a
  426. {
  427. color:#ffffff;
  428. padding:0 30px 0 30px;
  429. height:30px;
  430. line-height:30px;
  431. border-right:0;
  432. font-weight:bold;
  433. font-size:13px;
  434. }
  435.  
  436. #dropline ul li a:hover
  437. {
  438. height:30px;
  439. line-height:30px;
  440. background:transparent;
  441. color:#000;
  442. }
  443. #dropline ul.right li a
  444. {
  445. border-left:0;
  446. border-right:0;
  447. }
  448.  
  449. #dropline ul li a.last
  450. {
  451. border:0;
  452. }
  453.  
  454. #dropline :hover ul
  455. {
  456. left:0;
  457. }
  458.  
  459. #dropline li.current ul
  460. {
  461. left:0;
  462. z-index:1;
  463. }
  464.  
  465. #dropline li.current a
  466. {
  467. background:url('../pics/hover_test.png') no-repeat left top;
  468. line-height:72px;
  469. height:60px;
  470. }
  471. /* #dropline li.current a b {background:url(tab_b.gif) no-repeat left top; line-height:36px;} */
  472.  
  473. #dropline li.current ul li a {
  474. color:#ffffff;
  475. padding:0 30px 0 30px;
  476. height:30px;
  477. line-height:30px;
  478. background:transparent;}
  479.  
  480. #dropline li.current ul li.current_sub a
  481. {
  482. color:#000;
  483. }
  484.  
  485. #dropline li.current ul li a:hover
  486. {
  487. color:#000;
  488. }
  489.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement