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

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



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

#navigation2 ul li a {

	line-height: 14pt;
	
}


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



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



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


