
body { margin-left: 10%; margin-right: 10%;
	font-size: 14px; line-height: 140%;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
  }
  
A:link { color: #0080FF; text-decoration: none; }    /* noch nicht besuchter Link */
A:visited { color: #0080FF; text-decoration: none; } /* schon besuchter Link      */
A:hover   { color: #00FFFF; text-decoration: none; } /* Benutzer 'hovert' */
A:active  { color: lime; text-decoration: none; }    /* Link wird ausgewählt */

h2 { margin-top:1.4em; margin-bottom:0.5em;
  }

h3 { margin-top:1.4em; margin-bottom:0.5em;
  }

table { border-collapse:collapse
  }

th { background-color:#E0E0E0; font-weight:bold; }

td { border: 0px; font-size: 14px; 
	border-top: 0px solid #000000; 
	border-bottom: 0px solid #000000; 
	border-left: 0px solid #000000; 
	border-right: 0px solid #000000; 
  }

ul { list-style-image:url(..bilder/list-active.gif); }

#klein { font-size: .8em; }