/* cascading style sheets */
/* www.swt-edv.de*/
/* SWT-EDV Horst Schmidt*/

/*
must be this
<link rel="stylesheet" href="include/style.css" type="text/css">
*/

/* Ränder global */
* {
  margin:0px;
  padding: 0px;
  }

/* Body */
  body {
  color:#ffffff;
  background-color:#335577;
  font-family: Verdana; Arial;
  font-size:8pt;
  }

/* Link-Formate */
  a {color:#eeffdd; text-decoration:none;}
  a:hover {color:#FF0000;}
  a.hell {color:#000000;}
  a.hell:hover {color:#ff0000;}
//  a.rot {color:#ff4080;font-size: 120%;}
//  a.rot:hover {color:#88ccff;}
//  a.blau {color:#220099;}
//  a.blau:hover {color:#88ccff;}

/* Bereiche */
  #logobereich {
  width: 1020px; height: 156px;
  background-color: #000000;
  color: #eeffdd
  }

  #menuebereich {
  width: 1020px; height: 30px;
  background-color: #aabbcc;
  color: #000000
  }

  #inhaltbereich {
  width: 1020px; height: 550px;
  color: #000000;
  background-color: #eeffdd;
  }

  #textbereich_DSE {
  width: 1020px; height: 1015px;
  color: #000000;
  background-color: #eeeedd;
  }

  #textbereich_AGB {
  width: 1020px; height: 550px;
  color: #000000;
  background-color: #eeeedd;
  }

  #inhaltbereich_Ansicht {
  width: 1020px; height: 760px;
  color: #000000;
  background-color: #eeeedd;
  }

  #statusbereich {
  width: 1020px; height: 30px;
  background-color: #000000;
  color: #ffffff
  }

  #fussbereich {
  width: 1020px; height: 30px;
  background-color: #aabbcc;
  color: #000000
  }

  #zwischenraumbereich {
  width: 1020px; height: 1000px;
  background-color: #335577;
  color: #224466;
  }

  #kwbereich {
  width: 1020px; height: 100px;
  background-color: #335577;
  color: #224466;
  }


/* Texteformate */

  #fliesstext {
  font-size: 8pt;
  font-weight: 200;
  color: #333333;
  }