
body { 

	margin:0px; 
	padding:0px;

	color:  #585858;
	font-size: 11pt; 
	font-family: arial, sans-serif; 

	text-decoration: none; 
}



/* alle hyperlinks */
a 				{ font-weight: normal; font-style: italic; color: #585858; text-decoration: none; }
a:link 		{ font-weight: normal; font-style: italic; color: #585858; text-decoration: none; }
a:visited 	{ font-weight: normal; font-style: italic; color: #585858; text-decoration: none; }
a:active 	{ font-weight: normal; font-style: italic; color: #FFAD36; text-decoration: none; }
a:hover 		{ font-weight: normal; font-style: italic; color: #FFAD36; text-decoration: none; }


/* alle ul-lists ohne einzug */
ul 
{
	border: 0px none; 
	margin: 18px; 
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding: 0px;
}



/* alle tables ohne padding und spacing und border */
table, tr, td 
{
	margin: 0px; 
	padding: 0px;
	border: 0px none; 
	border-collapse: collapse;

	font-size: 11pt; 

}


img {

border: 0px none;

}


/* formulare */
form, input, select, textarea
{
	font-size: 11pt; 
}


/*	font-size: 9pt;  */ /* Searchform */


