body	{
	background-color: #40465B;
	scrollbar-base-color:#40465B;
   scrollbar-3dlight-color:#cccccc;
   scrollbar-arrow-color:#cccccc;
   scrollbar-darkshadow-color:#000000;
   scrollbar-face-color:#40465B;
   scrollbar-highlight-color:#000000;
   scrollbar-shadow-color:#cccccc;
   scrollbar-track-color:#595f79;
	}

td, th, li, p, a{
   font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;}

.headline2 { 
	font-family: courier new, courier, monospace;
	color: #ffffff;
	font-weight: 700;
	line-height: 140%;
	font-size: 12pt;}


.headline3 { 
	font-family: courier new, courier, monospace;
	color: #ffffff;
	font-weight: 500;
	line-height: 100%;
	font-size: 10pt;}	

p {
	line-height:120%;
	}

.bg_color{
	background-color: #595f79;}

.bg_color2{
	background-color: #40465B;}
	
	
/* Pseudoformate fuer Hyperlinks */
a:link 		{color:#ffffff; text-decoration:none;}	/*a:link			#B1A37E Link*/
a:visited	{color:#ffffff; text-decoration:none;}	/*a:visites		besucht*/
a:hover 		{color:#888888; text-decoration:none;}	/*a:hover		Mouseover*/
a:active 	{color:#888888; text-decoration:none;}	/*a:active		click*/
a:focus 		{color:#ffffff; text-decoration:none;}	/*a:focus		Fokus*/

