body{
	font-weight: normal;
	font-style: normal;
	background-color: #FFFFFF;
	vertical-align: baseline;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
body, td {
	font-size: 12px;
}
.urhere { font-size: 10px; text-align: right}
.comm {  font-size: 11.4px; }
.bgMarker, #tab .bgMarker  { background-color: #FFE26F}
.bgErr, #tab .bgErr  { background-color: #FF0000}
.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}

.p10 {  font-size: 10pt}
.p09 {  font-size: 09pt}
.p085 {  font-size: 8.5pt}

.pix09 {  font-size: 9px}
.pix10 {  font-size: 10px}
.pix11 {  font-size: 11px}
.pix12 {  font-size: 12px}
.pix14 {  font-size: 14px}
.pix24 { font-size: 24px}
.pix36 { font-size: 36px}

/* Zum Testen:
a:hover {  font-family: "Times New Roman", Times, serif}
a:visited {  color: #FF8040}
a:link {  color: #FF0099}
*/

/* für kleine Hinweis-Zeilen unter Bildern etc., Farbe in grau, Link nicht unterstrichen und einfarbig.
*/

/* Test in Rot und Riesen-Schrift:
	#hinw1,  #hinw1 a, #hinw1 A:hover , #hinw1 a:link {  color: #FF0000}
	#hinw1 a:hover {background-color: #FF0000; text-decoration: none}
	#hinw1  {color: #DDD; font: 100px/20px "Impact", sans-serif}
*/
#hinw1,  #hinw1 a, #hinw1 A:hover , #hinw1 a:link {  color: #909090}
#hinw1 a:hover {background-color: #FFCC33; text-decoration: none}
#hinw1 a:link { text-decoration: none}
/*
#link1 a {text-decoration: none; color: #FF0000}
#link1 a:link { text-decoration: none}
*/
#link1 a:link {text-decoration: none;  color: default}
#link1 a:visited {text-decoration: none}
#link1 a:hover {text-decoration: none; color: #CC0000}

/* Tabelle: dunkler HG, helle Zellen
*/
#tab p, #tab td {  font-size: 10.5px; }
#tab td { background-color: #FFFFFF; }
#tab table {background-color: #EE0000}

#tab11 p, #tab11 td {  font-size: 11px; }

a:visited {  color: #3D3F5C; text-decoration: underline}
a:link {  color: #3333CC; text-decoration: underline}
a:hover { background-color: #FFCC33; text-decoration: underline}
.KK-Mus {  font-weight: bold; color: #FFCC00}


/* tab {{{*/
.tab  {
	/* font-size: 9px; /* hier falsch */
	empty-cells: show;
	border-style: solid;
	border-color: rgb(192, 192, 192) rgb(152, 152, 152) rgb(152, 152, 152) rgb(192, 192, 192);
	border-width: 1px;
	font-weight: inherit;
	/* padding:100px;   bringt hier nix */
	border-spacing:0px;
	/* border-collapse:collapse;    zieht alle Zellen aufeinander, egal was als border-spacing angegeben ist!  */
	/* margin:10;   macht einen leeren Rahmen um die ganze Tabelle...  */
}

.tab  td, .tab  th {
	/* font-size: 9px; */
	/* Rahmen um jede Zelle */

		border-style: solid;
		border-color: rgb(222,222,222);
		border-width: 0px 1px  1px 0px;
		vertical-align: top;
		text-align: left;
		padding:5px;  /* das hier bringt Abstand zum Rand */
}

.tab  th {
	color: #666666;
	/* untere Linie etwas dunkler */
	font-weight: bold !important;
	border-color: rgb(222, 222, 222) rgb(222,222, 222) rgb(152, 152, 152) rgb(222, 222, 222);
}
/* }}}*/

/* tabnoshow - unsichtbare Tabelle zum reinen Anordnen von Inhalten {{{*/
.tabnoshow  {
	empty-cells: show;
	border-style: solid;
	background-color:transparent;
	border-width: 0px;
	/* padding:100px;   bringt hier nix */
	border-spacing:0px;
	/* 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;
	/* untere Linie etwas dunkler */
}

.tabnoshow td, .tabnoshow  th {

	vertical-align: top;
	/* text-align: left; */
	padding:5px;  /* das hier bringt Abstand zum Rand */
}

/* }}}*/

/* tabbilder {{{*/
.tabbilder  {
	/* font-size: 9px; /* hier falsch */
	empty-cells: show;
	border-color: #ffda00 #b2973a #b2973a #ffda00;
	border-width: 2px 4px 4px 2px;
	border-style: solid;
	/* padding:100px;   bringt hier nix */
	border-spacing:0px;
	/* border-collapse:collapse;    zieht alle Zellen aufeinander, egal was als border-spacing angegeben ist!  */
	/* margin:10;   macht einen leeren Rahmen um die ganze Tabelle...  */
}

.tabbilder  td, .tabbilder  th {
	/* font-size: 9px; */
	/* Rahmen um jede Zelle */

		border-style: solid;
		border-width: 0px;
		vertical-align: top;
		text-align: left;
		padding:10px;  /* das hier bringt Abstand zum Rand */
}

.tabbilder  th {
	color: #666666;
	/* untere Linie etwas dunkler */
	font-weight: bold !important;
	border-color: rgb(222, 222, 222) rgb(222,222, 222) rgb(152, 152, 152) rgb(222, 222, 222);
}
/* }}}*/



