body 
  { 
  background: #fff; 
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: verdana, arial, sans-serif;
  color: #000;
  text-align: center; /* für ie -> wird im wrapper wieder auf left gestellt! */
  }
div
  {
  border: solid white 2px;
  text-align: left;
  margin: 3px;
  padding: 3px;
  background: whitesmoke;
  /* -moz-border-radius: 4px;
  -webkit-border-radius: 4px; */
  }
h1
  {
  font-size: 14px;
  font-weight: bold;
  padding-top: 4px;
  width: 380px;
  display: block;
  color: red;
  border-bottom: dotted red 1px;
  }
#navi
  {
  padding-right: 5px;
  text-align: right;
  float: left;
  height: 600px;
  width: 200px;
  background: white;
  }
#textwerbung
  {
  text-align: center;
  float: left;
  height: 600px;
  width: 160px;
  background: white;
  border-color: white
  }
#bildwerbung
  {
  text-align: center;
  float: left;
  height: 600px;
  width: 160px;
  background: white;
  border-color: white
  }
#inhalt
  {
  margin-top: 9px;
  padding-left: 10px; /* listen-nummerierungen sind rechtsbündig, deshalb ausgleich für rand des divs links */
  float: left;
  height: 589px;
  width: 400px;
  background: whitesmoke;
  border-color: silver;

  }
ul, ol
  {
  margin-left: 1em; /* einrückung für alle außer ie */
  padding-left: 1em; /* einrückung für ie */
  padding-bottom: 0;
  margin-bottom: 0;
  padding-right: 5px;
  }
ul.info
  {
  color: gray;
  padding-right: 10px;
  padding-top: 0;

  list-style-image: url(bilder/info.gif);

  margin-top: 10px;
  }

ul.anhang /* zusatz unten: qualifikationen, msF */
  {
  width: 300px;
  padding-top: 0;
  margin-top: 5px;
  list-style-type: square;
  border-top: solid silver 1px;
  }
ul.anhangZwei
  {
  list-style-image: url(bilder/ul.gif);
  }
ul.anhangDrei
  {
  list-style-image: url(bilder/ul.gif);
  }
ul.eins
  {
  list-style-type: square;
  }
ul.zwei
  {
  list-style-image: url(bilder/ul.gif);
  }
ul.drei
  {
  list-style-image: url(bilder/ul.gif);
  }
ul.vier
  {
  list-style-image: url(bilder/ul.gif);
  }
ul.fuenf
  {
  list-style-image: url(bilder/ul.gif);
  }
ol.null
  {
  list-style-type: upper-alpha;
  }
ol.eins
  {
  list-style-type: upper-roman;
  }
ol.zwei
  {
  list-style-type: decimal;
  }  
ol.drei
  {
  list-style-type: lower-alpha;
  }
ol.vier
  {
  list-style-image: url(bilder/ul.gif);
  }
ol.fuenf
  {
  list-style-image: url(bilder/ul.gif);
  }  
ol.nr /* nummerierungen innerhalb der §§ */
  {
  list-style-type: decimal;
  margin-left: 20px;
  margin-top: 0; 
  margin-bottom: 0;
  }
ol.buchstabe
  {
  list-style-type: lower-alpha;
  margin-left: 20px;
  margin-top: 0; 
  margin-bottom: 0;  
  }


a {
  text-decoration: none;
  color: #000;
  }
a:hover
  {
  color: white;
  background: gray;
  }
a.tipper
  {
  text-decoration: underline;
  color: black;
  }
a:hover.tipper
  {
  color: #fff;
  background: #000;
  }
a.deftipper
  {
  text-decoration: underline;
  color: gray;
  }
a:hover.deftipper
  {
  color: #fff;
  background: gray;
  }
a.hyper
  {
  color: red;
  text-decoration: none;
  }
a:hover.hyper
  {
  color: red;
  text-decoration: none;
  background: silver;
  }
a.hyperJq
  {
  color: gray;
  text-decoration: none;
  }
a:hover.hyperJq
  {
  color: black;
  text-decoration: none;
  background: silver;
  }
a.theList
  {
  color: black;
  text-decoration: none;
  }
a:hover.theList
  {
  color: black;
  background: silver;
  }
a:none
  {
  background: white;
  }
a:hover.none
  {
  background: white;
  }
/* auskommentiert 21.05.10
a.naviLink
  {
  color: black;
  text-decoration: none;
  }
a:hover.naviLink
  {
  color: white;
  background: gray;
  }
*/
a.none /* insb. für transparente bildlinks! */
  {
  color: black;
  }
a:hover.none
  {
  background: white;
  }
span.nobr
  {
  white-space: nowrap;
  }
.selectbox
  {
  width: 160px;
  font-size: 10px;
  font-family: verdana;
  }

