BODY, P, BLOCKQUOTE, TABLE, TD, FORM, SELECT, OPTION, INPUT, IMG, LI  {
  font-size : 11.4px;
  font-family : Arial, Helvetica, Geneva, sans-serif;
  align: justify
}
.comm {  font-size: 11.4px; }
.pix09 {  font-size: 9px}
.pix10 {  font-size: 10px}
.pix11 {  font-size: 11px}
.pix12 {  font-size: 12px}
.pix14 {  font-size: 14px}
.pix18 {  font-size: 18px}
.pix24 { font-size: 24px}
.pix36 { font-size: 36px}
.eingezogen {  text-indent: -1.5ems}
.source {  font-family: "Courier New", Courier, mono}

a:link {  color: #e16e08; text-decoration: underline}
a:visited {  color: #ba9a7e; text-decoration: underline}
a:hover {  background-color: #e16e08 ;color: #FFFFFF; text-decoration: none}

h3 { 	margin-top : 40px; }

h4 { 	margin-top : 35px; }

.bgMarker, #tab .bgMarker  { background-color: #FFE26F}
.bg00, #tab .bg00  { background-color: #FFFFFF}
.bg03, #tab .bg03  { background-color: #f9f9f9}
.bg05, #tab .bg05  { background-color: #f6f6f6}
.bg07, #tab .bg07  { background-color: #f0f0f0}
.bg1, .bg10, #tab .bg1, #tab .bg10   {  background-color: #EEEEEE}
.bg20, #tab .bg20 { background-color: #CCCCCC}
.bg30 { background-color: #666666}

.ferr {  color: #FF0000}
.f05 { color: #B0B0B0}
.f10 { color: #909090}
.f20 { color: #666666}

/* tabnoshow - unsichtbare Tabelle zum reinen Anordnen von Inhalten {{{*/
.tabnoshow  {
	empty-cells: show !important;
	border-style: solid ;
	background-color:transparent;
	border-width: 0px !important;
	/* padding:100px;   bringt hier nix */
	border-spacing:0px !important;
	/* border-collapse:collapse;    zieht alle Zellen aufeinander, egal was als border-spacing angegeben ist!  */
	/* margin:10;   macht einen leeren Rahmen um die ganze Tabelle...  */
}

.tabnoshow  th {
	font-weight: normal;
	text-align: left;
	/* untere Linie etwas dunkler */
}

.tabnoshow td, .tabnoshow  th {

	vertical-align: top;
	/* text-align: left; */
	padding:5px;  /* das hier bringt Abstand zum Rand */
}

