/* Schriftart und Schriftgr��e */
body,td,th {
    font-family: Verdana,Helvetia,sans-serif;
    font-size:10px;
      line-height:140%;

}
/* Hintergrundfarbe der Seite */
body { 
  background-color:#fff;
  /* Oben keinen Rand */
  margin-top:0px;
  padding-top:0px;
  
  /* Unten keinen Rand */
  margin-bottom:0px;
  padding-bottom:0px;
  
  /* Links keinen Rand */
  margin-left:0px;
  padding-left:0px;
  
  /* Rechts keinen Rand */
  margin-right:0px;
  padding-right:0px;
}

/* Links */
a { color:rgb(0,0,0); text-decoration:none; }
a:hover   { text-decoration:underline; }

/* Standard: Textausrichtung in der Zelle oben,  Bilder haben keinen Rand (auch wenn sie Links sind) */
td { vertical-align:top; }
img { border:0px; }

/* Oben keinen Abstand, damit nicht unb�ndig */
h1, h2, h3, h4, h5, h6, h7, p { padding-top:0px;margin-top:0px; }

h1 { 
  
 line-height: 120%;
  font-size: 17px;
  font-weight: normal;
}

/* hr-Style standardisieren */
hr {
  margin:0px;
  padding:0px;
  border:none;
  border-top:1px solid #ccc;
  height:1px;
}
ul.Liste  {
  padding-left:7px;
  margin-left:7px;
}
  
.Liste li {
  padding-top:3px;

}