@media screen, projection {

/******** Aufbau **************************************/
/******************************************************/
/***												***/
/***		body class=smc_body						***/
/***												***/
/*****	div id = smctop class = smctop	  		  *****/
/*****									  		  *****/
/******* div class = page						*******/
/******* 										*******/
/*********  div id = header 		  		  *********/
/*********  Navigation Oben			  		  *********/
/*********							    	  *********/
/*********  div id = smclayout		 		  *********/
/*********** 	Navigation Links			***********/
/***********	div id = smccontent			***********/
/***********	div id = smccontainer2col	***********/

/***********	        					***********/
/***********	        					***********/
/*********** id = footer   					***********/
/**************************************		********/
	
	html * {
		font-size: 100.01%;
	}


	body, body.smc_body {
		font-family: arial,verdana,helvetica !important;
		font-size: 100.01%;
	}


	table.smccontenttable th {
		font-size: 110%;
	}
	
	table.smccontenttable td,
	table#smctablevorgang td,
	table.smcdocbox td.smcdocname{
		font-size: 100%;
	}
	
	/****** Text: Vorgang senden ************/
	
	.smcboxicons{
		font-size: 100%;
	}
	
	.smccontextmenu LI span {
		font-size: 120%;
	}
	
	/**** Suchformular ****/
	
	form.smcform {
		font-size: 100%;
		font-family:arial,verdana,helvetica;
	}
	
	label.smcformlabel{
		text-align:left;
		font-weight:bold;
	}
	
	/***** Text aus Texteditor ****/
	
	.smctxtcontent p font,
	.smctxtcontent table td{
		font-size: 100%;
		font-family:arial,verdana,helvetica;		
	}
	
	.smc_page_admin_content div table {
		font-size: 130%;	
	}	
	
	/******* Antrag erfassen ******/
		
}