body         {
    background-color : #F1F1F1; 
/* Achtung: Basiswert in Point, alle Prozentangaben beziehen sich auf diesen Wert */
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
button       {
	font-family: Arial, Helvetica, sans-serif;
/* ---------  8 pt ------------*/
	font-size: 100%;
	border-style: solid;
	border-width: 1pt
}
caption      {
/* ---------  14 pt ------------*/
	font-size: 140%;
	font-family : inherit;
}
p, table, td, tr             {
	font-family: Arial, Helvetica, sans-serif;
/* ---------  10 pt ------------*/
	font-size: 100%;
	color : #000000
}
h1			 {
	font-family: Arial, Helvetica, sans-serif;
/* ---------  14 pt ------------*/
	font-size: 140%;
	font-weight : bold;
}
h2			 {
	font-family: Arial, Helvetica, sans-serif;
/* ---------  14 pt ------------*/
	font-size: 100%;
	font-weight : bold;
}
h3			 {
	font-family: inherit;
/* ---------  14 pt ------------*/
	font-size: 140%;
	font-style : italic;
}
h4           {
	font-family: inherit;
	font-weight: bold;
/* ---------  12 pt ------------*/
	font-size: 110%;
}
h5           {
	font-family: inherit;
/* ---------  10 pt ------------*/
	font-size: 100%;
	font-weight: bold
}
h6           {
	font-family: inherit;
/* ---------  8 pt ------------*/
	font-size: 80%;	
}
label        {
	font-family: inherit;
	/* ---------  8pt ------------*/
	font-size: 80%;
}
legend       {
	font-family: inherit;
	/* ---------  8pt ------------*/
	font-size: 80%;
}

/* ---------  14pt ------------*/
marquee      { font-size: 140%; font-family: Arial, Arial, Helvetica }

.klein      { 	
	font-family: Arial, Helvetica, sans-serif;
	/* ---------  8 pt ------------*/
	font-size: 85%; 
	line-height: 100%; 
 }
	 
p.white       { 
/* fuer weissen regulaeren Text */
	color: #FFFFFF 
}

ul, ol           {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	/* ---------  10pt ------------*/
	font-size: 100%;
}

br.h_line  {
/* "Halblinie" - Umbruch bzw. "niedrige" Leerzeile als Abstand in den steitlichen Menues */
	font-size : 6pt;
}

p.reg	{
/* Text fuer REITER / REGISTER (oberes Menue */
	color : #000099;
	font-weight : bold;
	/* ---------  9pt ------------*/
	font-size: 90%;
	white-space: nowrap;
}
.cat_bdy  {
/* Text fuer Kategorien in seitlichen Menues */	
	line-height: 110%;
	margin-left : 6px;
	margin-right : 6px;
}
.cat_bdy_sub  {
/* Text fuer Untermenues in Kategorien, seitliche Navigation */	
	line-height: 110%;
	margin-left : 12px;
	margin-right : 4px;
}
.hdr_title		 {
/* Ueberschrift im Kopf (oberes Menue) */
	font-family: inherit;
	/* ---------  14pt ------------*/
	font-size: 150%;
	font-weight : bold;
	color : #FFFFFF;
	white-space: nowrap;	 
}
.hdr_subtitle		 {
/* Untertitel im Kopf (oberes Menue) */
	font-family: inherit;
	/* ---------  8pt ------------*/
	font-size: 80%;
	color : #FFFFFF;
	white-space: nowrap;
}
a:link 		{
	color : #0000FF;
	font-weight : normal;
	text-decoration : underline;
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 10 pt; */
}
a:visited  {
	color : #333333;
}
a.udl:link, a.udl:visited,	.udl	{
/* Link ohne Unterstrich, wenn aktiv mit Unterstrich */
/* fuer oberes Menue und Kategorie-Uebersichten */
	color : #FFFFFF;
	font-weight : bold;
  	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	/* ---------  8 pt ------------*/
	font-size: 95%;
}
a.udl:hover  {
	text-decoration : underline;
}

a.reg:link, a.reg:visited  	{
/* Link fuer Reiter / Register */
	color : #0000FF;
	font-weight : bold;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	/* ---------  9pt ------------*/
	font-size: 90%;
	white-space: nowrap;	 
}
a.reg:hover  {
   	text-decoration : underline;
}
a.cat_hdr:link, a.cat_hdr:visited,	.cat_hdr	{
/* Link fuer Kategorien */
	color : #FFFFFF;
	font-weight : bold;
  	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	/* ---------  10pt ------------*/
	font-size: 100%;
}
a.cat_hdr:hover  {
	text-decoration : underline;
}
.lv_hdr, .sv_hdr, .sm_hdr {
/* fuer Seitenkopf in Farbe - lv - #339999, sv: #6699FF, sm : #FFCC33 */
	background-color : #999999;
	padding : 2px 5px 2px 5px;
	height : 40px;
}
.lv_hdr_udl, .sv_hdr_udl, .sm_hdr_udl  {
/* fuer Seitenkopf - Unterteil ; in Farbe - lv - #339999, sv: #6699FF, sm : #FFCC33 */
	background-color : #000000;
	border-color: #000000 #000000 #000000 #000000;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
}
.lv_cat_hdr, .sv_cat_hdr, .sm_cat_hdr  {
/* fuer Kategorienueberschriften, in Farbe - lv - #339999, sv: #6699FF, sm : #FFCC33 */
	background-color : #666666; 
	border : 2px solid #666666; 
	padding : 1px 4px 1px 6px;
}
.lv_cat_bdy, .sv_cat_bdy, .sm_cat_bdy  {
/* fuer Kategorieninhalt; 	Rahmen oben offen */
	background-color : #FFFFFF;
	border-color: #999999 #999999 #999999 #999999;
	border-style: solid;
	border-width: 0px 2px 2px 2px;
	padding : 6px 0px 6px 0px;
}
.reg_empty  {
/* leere Zelle neben Register/Reitern*/
/*	background-color : #CCCCCC; 
	border-color: #666666 #000000 #000000 #666666;
	border-style: solid;
	border-width: 0px 0px 2px 0px;
	color : #000000;
	font-weight : bold;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
    /* ---------  7pt ------------*/
	font-size: 95%;
	padding : 2px;
	vertical-align : bottom;
	white-space : nowrap;
}
.reg_sv, .reg_lv, .reg_sm  {
/* Register - Reiter */
	background-color : #CCCCCC;
	border-color: #666666 #666666 #000000 #666666;
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	padding : 2px 4px 2px 4px;
	text-align : center;
	white-space : nowrap;
}
.reg_sv_active  {
/* Register - Reiter - Steuerverein aktiv */
	background-color : #999999;
	border-color: #000000 #000000 #000000 #000000;
	border-style: solid;
	border-width: 2px 2px 0px 0px;
	padding : 2px 4px 2px 4px;
	text-align : center;
	white-space : nowrap;
}
.reg_lv_active   {
/* Register - Reiter  - Lohnsteuerverein  aktiv*/
	background-color : #999999;
	border-color: #000000 #000000 #000000 #000000;
	border-style: solid;
	border-width: 2px 2px 0px 2px;
	padding : 2px 4px 2px 4px;
	text-align : center;
	white-space : nowrap;
}
.reg_sm_active   {
/* Register - Reiter  -  Steuermonitor aktiv*/
	background-color : #999999;
	border-color: #000000 #000000 #000000 #000000;
	border-style: solid;
	border-width: 2px 3px 0px 2px;
	padding : 2px 4px 2px 4px;
	text-align : center;
	white-space : nowrap;
}
.Suchformular  {
/* Suchformular in oberem Menue - allgemein*/
	position : relative;
	top: 10px;
	white-space : nowrap;
}
.Suchfeld  {
/* Suchformular in oberem Menue (Kopf ) - Suchfeld */
	position : relative;
	top: 0px;
	height : 22px;
	border : 1px solid #666666;
	background-color : #FFFFFF;
	padding : 2px;
}
.Suchbutton  {
/* Suchformular in oberem Menue (Kopf ) - Button */
    position : relative;
	top: 0px;
	height : 22px;
	border : 1px outset;
	background-color : #CCCCCC;
	font-size: 8pt;
}
.Bottom_Formular  {
	/* Formular fuer Button Mitteilungen, .. in _border/bottom */
	white-space : nowrap;
	position : relative;
	vertical-align : top;
	font-size: 8pt;
}
.Bottom_Button  {
/* Button Mitteilungen, .. in _border/bottom */
	height : 24px;
	border : 2px outset;
	background-color : #CCCCCC;
	width : 260px;
	text-align : center;
	font-size: 8pt;
}
.lv_bottom, .sv_bottom, .sm_bottom  {
	/* fuer Tabelle in Fußzeile */
/*	background-color : #CCCCCC;
	border-color: #666666 #666666  #666666 #666666;
	border-style: solid solid solid solid;
	border-width: 2px 0px 1px 0px;
	padding : 6px 4px 6px 4px;
}
