         body,td {
              color:#495778;
              font-family:Verdana,Arial;
              font-size:10pt;
         }
         a:link,a:visited {
            color:#EE6821;
            text-decoration:none;
         }
         a:active,a:hover {
            color:#EE6821;
            text-decoration:underline;
         }

         /* Table Frame - begin */
         table.frame {
               width:900px;
         }

         .frame tr.header {
              /* background-image:url(../img/see_verlauf.jpg);*/
               background-repeat:no-repeat;
               background-position:top right;
         }
         .frame tr.nav {
               /* background-image:url(../img/see_verlauf.jpg); */
               background-repeat:no-repeat;
               background-position:bottom right;
         }
         .frame tr.header td.logo {
                height:118px;
                width:558px;
                padding-bottom:5px;
         }
         .frame tr.header td.sujet {
                height:139px;
         }
         .frame tr.nav td.navigation {
                height:21px;
         }
         .frame tr.space {
                height:5px;
                clear:left;
         }
         .frame tr.footer td.right,.frame tr.footer td.left {
                font-size:8pt;
                color:#F3AC5C;
         }
         .frame tr.footer td.right a:link,.frame tr.footer td.left a:link,
         .frame tr.footer td.right a:visited,.frame tr.footer td.left a:visited {
                font-size:8pt;
                color:#F3AC5C;
                text-decoration:none;
         }
         .frame tr.footer td.right a:hover,.frame tr.footer td.left a:hover,
         .frame tr.footer td.right a:active,.frame tr.footer td.left a:active {
                font-size:8pt;
                color:#F3AC5C;
                text-decoration:underline;
         }
         /* Table Frame - end */

         /* Table Content - begin */
         table.content {
                width:100%;
                height:100%;
         }
         .content tr td.left {
                width:165px;
                border-top:1px solid #F3AC5C;
                border-bottom:1px solid #F3AC5C;
                border-left:1px solid #F3AC5C;
                padding:32px 0px 0px 15px;
         }
         .content tr td.center {
                width:480px;
                border-top:1px solid #F3AC5C;
                border-bottom:1px solid #F3AC5C;
                border-right:1px solid #F3AC5C;
                padding:32px 26px 60px 18px;
         }
         .content tr td.space {
                width:5px;
         }
         .content tr td.right {
                width:180px;
                border:1px solid #F3AC5C;
                padding:16px 9px 16px 9px;
         }
         .content tr td.right h1 {
                font-size:10pt;
                color:#F3AC5C;
                font-weight:bold;
                margin:5px 0 10px 0;
         }

         .content tr td.center h1 {
                font-size:11pt;
                font-weight:bold;
                margin:5px 0 20px 0;
         }
         .content tr td.center h2 {
                font-size:10pt;
                font-weight:bold;
                margin:5px 0 20px 0;
                text-decoration:underline;
         }
         .content tr td.center h3 {
                font-size:10pt;
                font-weight:bold;
                margin:5px 0 20px 0;
         }

         /* Table Content - end */

         /* Navigation - start */

         .navigation ul {
              margin: 0;
              padding: 0;
              list-style: none;
              line-height: 11px;
         }
         ul#nav li {
              list-style: none;
              float: left;
              position: relative;
              text-align:center;
              background-color:#F3AC5C;
              height:21px;
              width:130px;
              color:#FFFFFF;
              font-weight:bold;
              margin:0 2px 0px 0px;
              border:1px solid #F3AC5C;
              padding:0 5px 0 5px;
              white-space:nowrap;
              z-index:99;
         }
         ul#nav li#act {
              list-style: none;
              float: left;
              position: relative;
              text-align:center;
              background-color:#FFFFFF;
              border:1px solid #F3AC5C;
              height:21px;
              width:130px;
              color:#FFFFFF;
              font-weight:bold;
              margin:0 2px 0 0px;
              border:1px solid #F3AC5C;
              padding:0 5px 0 5px;
              white-space:nowrap;

         }
         ul#nav li ul {
              display: none;
              list-style: none;
              position: absolute;
              top: 15px;
              left: 0;
              z-index:98;
         }

         ul#nav li ul li, ul#nav li ul li#act {
              clear:left;
              position: relative;
              top: 11px;
              left: -1px;
              text-align:center;
              background-color:#FFFFFF;
              border-left: 1px solid #F3AC5C;
              border-right: 1px solid #F3AC5C;
              border-bottom:none;
              border-top:1px dashed #F3AC5C;
              height:20px;
              width:130px;
              color:#F3AC5C;
              font-size:11px;
              font-weight:bold;
              white-space:nowrap;
              padding:0 5px 0 5px;
              margin:0;
         }
         ul#nav li ul li#l2-f {
              border-top:1px solid #F3AC5C;
         }
         ul#nav li ul li#l2-l {
              border-bottom:1px solid #F3AC5C;
         }
         ul#nav li ul li#l2a-f {
              clear:left;
              position: relative;
              top: 11px;
              left: -1px;
              text-align:center;
              background-color:#FFFFFF;
              border-left: 1px solid #F3AC5C;
              border-right: 1px solid #F3AC5C;
              border-bottom:none;
              border-top: 1px solid #F3AC5C;
              height:20px;
              width:130px;
              color:#F3AC5C;
              font-weight:bold;
              white-space:nowrap;
              padding:0 5px 0 5px;
              margin:0;
         }
         ul#nav li ul li#l2a-l {
              clear:left;
              position: relative;
              top: 11px;
              left: -1px;
              text-align:center;
              background-color:#FFFFFF;
              border-left: 1px solid #F3AC5C;
              border-right: 1px solid #F3AC5C;
              border-bottom:1px solid #F3AC5C;
              border-top:1px dashed #F3AC5C;
              height:20px;
              width:130px;
              color:#F3AC5C;
              font-weight:bold;
              white-space:nowrap;
              padding:0 5px 0 5px;
              margin:0;
         }
         ul#nav li:hover,ul#nav li.over {
              background-color:#FFF;
              border:1px solid #F3AC5C;
              color:#F3AC5C;
              background-color:#FFFFFF;
              border: 1px solid #F3AC5C;
         }

         ul#nav li ul li:hover,ul#nav li ul li.over {
              background-color:#FFF;
              border:1px solid #F3AC5C;
              color:#F3AC5C;
              background-color:#FFFFFF;
              border-left: 1px solid #F3AC5C;
              border-right: 1px solid #F3AC5C;
              border-bottom:none;
              border-top:1px dashed #F3AC5C;
         }

         ul#nav li:hover ul,ul#nav li.over ul {
              display: block;
         }

         ul#nav li a {
              margin:4px 0 0 0;
              display:block;
              color:#FFFFFF;
              text-decoration:none;
              height:16px;
         }

         ul#nav li:hover a,ul#nav li.over a,ul#nav li#act a {
              margin:4px 0 0 0;
              display:block;
              color:#F3AC5C;
              text-decoration:none;
              height:16px;
         }

         ul#nav li ul li a:link, ul#nav li ul li a:visited,ul#nav li#act ul li a:link, ul#nav li#act ul li a:visited {
              display:block;
              color:#F3AC5C;
              text-decoration:none;
              font-weight:normal;

         }

         ul#nav li ul li#act a:link,ul#nav li ul li#act a:visited {
              display:block;
              color:#EE6821;
              text-decoration:none;
              font-weight:normal;
         }
         ul#nav li ul li a:hover, ul#nav li ul li a:active {
              display:block;
              color:#EE6821;
              text-decoration:none;
              font-weight:normal;
         }
         ul#nav li#act ul li a:hover, ul#nav li#act ul li a:active,ul#nav li ul li#act a:hover,ul#nav li ul li#act a:active {
              display:block;
              color:#EE6821;
              text-decoration:none;
              font-weight:normal;
         }

         /* Navigation - end */
