
/* myformats.css Farbeneinstellungen für Hompage www.Fiskal.ch */


body  { background-color:#E2E2E2; }
a {color:#006666;}


#font{

	font-family: Arial,sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color:#000000;
}

#font2{

	font-family: Arial,sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	background-color: #C8C8C8;
	
}

#fontgross{

	font-family: Arial,sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #000000;
}


#fonttitle{

	font-family: Arial,sans-serif;
	font-size: 11pt;
	font-weight: normal;
	background-color: #006666;
	color: #FFFFFF;
}


/* Verweistext weiss*/
#fontlink{
	
	font-family: Arial,sans-serif;
	font-size: 11pt;
	font-weight: normal;
	background-color: #006666;
	color: #FFFFFF;
}


/* Verweistext schwarz */
#fontlink2{
	
	font-family: Arial,sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
}


/* keine Unterstrichenen Verweistexte */
#fontlinkblank{

	font-family: Arial,sans-serif;
	font-size: 11pt;
	font-weight: normal;
	text-decoration:none;	
}


/* Tabellen: Weisse Schrift mit grünen Hintergrund */
#table{

	background-color: #006666;
	font-family: Arial,sans-serif;
	font-size: 13pt;
	font-weight: normal;
	text-decoration:none;
	color: #FFFFFF;
}
	

