

  body      { background-attachment:fixed; 
              background-repeat:no-repeat; 
              background-color:transparent;
              background-position: 100% 100%; 
              font-family: arial, helvetica;
              font-size:12px;
              text-decoration:none;
              font-weight:normal;
              color:#000000;
            }

  table     { border-bottom-style:none;
              border-top-width:0px; 
              border-right-width:0px;
              border-bottom-width:0px;
              border-left-width:0px;
              border-color:#FFF600;
              font-family: arial, helvetica;
              font-size:12px;
              text-decoration:none;
              font-weight:normal;
            } 

  th        { background-color:#FFF600;
              background-image:url(design/bg_table.png);
              background-repeat:repeat-y;
              font-family: arial, helvetica;
              text-align:center;
              font-size:14px;
              height:18px;
              color:#FFFFFF;
            } 
            
  td#color2 { background-color:#F6E600;
            }

  td#center { background-color:#FFF600;
              background-image:url(design/background.jpg);
              background-repeat:no-repeat;
              background-position:bottom right;
            }

  td#top    { background-color:#555555;
              background-image:url(design/schatten_oben.gif);
              background-repeat:repeat-x;
              background-position:bottom;
            }

  td#topleft { background-color:#555555;
              background-image:url(design/schatten_obenlinks.gif);
              background-repeat:no-repeat;
              background-position:bottom right;
            }

  td#topright { background-color:#555555;
              background-image:url(design/schatten_obenrechts.gif);
              background-repeat:no-repeat;
              background-position:bottom left;
            }

  td#left   { background-color:#555555;
              background-image:url(design/schatten_links.gif);
              background-repeat:repeat-y;
              background-position:right;
            }

  td#right  { background-color:#555555;
              background-image:url(design/schatten_rechts.gif);
              background-repeat:repeat-y;
              background-position:left;
            }
            
  td#bottom { background-color:#555555;
              background-image:url(design/schatten_unten.gif);
              background-repeat:repeat-x;
              background-position:top;
            }

  td#bottomleft { background-color:#555555;
              background-image:url(design/schatten_untenlinks.gif);
              background-repeat:no-repeat;
              background-position:top right;
            }

  td#bottomright { background-color:#555555;
              background-image:url(design/schatten_untenrechts.gif);
              background-repeat:no-repeat;
              background-position:top left;
            }
 
  a:link    { text-decoration:none; 
              font-family: arial, helvetica;
              font-size:14px; 
              font-weight:normal; 
              color:#000000; 
            }

  a:visited { text-decoration:none; 
              font-family: arial, helvetica;
              font-size:14px; 
              font-weight:normal; 
              color:#000000; 
            }

  a:hover   { text-decoration:none; 
              font-family: arial, helvetica;
              font-size:14px; 
              font-weight:normal; 
              color:#CC0000; 
            }

  a:active  { text-decoration:none; 
              font-family: arial, helvetica;
              font-size:14px; 
              font-weight:normal;
              color:#000000; 
            }
            
div#centerpage { 
            position:relative;
            border:1px;      
            border-color:#ff0000;
            top:0px; 
            width:1000px; 
            background-color:transparent;
            z-index:4;
            }

div#banner { margin-left:0px;
             padding: 0px;
             border: 0px;
             position:absolute;
             top:0px;
             left:0px;
             height:160px;
             z-index:1;
           }

           
div#logo   { margin-left:0px;
             padding: 0px;
             border: 0px;
             position:absolute;
             top:5px;
             left:650px;
             z-index:3;
           }

div#menu   { margin-left:0px;
             padding: 0px;
             border: 0px;
             position:absolute;
             top:160px;
             left:0px;
             width:200px;
             z-index:2;
           }
           
div#submenu  
           { 
             margin-left:0px;
             padding: 0px;
             border: 0px;
             position:absolute;
             top:160px;
             left:848px;
             width:150px;
             z-index:7;
           }

div#main   { margin-left:0px;
             padding: 0px;
             border: 0px;
             position:absolute;
             top:160px;
             left:200px;
             width:800px;
             z-index:6;
           }
           
body#subframe
           { margin-left:0px; 
             margin-right:0px; 
             margin-top:0px; 
             margin-bottom:0px;
             background-color:transparent;
           }
           
body#streckenpopup
           { margin-left:0px; 
             margin-right:0px; 
             margin-top:0px; 
             margin-bottom:0px;
             background-color:#FFF600;
           }
