body {background-image: url(hintergrund.gif)}

table {width:92%;
       margin-top:20px;
       margin-left:4%;
       margin-right:4%;
       }

/* table definition, fuer alle tables gueltige Elemente */
td {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-style:normal;
	font-size:11pt;
    line-height:1.2em;
	vertical-align:top;
	padding:10px;
	}

/* table definition, Ueberschrift */
td.ueb {
   font-size:14pt;
   font-weight:bold;
   background-color:#638EFF;
   border-style:solid;
   border-width:1px;
   border-color:#000000;
   }

/* table definition,normaler Text */
td.text {
	font-size:11pt;
	background-color:#ffffff;
  	border-style:solid;
	border-width:1px; /*dünne schwarze Linie um graues Feld*/
	border-color:#000000;
	}

/* table definition, Wortlaut des DBA */
td.wortlaut {
	font-size:11pt;
	background-color:#ffe6a3;  /* helles, warmes gelb */
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	}

/* Farbe der Links */
a:link {color:blue}       /* unvisited link */
a:visited {color:#191970}   /* visited links */
a:active {color:green}    /* active links */
a:hover {color:red} /* http://www.publisher.ch/heft/011/WebTipps.php3 */

/* Unordered list (Aufzählungen) */
ul {list-style-type: disc;}

/* brauchbar für alle HTML-Tags */
.blau {color:blue;}
.rot {color:red;}
.gruen {color:green;}
