123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- body {
- background-color: #ffffff;
- font-size: 11pt;
- font-family: Arial;
- }
- body {
- margin: 20px 20px 0px 20px;
- background-image: url("../img/flammen.jpg");
- background-repeat: repeat-x;
- }
- p {
- font-family: Arial;
- font-size: 11pt;
- color: #000000;
- }
- #sitec {
- float: left;
- border: 0px;
- margin-right: 70px;
- }
- #banner {
- color: #000000;
- font-size: 12pt;
- font-style: italic;
- margin: 8px 0px 0px 0px;
- float: left;
- }
- #rahmen {
- text-align: left;
- border: 2px solid #16047b;
- width: 850px;
- overflow: auto;
- background-color: #b7c4cd;
- background-image: url("../img/contentbg.jpg");
- background-repeat: repeat-x;
- opacity:0.95;
- filter:alpha(opacity=95);
- position: inherit;
- }
- a, a:hover, a:visited, a:link {
- color: #16047b;
- text-decoration: none;
- }
- a:hover {
- text-decoration: underline;
- }
- #navi {
- margin-top: -5px;
- width: 100%;
- height: 50px;
- border: 0px;
- background-image: url("../img/navi.jpg");
- background-repeat: repeat-x;
- clear: both;
- background-color: #dddddd;
- }
- #navi table {
- margin: 0px 0px 0px 30px;
- }
- #navi td {
- border: 0px;
- font-size: 11pt;
- font-weight: normal;
- color: #ffffff;
- padding: 4px 18px 4px 18px;
- }
- #navi td a:link, #navi td a:visited {
- color: #ffffff;
- }
- #navi td a:hover {
- color: #16047b;
- text-decoration: none;
- }
- #navi td.act {
- background-color: #dddddd;
- color: #16047b;
- }
- #navi td.act a {
- color: #16047b;
- }
- #navi2 {
- background-color: #dddddd;
- position: relative;
- top: -26px;
- left: -31px;
- width: 180px;
- float: left;
- border: 1px solid #666666;
- border-width: 0px 1px 1px 0px;
- font-size: 10pt;
- padding: 2px 0px 9px 5px;
- line-height: 1.3em;
- margin: 0px 0px -5px 0px;
- }
- #navi2 .menu2-no, #navi2 .menu2-act, #navi2 .menu2-cur {
- margin-left: 15px;
- font-size: 9pt;
- }
- #navi2 .menu2-act, #navi2 .menu1-act, #navi2 .menu2-cur, #navi2 .menu1-cur {
- color: #000000;
- }
- #navi2 .menu2-cur, #navi2 .menu1-cur {
- #text-decoration: none;
- }
- #platzhalter {
- width: 1px;
- height: 540px;
- position: relative;
- left: -2px;
- float: left;
- }
- #text {
- margin: 0px 30px 40px 30px;
- }
- #tuv {
- margin: 20px;
- }
- #tuv img {
- width: 80px;
- border: 0px;
- margin: 0px;
- }
- #bottom {
- position: relative;
- margin-top: 3px;
- #right: 5px;
- #bottom: 2px;
- font-size: 8pt;
- color: #16047b;
- }
- .indent {
- margin-left: 2em;
-
- }
- h1 {
- font-size: 12pt;
- }
- h2 {
- font-size: 11pt;
- }
- h3 {
- font-size: 10pt;
- }
- p.bodytext {
- text-align: justify;
- }
- p.align-right {
- text-align: right;
- }
- li {
- margin-left: 2em;
- }
- img {
- border: 1px solid #999999;
- }
|