﻿/*** Grundlagen ***/

body,p,div,span,a,img,ul,li,dl,dd,dt,h1,h2,h3,table,th,td,tr {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  border-width:0px;
  border-style:solid;
  border-color:#000000;
  /*
  border-width:0px;
  border-style:solid;
  border-color:#000000;
  background-color:#ffffff;
  */
}

body {
  background-color:#ffffff;
}

li,dd,dt,p,h1,h2,h3,th,td {
  font-family:Arial,Helvetica,sans-serif;
  font-size:10pt;
/*

  line-height:2.5ex;

  font-stretch:normal;

  word-spacing:0.4ex;

  letter-spacing:0ex;

*/

  font-style:normal;

  font-weight:normal;

  font-variant:normal;

  text-decoration:none;

  text-transform:none;

  text-align:left;

  vertical-align:top;

  color:#000000;

  text-indent:0pt;

  white-space:normal;

  cursor:auto;

}

li,dd,p,h1,h2,h3 {

  margin:0ex 0em 0.7ex 0em;

}



dl {

  margin:0px 0px 1ex 1.2em;

}

dt {

  font-weight:bold;

}

dd {

  margin:0px 0px 0px 1.2em;

}



ul {

  list-style:disc outside;

  margin:0px 0px 1ex 1.2em;

}

ul ul {

  margin-bottom:0px;

}



a:Link,a:Visited,a:Active,a:Hover   {

  color:#000000;

  text-decoration:none;

  border:none;

}



h1,h2,h3 {

  font-weight:bold;

  margin:2ex 0em 1ex 0em;

}

h1 {

  font-size:130%;

}

h2 {

  font-size:120%;

}

h3 {

  font-size:110%;

}



