/* ------------------------------------------------------------------ */

    body        { background-color:#feed00;  color:black;              }

    hr          { margin:0px; color:black;                             }

    a:link      { text-decoration:none;      color:#333333;            }
    a:visited   { text-decoration:none;      color:#333333;            }
    a:focus     { text-decoration:none;      color:#333333;            }
    a:hover     { text-decoration:underline; color:black;              }
    a:active    { text-decoration:none;      color:#333333;            }

    table       {
                  border-style:solid; border-width:0px;
                  border-color:red;   border-collapse:collapse;
                  padding:0px;        border-spacing:4px;
                }

    td, th      {
                  border-style:solid; border-width:1px;
                  border-color:black; padding:4px;      
                  text-align:left;    vertical-align:top;
                }

    table.all   {
                  width:100%;         height:100%;
                  border-collapse:separate;               
                }

    td.head     {
                  border-style:solid; border-width:0px;
                  padding:0px;        text-align:center;             
                }

    td.clean    { 
                  border-style:solid; border-width:0px;     
                }

    td.menu     {
                  width:15%;          padding:8px; 
                  white-space:nowrap; 
                }

    td.main     { width:75%;          border-width:0px;
                  background-image:url(images/blech.jpg);
                  background-color:gray; 
                  padding:8px; text-align:center;
                }

    td.aktuell  {
                  background-color:#46bab8;
                  font-size:small;
                }

    td.trailer  {
                  background-color:#feed00;
                  border-width:0;
                  text-align:right;   font-size:small;
                }

    table.liste {
                  width:100%;
                  padding:0px;        font-size:small;
                }

    table.small {
                  padding:0px;        font-size:small;
                }

/* ------------------------------------------------------------------ */

