[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 body { 2 margin: 0; 3 padding: 0; 4 font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif; 5 /*font-size: 1em;*/ 6 font-size: 16px; 7 color: #fff; 8 cursor: default; 9 height: 100%; 10 background: url(img/bg.gif) #fff top left repeat-x; 11 } 12 13 *[dir="ltr"] { unicode-bidi: embed; direction: ltr; } 14 *[dir="rtl"] { unicode-bidi: embed; direction: rtl; } 15 bdo[dir="ltr"] { direction: ltr; unicode-bidi: bidi-override } 16 bdo[dir="rtl"] { direction: rtl; unicode-bidi: bidi-override } 17 18 a { 19 outline: none; 20 } 21 22 #rightbar a { 23 color: #db0132; 24 } 25 26 #content a { 27 color: #00305d; 28 } 29 30 #content a:hover { 31 color: #00305d; 32 text-decoration: none; 33 } 34 35 html { 36 height: 100%; 37 margin-bottom: 1px; 38 } 39 40 .csc-mailform { 41 border: 0px; 42 } 43 44 .csc-mailform-field label { 45 width: 120px; 46 float: left; 47 text-align: left; 48 margin-right: 0.5em; 49 display: block; 50 } 51 52 .csc-mailform-field input, .csc-mailform-field textarea, select.pdfselect { 53 margin-bottom: 5px; 54 border: solid 1px #C6C3C6; 55 border-width: 1px 2px 2px 1px; 56 background: #fff; 57 } 58 59 .csc-mailform-field input:focus, .csc-mailform-field textarea:focus, select.pdfselect:focus { 60 margin-bottom: 5px; 61 border: solid 1px #db0132; 62 background: #fff; 63 border-width: 1px 2px 2px 1px; 64 } 65 66 select.pdfselect { 67 width: 100%; 68 } 69 70 .csc-mailform-field .csc-mailform-submit, .pdfsubmit { 71 margin-left: 125px; 72 background: #db0132; 73 border-width: 0; 74 color: #fff; 75 padding: 3px; 76 } 77 78 .csc-mailform-field .csc-mailform-submit:focus, .pdfsubmit:focus { 79 margin-left: 125px; 80 background: #db0132; 81 border-width: 0; 82 color: #fff; 83 } 84 85 .pdfsubmit, .pdfsubmit:focus { 86 margin-left: 0px; 87 } 88 89 .csc-mailform-field #captchaResponse { 90 margin-left: 125px; 91 } 92 93 .contenttable, .htmlarea-showtableborders { 94 /*width: 100%;*/ 95 } 96 97 .contenttable p, .htmlarea-showtableborders p { 98 margin: 0; 99 padding: 0; 100 } 101 102 .contenttable tr, .htmlarea-showtableborders tr { 103 vertical-align: top; 104 } 105 106 #content .contenttable td, #content .contenttable th { 107 border-left: solid 1px #ccc; 108 border-bottom: solid 1px #E3E3E3; 109 padding: 10px; 110 padding-left: 10px; 111 padding-right: 10px; 112 font-size: 0.9em; 113 } 114 115 #content .contenttable th { 116 border-left: solid 1px #ccc; 117 border-bottom: solid 1px #E3E3E3; 118 text-align: center; 119 background: #F2F2F2; 120 } 121 122 #content ul, #rightbar ul { 123 list-style-image: url(img/list3.gif); 124 } 125 126 #rightbar ul { 127 margin-top: 4px; 128 } 129 130 #rightbar .rightbar-login { 131 margin: 0 10px; 132 } 133 134 #rightbar .tx-newloginbox-pi1 h3 { 135 display: none; 136 } 137 138 #rightbar .tx-newloginbox-pi1 #user, #rightbar .tx-newloginbox-pi1 #pass { 139 width: 80px; 140 font-size: 10px; 141 } 142 143 #rightbar .tx-newloginbox-pi1 { 144 font-size: 11px; 145 } 146 147 #rightbar .tx-newloginbox-pi1 table { 148 width: 200px; 149 text-align: left; 150 margin: 0 10px; 151 } 152 153 #rightbar .tx-newloginbox-pi1 table th { 154 width: 80px; 155 } 156 157 #content .news-amenu-container ul { 158 list-style-image: url(img/list.gif); 159 } 160 161 #content ul.csc-menu { 162 list-style-image: url(img/list.gif); 163 } 164 165 #content DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { 166 /*padding: 0; 167 margin: 0; 168 margin-left: 1px; 169 margin-bottom: 1px;*/ 170 } 171 172 #content DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image { 173 /*padding: 0; 174 margin: 0; 175 margin-left: 1px; 176 margin-bottom: 1px;*/ 177 } 178 179 #content DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image { 180 /*padding: 0; 181 margin: 0; 182 margin-left: 1px; 183 margin-bottom: 1px;*/ 184 } 185 186 #topbar { 187 position: absolute; 188 left: 0; 189 top: 0; 190 width: 100%; 191 height: 45px; 192 padding: 0; 193 text-align: center; 194 z-index: 50; 195 } 196 197 #topbar img, #footer img { 198 margin-left: 0px; 199 } 200 201 #footer { 202 position: relative; 203 width: 100%; 204 height: 18px; 205 padding: 0; 206 text-align: center; 207 z-index: 50; 208 background: url(img/bg_footer.gif) center left repeat-x; 209 } 210 211 #headerarea { 212 margin: 0 auto; 213 padding: 0px; 214 width: 990px; 215 position: relative; 216 z-index: 30; 217 } 218 219 #shadowbox { 220 width: 990px; 221 height: 40px; 222 background: url(img/shadow.png) top left no-repeat; 223 overflow: hidden; 224 margin: 0 auto; 225 } 226 227 #headerarea .shadowpadding { 228 229 } 230 231 #content #topmenu { 232 text-align: left; 233 font-size: 0.7em; 234 color: #db0132; 235 width: 645px; 236 height: 50px; 237 border-top: solid 0px #c5c5c5; 238 margin-top: 0px; 239 margin-bottom: 30px; 240 } 241 242 .icon17 { 243 padding-left: 15px; 244 background: url(img/icon_home.gif) no-repeat left center; 245 } 246 247 .icon13 { 248 padding-left: 15px; 249 background: url(img/icon_impressum.gif) no-repeat left center; 250 } 251 252 .icon4 { 253 padding-left: 15px; 254 background: url(img/icon_kontakt.gif) no-repeat left center; 255 } 256 257 .icon16 { 258 padding-left: 15px; 259 background: url(img/icon_sitemap.gif) no-repeat left center; 260 } 261 262 .icon15 { 263 padding-left: 15px; 264 background: url(img/icon_suche.gif) no-repeat left center; 265 } 266 267 #headerarea #logo { 268 position: absolute; 269 top: -60px; 270 left: 52px; 271 width: 213px; 272 height: 150px; 273 overflow: hidden; 274 z-index: 60; 275 -webkit-box-shadow: 1px 1px 5px #353b31; 276 -moz-box-shadow: 1px 1px 5px #353b31; 277 box-shadow: 1px 1px 5px #353b31; 278 } 279 280 .sprache { 281 /*margin-left: 907px; 282 margin-top: 38px;*/ 283 float: right; 284 width: 50px; 285 padding-left: 5px; 286 } 287 288 .sprache img { 289 margin-top: 4px; 290 } 291 292 #content .topmenu_menu { 293 float: left; 294 text-align: center; 295 height: 25px; 296 line-height: 25px; 297 font-size: 0.9em; 298 } 299 300 #content .topmenu_menu a { 301 text-decoration: none; 302 color: #818181; 303 } 304 305 #content .topmenu_menu a:hover { 306 text-decoration: underline; 307 } 308 309 #headerimg { 310 width: 976px; 311 height: 285px; 312 overflow: hidden; 313 border-bottom: solid 1px #db0132; 314 position: relative; 315 padding-bottom: 7px; 316 } 317 318 #mainmenu { 319 position: relative; 320 } 321 322 #contentarea { 323 margin: 0 auto; 324 padding: 0px; 325 width: 990px; 326 position: relative; 327 /*text-align: left;*/ 328 } 329 330 #headerarea .shadowpadding, #contentarea .shadowpadding { 331 top: 0; 332 left: 0; 333 width: 976px; 334 padding: 0 7px 0 7px; 335 background: url(img/bg_contentarea.gif) top left repeat-y; 336 } 337 338 #contentarea .shadowpadding { 339 border-bottom: solid 0px #364B96; 340 } 341 342 #leftbar { 343 float: left; 344 position: relative; 345 top: 0; 346 left: 0; 347 margin: 0; 348 width: 225px; 349 font-size: 0.8em; 350 padding-left: 0px; 351 padding-right: 0px; 352 border-right: solid 0px #fff; 353 /*background: #9ba9bc;*/ 354 /*margin-top: -30px;*/ 355 } 356 357 #leftbar .box h1, #rightbar .box h1 { 358 color: #db0132; 359 font-size: 1em; 360 background: url(img/bg_head_sidebar.png) #db0132 left top repeat-y; 361 border-bottom: solid 0px #666; 362 padding: 10px 20px; 363 padding-left: 15px; 364 overflow: hidden; 365 margin: 0; 366 margin-top: 10px; 367 margin-bottom: 0px; 368 font-weight: 700; 369 text-align: left; 370 text-transform: uppercase; 371 } 372 373 #leftbar .box .csc-textpic-imagewrap { 374 padding-left: 10px; 375 } 376 377 #leftbar .box .newsbox_content { 378 padding: 10px; 379 } 380 381 #leftbar .box .newsbox_content p { 382 padding: 0px; 383 } 384 385 #leftbar .box .more a { 386 background: url(img/list.gif) 1px 3px no-repeat; 387 padding-left: 12px; 388 } 389 390 #leftbar ul.leftmenuul { 391 margin: 0px; 392 padding: 0px; 393 overflow: hidden; 394 width: 205px; 395 border-top: 0px solid #ccc; 396 font-size: 12px; 397 } 398 399 #leftbar ul.leftmenuul ul.leftmenuul, #leftbar ul.leftmenuul ul.leftmenuul ul.leftmenuul { 400 margin: 0px; 401 padding: 0px; 402 } 403 404 #leftbar ul.leftmenuul li.li01 { 405 list-style-type: none; 406 text-align: left; 407 margin: 0px; 408 padding: 0px; 409 border-bottom-width: 0px; 410 border-bottom-style: solid; 411 border-bottom-color: #b0d7c4; 412 border-top-width: 0px; 413 border-top-style: solid; 414 border-top-color: #b0d7c4; 415 margin-bottom: 2px; 416 } 417 418 #leftbar ul.leftmenuul li.li02 { 419 list-style-type: none; 420 text-align: left; 421 margin: 0px; 422 padding: 0px; 423 width: 100%; 424 border-bottom: solid 1px #b0d7c4; 425 } 426 427 #leftbar ul.leftmenuul li.li03 { 428 list-style-type: none; 429 text-align: left; 430 margin: 0px; 431 padding: 0px; 432 width: 205px; 433 border-bottom: solid 1px #fff; 434 } 435 436 #leftbar ul.leftmenuul a { 437 display: block; 438 /*position: relative;*/ 439 margin: 0px; 440 padding: 10px 6px 10px 6px; 441 font-weight: 700; 442 padding-left: 35px; 443 text-decoration: none; 444 color: #676767; 445 font-size: 12px; 446 border-left: solid 0px #CBCBCB; 447 text-transform: uppercase; 448 background: url(img/bg_leftmenu.png) 0px center no-repeat; 449 } 450 451 #leftbar ul.leftmenuul .spacer { 452 height: 20px; 453 } 454 455 #leftbar ul.leftmenuul a:hover, #leftbar li.act a.linkact { 456 color: #db0132; 457 background: url(img/bg_leftmenu.png) 0px center no-repeat; 458 border-left: solid 0px #FA150A; 459 } 460 461 #leftbar ul.leftmenuul li.li02 a { 462 padding-left: 40px; 463 font-weight: 200; 464 font-size: 11px; 465 background-color: #FBFBFB; 466 background-image: url(img/list3.gif); 467 background-repeat: no-repeat; 468 background-position: 25px center; 469 width: 167px; 470 } 471 472 #leftbar ul.leftmenuul li.li02 a:hover, #leftbar li.li02 a.linkact { 473 color: #db0132; 474 background-image: url(img/list3.gif); 475 background-repeat: no-repeat; 476 background-position: 25px center; 477 } 478 479 #leftbar ul.leftmenuul li.act a { 480 color: #db0132; 481 font-weight: 700; 482 } 483 484 #leftbar ul.leftmenuul li.act ul a { 485 font-weight: 200; 486 } 487 488 #leftbar ul.leftmenuul li.act a.linkact { 489 background: url(img/bg_leftmenu.png) 0px center no-repeat; 490 border-left: solid 0px #FA150A; 491 color: #db0132; 492 font-weight: 700; 493 font-size: 12px; 494 } 495 496 #leftbar ul.leftmenuul li.li02 a.linkact { 497 color: #db0132; 498 font-weight: 200; 499 background-image: url(img/list3.gif); 500 background-color: #ECFBF3; 501 background-repeat: no-repeat; 502 background-position: 25px center; 503 font-size: 11px; 504 } 505 506 #leftbar ul.leftmenuul li.li02 a { 507 color: #676767; 508 } 509 510 #leftbar ul.leftmenuul li.li02 a:hover { 511 background-color: #fff; 512 background-image: url(img/list3.gif); 513 background-repeat: no-repeat; 514 background-position: 25px center; 515 border-left: solid 0px #CBCBCB; 516 } 517 518 #leftbar ul.leftmenuul li.li03 a { 519 padding-left: 70px; 520 font-weight: 200; 521 font-size: 12px; 522 background-color: #FBFBFB; 523 background-image: url(img/list2.gif); 524 background-repeat: no-repeat; 525 background-position: 50px center; 526 width: 147px; 527 color: #676767; 528 } 529 530 #leftbar ul.leftmenuul li.li03 a:hover { 531 background-color: #fff; 532 background-image: url(img/list2.gif); 533 background-repeat: no-repeat; 534 background-position: 50px center; 535 border-left: solid 0px #CBCBCB; 536 } 537 538 #leftbar ul.leftmenuul li.li03 a.linkact { 539 color: #db0132; 540 background-color: #FBFBFB; 541 } 542 543 #leftbar .box { 544 margin: 0px 0px 0px 0px; 545 padding: 0px; 546 font-size: 0.9em; 547 color: #333; 548 padding-left: 0px; 549 /*border: solid 1px #ccc;*/ 550 } 551 552 #leftbar .box p, #rightbar .box p { 553 padding: 0px 0px 30px 25px; 554 margin: 0; 555 font-size: 13px; 556 } 557 558 #leftbar .box a { 559 color: #666; 560 } 561 562 #leftbar .box .csc-menu-1 { 563 list-style-type: none; 564 padding: 0; 565 margin: 0; 566 } 567 568 #leftbar .box .csc-menu-1 a { 569 background: #ced1ca; 570 display: block; 571 margin-bottom: 5px; 572 padding: 7px; 573 padding-left: 25px; 574 color: #474647; 575 } 576 577 #leftbar .csc-frame-invisible { 578 height: 200px; 579 background: transparent !important; 580 margin-bottom: 10px; 581 } 582 583 #leftbar .csc-frame-frame1 { 584 color: #fff; 585 background: #db0132; 586 } 587 588 #leftbar .csc-frame-frame1 h1 { 589 background: url(img/bg_left_high.jpg) #fff top left no-repeat; 590 color: #fff; 591 width: 190px; 592 border-bottom: solid 0px #fff; 593 } 594 595 #leftbar .csc-frame-frame1 h1 { 596 background: url(img/bg_left_high.jpg) #fff top left no-repeat; 597 color: #fff; 598 width: 190px; 599 border-bottom: solid 0px #fff; 600 } 601 602 #leftbar .csc-frame-frame1 a { 603 color: #fff; 604 } 605 606 #rightbar { 607 float: right; 608 position: relative; 609 z-index: 30; 610 top: 0; 611 left: 0; 612 margin: 0; 613 width: 205px; 614 overflow: hidden; 615 font-size: 0.7em; 616 color: #535154; 617 } 618 619 #rightbar .filelinks { 620 padding-left: 8px; 621 width: 190px; 622 } 623 624 #rightbar .filelinks a { 625 text-decoration: underline; 626 } 627 628 #contentarea #content { 629 position: relative; 630 border-bottom: solid 0px #6D7783; 631 float: right; 632 margin-top: 0px; 633 margin-left: 0px; 634 padding: 0px 30px 10px 0px; 635 width: 640px; 636 font-size: 0.8em; 637 color: #535154; 638 } 639 640 #contentarea #content .innerpadding { 641 font-size: 1em; 642 /*border-left: solid 1px #E6E6E6; 643 border-right: solid 1px #E6E6E6;*/ 644 } 645 646 #contentarea #content .innerpadding p { 647 line-height: 18px; 648 } 649 650 #contentarea #content .innerpadding p a.external-link-new-window { 651 background: url(img/link-icon_external_01.gif) no-repeat scroll left center transparent; 652 padding-left: 14px; 653 } 654 655 #contentarea #content .innerpadding p a.download { 656 background: url(img/icon_download.gif) no-repeat scroll left center transparent; 657 padding-left: 20px; 658 } 659 660 #contentarea #content .innerpadding p a.internal-link { 661 background: url(img/arrow_right.gif) no-repeat scroll left center transparent; 662 padding-left: 16px; 663 } 664 665 #contentarea #content .csc-sitemap ul li a { 666 font-weight: 700; 667 } 668 669 #contentarea #content .csc-sitemap ul li li a { 670 font-weight: 200; 671 } 672 673 #content h1 { 674 font-family: Arial, Helvetica, sans-serif; 675 color: #535154; 676 font-size: 1.4em; 677 font-weight: 200; 678 text-transform: uppercase; 679 /*background: url(img/list.gif) left center no-repeat; 680 padding-left: 10px;*/ 681 } 682 683 #content h2 { 684 font-family: Arial, Helvetica, sans-serif; 685 color: #535154; 686 font-size: 1.3em; 687 font-weight: 200; 688 /*background: url(img/list.gif) left center no-repeat; 689 padding-left: 10px;*/ 690 } 691 692 #content h1 a, #content h2 a { 693 color: #535154; 694 text-decoration: none; 695 } 696 697 #content h2, #content h3 { 698 color: #535154; 699 font-size: 1.1em; 700 font-weight: 200; 701 } 702 703 #content h2, #content h3 strong { 704 font-weight: 700; 705 } 706 707 #content .csc-frame-frame1, #content .csc-frame-framearrw { 708 width: 615px; 709 margin-top: 10px; 710 padding: 10px; 711 /*background: url(edge_content.gif) #EFEBEF top right no-repeat;*/ 712 background: url(img/bg_frame1.jpg) #fff left top repeat-x; 713 /*border-bottom: solid 3px #DFDFDF; 714 border-right: solid 3px #DFDFDF;*/ 715 border: solid 1px #E0E0E0; 716 } 717 718 #content .csc-frame-framearrw { 719 border: solid 1px #ccc; 720 width: 700px; 721 } 722 723 #content .csc-frame-frame1 .csc-textpic-text p, #content .csc-frame-framearrw .csc-textpic-text p { 724 margin-top: 0px; 725 } 726 727 #content .csc-frame-framearrw .csc-textpic-text p a { 728 background: url(img/list2.gif) left center no-repeat; 729 padding-left: 18px; 730 } 731 732 .csc-frame-frame1 .csc-textpic-image, .csc-frame-frame1 .csc-textpic-text, .csc-frame-framearrw .csc-textpic-image, .csc-frame-framearrw .csc-textpic-text { 733 position: relative; 734 } 735 736 #content .csc-frame-frame2 { 737 width: 714px; 738 border: 1px solid #CCCCCC; 739 margin: 2px; 740 } 741 742 #content .csc-frame-frame2-inner { 743 padding: 8px; 744 } 745 746 #content .csc-frame-frame2 h3, #content .csc-frame-frame2 p, #content .csc-frame-indent h3, #content .csc-frame-indent p { 747 margin: 0; 748 padding: 0; 749 } 750 751 #content .csc-frame-frame2 h3, #content .csc-frame-indent h3 { 752 margin-bottom: 10px; 753 } 754 755 #content .csc-frame-indent { 756 text-align: center; 757 } 758 759 #content .csc-frame-news-inner { 760 width: 440px; 761 background: url(img/bg_newsbox.gif) 10px center no-repeat; 762 border-bottom: solid 0px #DFDFDF; 763 border-right: solid 0px #DFDFDF; 764 padding-left: 75px; 765 } 766 767 #content .csc-frame-news p { 768 margin: 5px 0; 769 } 770 771 #content .csc-frame-kontakt-inner { 772 width: 440px; 773 background: url(img/bg_kontaktbox.gif) 10px center no-repeat; 774 border-bottom: solid 0px #DFDFDF; 775 border-right: solid 0px #DFDFDF; 776 padding-left: 75px; 777 } 778 779 #content .csc-frame-aktion-inner { 780 width: 440px; 781 background: url(img/bg_aktionbox.gif) 10px center no-repeat; 782 border-bottom: solid 0px #DFDFDF; 783 border-right: solid 0px #DFDFDF; 784 padding-left: 75px; 785 } 786 787 #content .csc-frame-frame1 h1, #content .csc-frame-framearrw h1 { 788 margin-top: 0px; 789 } 790 791 #content .newslist .csc-frame-frame1 { 792 background: #fff; 793 width: 97%; 794 margin-top: 10px; 795 padding: 10px; 796 } 797 798 #content a.tag-4, #content a.tag-3, #content a.tag-2, #content a.tag-1 { 799 text-decoration: none; 800 } 801 802 #content .breadcrumb { 803 margin-top: 0px; 804 font-size: 0.85em; 805 padding: 0px; 806 width: 640px; 807 color: #aaa; 808 padding-bottom: 5px; 809 margin-bottom: 5px; 810 border-bottom: 1px solid #CCCECB; 811 } 812 813 #content .breadcrumb a { 814 color: #aaa; 815 text-decoration: none; 816 } 817 818 #content .newslist .csc-frame-frame1 td { 819 padding-bottom: 15px; 820 border-bottom: dotted 1px #909090; 821 } 822 823 #content #pdf { 824 border-top: dashed 1px #E6E7E6; 825 text-align: center; 826 } 827 828 #contentarea #sidebar { 829 margin: 0; 830 padding: 0; 831 margin-top: 10px; 832 width: 215px; 833 float: right; 834 font-size: 0.85em; 835 background: url(img/edge_rightbar.jpg) #e9e8e8 top right no-repeat; 836 } 837 838 /* Toggle default */ 839 840 #rightbar .csc-textpic-image .csc-textpic-caption { 841 font-size: 0.8em; 842 color: #4F3B00; 843 } 844 845 #rightbar .rgaccord1-nest { 846 /*width: 96%;*/ 847 margin: 5px auto; 848 } 849 850 #rightbar .rgaccord1-nest .csc-textpic-image .csc-textpic-caption { 851 padding: 1px; 852 } 853 854 #rightbar h3.rgaccord1-toggle, #content h3.rgaccord1-toggle { 855 color: #fff; 856 font-size: 1em; 857 background: url(img/expand.gif) #828282 178px 5px no-repeat; 858 height: 28px; 859 padding-right: 20px; 860 overflow: hidden; 861 margin: 0; 862 margin-top: 0px; 863 margin-bottom: 1px; 864 line-height: 27px; 865 width: 195px; 866 font-weight: 200; 867 text-align: right; 868 border-top: solid 1px #db0132; 869 cursor: pointer; 870 } 871 872 /* Toggle act item */ 873 #rightbar h3.act, #content h3.act { 874 color: #fff; 875 font-size: 1em; 876 background: url(img/collapse.gif) #db0132 178px 5px no-repeat; 877 height: 28px; 878 padding-right: 20px; 879 overflow: hidden; 880 margin: 0; 881 margin-top: 0px; 882 margin-bottom: 1px; 883 line-height: 27px; 884 width: 195px; 885 font-weight: 200; 886 text-align: right; 887 border-top: solid 1px #828282; 888 cursor: pointer; 889 } 890 891 /* the content */ 892 div.rgaccord1-content { 893 } 894 895 /* the content */ 896 #rightbar div.rgaccord1-content p { 897 padding: 5px; 898 margin: 0; 899 } 900 #rightbar div.rgaccord1-content .newsbox_content p { 901 padding: 2px; 902 margin: 0; 903 } 904 905 #rightbar div.rgaccord1-content ul { 906 margin-top: 2px; 907 margin-bottom: 2px; 908 padding-left: 0; 909 margin-left: 25px; 910 } 911 912 #rightbar div.rgaccord1-content p a { 913 /*background: url(arrw.gif) left 3px no-repeat; 914 padding-left: 12px;*/ 915 text-decoration: none; 916 } 917 918 #rightbar div.rgaccord1-content p a:hover { 919 /*background: url(arrw.gif) left 3px no-repeat; 920 padding-left: 12px;*/ 921 text-decoration: underline; 922 } 923 924 #rightbar div.rgaccord1-content, #content div.rgaccord1-content { 925 width: 100%; 926 border-left: 0px solid #ccc; 927 border-right: 0px solid #ccc; 928 } 929 930 /* remove margin of a CE */ 931 div.rgaccord1-content .ce { 932 margin-bottom: 0; 933 } 934 935 /* remove margin of a CE */ 936 #rightbar div.rgaccord1-content { 937 } 938 939 #rightbar div.rgaccord1-content .csc-textpic { 940 padding: 0 5px; 941 } 942 943 /* remove the header inside the CE, twice is not nice */ 944 div.rgaccord1-content h1 { 945 display:none; 946 } 947 948 table.startseite { 949 width: 100%; 950 vertical-align: top; 951 font-size: 1em; 952 } 953 954 table.startseite .startseite_tr { 955 vertical-align: top; 956 } 957 958 table.startseite .startseite_td { 959 /*width: 33%;*/ 960 vertical-align: top; 961 position: relative; 962 padding: 0px; 963 /*background: url(img/bg_startseite_td.gif) #fff left top no-repeat;*/ 964 background: #fff; 965 border-right: solid 0px #d3d3d3; 966 color: #00305D; 967 } 968 969 table.startseite .startseite_td .csc-textpic-text, table.startseite .startseite_td .csc-textpic-text p { 970 padding: 0px; 971 } 972 973 table.startseite .startseite_td .csc-textpic .csc-textpic-imagewrap { 974 /*width: 216px; 975 height: 80px; 976 overflow: hidden;*/ 977 } 978 979 #content table.startseite .startseite_td p { 980 padding: 0px; 981 margin: 0; 982 padding-top: 5px; 983 padding-bottom: 5px; 984 border-bottom: solid 1px #DB0132; 985 } 986 987 table.startseite .startseite_td b, table.startseite .startseite_td strong { 988 /*color: #db0132;*/ 989 font-size: 1.1em; 990 } 991 992 #content table.startseite .startseite_td .csc-textpic-text a { 993 /*background: url(img/list.gif) 1px 3px no-repeat; 994 padding-left: 14px;*/ 995 color: #00305D; 996 text-decoration: none; 997 } 998 999 #content table.startseite .startseite_td .csc-textpic-text a:hover { 1000 /*background: url(img/list.gif) 1px 3px no-repeat; 1001 padding-left: 14px;*/ 1002 color: #00305D; 1003 text-decoration: none; 1004 } 1005 1006 #content table.startseite .startseite_td h1 { 1007 color: #00305D; 1008 font-size: 1.1em; 1009 margin: 0; 1010 padding: 10px 20px; 1011 margin-top: 0px; 1012 margin-bottom: 0px; 1013 font-weight: 700; 1014 border-bottom: solid 0px #db0132; 1015 text-align: left; 1016 } 1017 1018 #content table.startseite .startseite_td h1 a { 1019 text-decoration: none; 1020 } 1021 1022 #content table.startseite .startseite_td img { 1023 border-width: 0 0px 0px 0px; 1024 border-color: #db0132; 1025 border-style: solid; 1026 margin-bottom: 5px; 1027 margin-right: 1px; 1028 } 1029 1030 #content table.startseite .startseite_td ul { 1031 margin: 0; 1032 margin-left: 0px; 1033 padding-left: 10px; 1034 list-style-image: url(img/list.gif); 1035 } 1036 1037 table.startseite .startseite_td .startseite_subheadline { 1038 text-align: right; 1039 padding: 0; 1040 margin: 0; 1041 color: #F7BA00; 1042 font-size: .9em; 1043 padding-right: 6px; 1044 } 1045 1046 #content .csc-frame-news .latestnews-image { 1047 float: right; 1048 margin-top: 10px; 1049 } 1050 1051 #content .csc-frame-news .latestnews-image img { 1052 border: solid 1px #DFDFDF; 1053 } 1054 1055 #content .csc-frame-news .latestnews-image img.spacer-gif { 1056 border: solid 0px #DFDFDF; 1057 } 1058 1059 #rightbar .latestnews-image { 1060 float: left; 1061 margin-top: 7px; 1062 } 1063 1064 #rightbar .latestnews-image img { 1065 border: solid 1px #DFDFDF; 1066 } 1067 1068 #rightbar .latestnews-image img.spacer-gif { 1069 border: solid 0px #DFDFDF; 1070 } 1071 1072 #rightbar .newsbox_content { 1073 border-bottom: dotted 0px #424542; 1074 margin-bottom: 20px; 1075 padding: 10px; 1076 } 1077 1078 #rightbar .newsbox_content a { 1079 /*text-decoration: none;*/ 1080 } 1081 1082 #content .newslist { 1083 width: 100%; 1084 } 1085 1086 #content .newslist h3 { 1087 margin: 0; 1088 padding: 0; 1089 margin-top: 5px; 1090 text-decoration: none; 1091 border-bottom: solid 1px #F7F3F7; 1092 margin-bottom: 5px; 1093 } 1094 1095 #content .newslist .csc-frame-frame1 td { 1096 background-image: none; 1097 } 1098 1099 #content .newslist h3 a { 1100 text-decoration: none; 1101 } 1102 1103 #content .newslist .newsbox_content { 1104 position: relative; 1105 margin-bottom: 10px; 1106 margin-top: 10px; 1107 padding: 10px; 1108 border-right: solid 3px #efefef; 1109 border-bottom: solid 3px #efefef; 1110 } 1111 1112 #content .newslist .newsbox_content_presse p { 1113 padding: 3px 0; 1114 margin: 0; 1115 } 1116 1117 #content .newslist .bildspalte font { 1118 display: none; 1119 } 1120 1121 #content .newslist td p { 1122 margin-top: 0; 1123 } 1124 1125 #content .newstable_presse h2 { 1126 font-family: Georgia, georgiaf, serif; 1127 font-size: 1.5em; 1128 font-weight: 200; 1129 } 1130 1131 #content .newsbilder_presse table { 1132 border: solid 1px #ccc; 1133 padding: 0px; 1134 margin-left: 10px; 1135 background: url(img/bg_newspics.jpg) #fff top left repeat-x; 1136 min-height: 85px; 1137 } 1138 1139 #content .newssubtext { 1140 border-bottom: solid 1px #dedede; 1141 padding: 5px 0; 1142 margin-bottom: 15px; 1143 } 1144 1145 #content .newssubtext p { 1146 margin: 0; 1147 padding: 0px; 1148 } 1149 1150 #content .newssubtext p strong { 1151 margin: 0; 1152 padding: 0px; 1153 } 1154 1155 #content .newsdate { 1156 margin-top: 5px; 1157 background: #fff; 1158 font-size: 0.8em; 1159 color: #666; 1160 padding: 2px; 1161 } 1162 1163 #content .newsbilder_presse table td { 1164 padding: 5px; 1165 background: url(img/newspics_head.jpg) top left no-repeat; 1166 } 1167 1168 #content .newsbilder_presse table img { 1169 margin-bottom: 2px; 1170 } 1171 1172 #content .csc-textpic-caption { 1173 /*display: none;*/ 1174 color: #909090; 1175 font-size: 0.95em; 1176 } 1177 1178 .csc-menu-4 dt a { 1179 font-weight: 700; 1180 background: url(img/list.gif) 1px 3px no-repeat; 1181 padding-left: 14px; 1182 } 1183 1184 #leftbar .tx-felogin-pi1 h3 { 1185 display: none; 1186 } 1187 1188 #leftbar .tx-felogin-pi1 p { 1189 margin: 0; 1190 padding: 0 10px; 1191 } 1192 1193 #leftbar .tx-felogin-pi1 form { 1194 margin: 0; 1195 padding: 0; 1196 } 1197 1198 #leftbar .tx-felogin-pi1 input { 1199 width: 80px; 1200 font-size: 10px; 1201 } 1202 1203 #leftbar .tx-felogin-pi1 #user, #leftbar .tx-felogin-pi1 #pass { 1204 width: 155px; 1205 font-size: 10px; 1206 } 1207 1208 #leftbar .tx-felogin-pi1 { 1209 font-size: 11px; 1210 } 1211 1212 #leftbar .tx-felogin-pi1 fieldset { 1213 border-width: 0px; 1214 padding: 0 10px; 1215 margin: 0; 1216 } 1217 1218 #leftbar .tx-felogin-pi1 legend { 1219 display: none; 1220 } 1221 1222 #leftbar .tx-felogin-pi1 div { 1223 display: none; 1224 } 1225 1226 #leftbar .tx-felogin-pi1 form div { 1227 display: block; 1228 } 1229 1230 #leftbar .tx-felogin-pi1 table { 1231 width: 200px; 1232 text-align: left; 1233 margin: 0 10px; 1234 } 1235 1236 #leftbar .tx-felogin-pi1 table th { 1237 width: 80px; 1238 } 1239 1240 #content .tx-felogin-pi1 #user, #content .tx-felogin-pi1 #pass { 1241 width: 335px; 1242 } 1243 1244 #content .tx-felogin-pi1 table th { 1245 text-align: left; 1246 } 1247 1248 div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image { 1249 position: relative; 1250 z-index: 50; 1251 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |