/* Formate */
@charset "ISO-8859-1";

a:link { text-decoration:none; font-weight:bold; color:#e00000; }
a:visited { text-decoration:none; font-weight:bold; color:#800000; }
a:hover { text-decoration:none; font-weight:bold; background-color:#ff0; }
a:active { text-decoration:none; font-weight:bold; background-color:#cff; }
a:focus { text-decoration:none; font-weight:bold; background-color:#080; }

table { width:100%; }

td { border:1px solid #000; vertical-align:top; overflow:auto; padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px; }

H1 { border:1px solid black; font-style: bold; color: blue; padding-left: 20px; }

P { font-family: Vardana, Arial, sans-serif; font-size: 11pt; line-height: 1.5; }

.kasten { padding-left: 10px; padding-right: 10px; border:1px solid green;}

.begriff  { background-color: #FFFF88; }
