    /*Haupteinstellungen*/

  html {
    height: 100%;
    font-family: Times New Roman;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background-color: rgb(116, 168, 220);
  }

table, td, div, {
    font-size: 14px;
    color: rgb(255, 255, 255);
  }

p { margin-top: 3px;
    margin-bottom: 3px;
    font-size: 14px;
    }

  body { margin: 0px;
    padding: 0px;
    font-family: Times New Roman;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background-color: rgb(116, 168, 220);
    height: 100%;
    }

  dl {margin:0px;
  }

  p.csc-header-date {
   color: rgb(255, 255, 255);
   font-size: 14px;
   text-align: right;
  }

/*Überschriften*/

  h1 { margin: 0pt 0pt 5px;
    color: rgb(255, 255, 255);
    background-color: rgb(78,78,78);
    font-weight: bold;
    font-size: 20px;
    }

  h2 { margin: 0pt 0pt 5px;
    font-weight: bold;
    color: rgb(0, 0, 102);
    font-size: 14px;
    }


/*Links*/


  a {
   color: rgb(255, 227, 113);
   text-decoration: none;
  }

  a:hover {
   color: rgb(255, 200, 0);
   text-decoration: none;
  }

/*Tabellen*/

  #main_table { width: 822px;
    height: 100%;
    }

  #td_maincontent { padding: 0px;
    vertical-align: top;
    height: 100%;
    }

  #table_maincontent { padding: 0px;
    vertical-align: top;
    height: 100%;
    }

  #td_main_top { padding: 0px;
    background-image: url(Bilder/Head.gif);
    vertical-align: top;
    with: 822px;
    height: 130px;
    }

  #Menu { vertical-align: top;
    background-image: url(Bilder/Temp_09.gif);
    vertical-align: left;
    width: 148px;
    height: 100%;
    }

  #Inhalt { padding: 0px;
   background-image: url(Bilder/Temp_10.gif);
   vertical-align: top;
   width: 633px;
   height: 100%;
   padding-left:0px; padding-bottom:10px;
   color: rgb(255,255,255);
   }
  
  #rechts { padding: 0px;
    background-image: url(Bilder/Temp_11.gif);
    vertical-align: top;
    width: 19px;
    height: 100%;
    }
    
  #links { padding: 0px;
    background-image: url(Bilder/Temp_08.gif);
    vertical-align: top;
    width: 22px;
    height: 100%;
    }

  #div_Menu { width:135px;}

  #div_Inhalt { width: 600px; 
  color: rgb(255,255,255);
    }

/*Menue*/

  a.menue-1 { font-size: 14px;
    color: rgb(255,255,255);
    text-decoration: none;
    width: 100px;
    float: left; clear: left;
    }

  a.menue-1:hover { font-size: 14px;
    text-decoration: none;
    color: rgb(255, 227, 113);
          float: left; clear: left;

    }

  div.menue-1 { margin-left: 5px;
    padding-bottom: 15px;
    }

  a.menue-1-akt { font-size: 14px;
    color: rgb(255, 227, 113);
    text-decoration: none;
    width: 100px;
    float: left; clear: left;
    }

  a.menue-1-akt:hover { font-size: 14px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    float: left; clear: left;
    }

  div.menue-1-akt { margin-left: 5px;
    padding-bottom: 15px;
    }

  a.menue-2 { font-size: 12px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    width: 100px;
    float: left; clear: left;
    }

  a.menue-2:hover { font-size: 12px;
    text-decoration: none;
    color: rgb(255, 227, 113);
    float: left; clear: left;
    }

  div.menue-2 { margin-left: 5px;
    padding-bottom: 15px;
    }

  a.menue-2-akt { font-size: 12px;
    color: rgb(255, 227, 113);
    text-decoration: none;
    width: 100px;
    float: left; clear: left;
    }

  a.menue-2-akt:hover { font-size: 12px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    float: left; clear: left;
    }

  div.menue-2-akt { margin-left: 5px;
    padding-bottom: 15px;
    }
  
  table.zweispalten {
    width:100%;
  }

  td.zweispaltig-links {
   vertical-align:top;
   width: 50%;
  }

  td.zweispaltig-rechts {
   vertical-align:top;
   width: 50%;
  }

  li {
	  padding-bottom:3px;
	  margin-left:-15px;
  }

  ul {
   font-size:12px;
  }

/* News */

  div.news { width: 574px;
    padding:8px;
    }

div.news-oben { width: 574px;
    background-image: url(Bilder/whaaps_news_01.gif);
    background-repeat: no-repeat;
    height: 30px;
    text-align: center;
    vertical-align: bottom;
    }

div.news-mitte { padding: 0px;
    background-image: url(Bilder/whaaps_news_02.gif);
    vertical-align: top;
    background-repeat: repeat-y;
    with: 574px;
    }  


  div.news-content { width: 574px;
    padding:10px 15px 10px 10px;
    overflow:display;
    }

   span.news-desc {
   padding:0px 5px 0px 0px;   
with: 574px;
  }

  div.news-unten { width: 574px;
    background-image: url(Bilder/whaaps_news_04.gif);
    background-repeat: no-repeat;
    height: 23px;
    text-align: center;
    }

  h1.news-header { color:rgb(255,255,255);
    font-size:20px;
    padding-top:3px;
   }