html, body {

margin:24px;
background-color: #ccc;
 color:#333333;
font-family: Verdana, Arial;
font-size:9pt;

}
.b { display: none; }
h1{
	/*font-family: Verdana, Arial;*/
	color: #E97915;
	letter-spacing: 4px;
	font-size: medium;
	font-weight: bold;
}

a:link {
	color: #333;
	text-decoration: underline;
	font-size: 100%;
font-size:9pt;
}
a:visited {
	color: #333;
	text-decoration: underline;
	font-size: 100%;
font-size:9pt;
}
a:hover {
	color: #E97915;
	text-decoration: underline;
	font-size: 100%;
font-size:9pt;
	
}
a:active {
	color: #333;
	text-decoration: underline;
	font-size: 100%;
font-size:9pt;
}
.tdueberschrift
{

     background:#E98125;
      padding:6px 24px 4px;
font-size:9pt;
font-weight:bold;

}
.tdinhalt{
padding:6px;
}