/***************************************************/
/* Stiftung Schlossmatt                            */
/* CSS Style Sheet Mai 2007 by schuerch konzeption */
/* Revision in 2014                                */
/* Revision in 2014                                */
/* www.schuerch.info                               */
/***************************************************/

/***********************************************/
/* HTML tags                                   */
/***********************************************/ 


body {
	margin : 30px 0px 10px 0px;
	padding : 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #CCCCCC;
	}

a, a:link, a:visited {
	text-decoration: none;
	color: #666666;
	}
	
a:hover {
	text-decoration: underline;
	}

.table1 {
	border: 0px;
	background-color: white;

	}
	
p {
	margin: 0px 0px 0px 10px;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	
	}
