/**************************************************************************
*
*  SCHRIFTGRÖSSE, ZEILENABSTAND
*
***************************************************************************/


/* content */
body,
table, tr, td,
form, input, select, textarea {
	font-size: 18pt; 
}




#navigation2 ul li a {

	line-height: 18pt;
	
}

/* nav sub - überbreite rechts abschneiden */
#navigation2 {
	overflow: hidden;
}



/* Besondere Params - Fontsize  - Immer 4pt kleiner als Content Fontsize */
/* Immer 4pt kleiner als Content Fontsize */
#td-adresse-mittlere-spalte,
#td-navfooter-and-search td,
#td-navfooter-and-search input {
	font-size: 14pt;
}



/* Immer 2pt grösser als Content Fontsize */
/* Definiere alle h1 header */
div.csc-header h1
{
	font-size: 20pt;
}




/**************************************************************************
*
*  ABSTAND
*
***************************************************************************/
#navigation1  {
	margin-top: 4px; 
}

