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

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




#navigation2 ul li a {
	line-height: 20pt;
}


/* 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: 16pt;
}



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



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

