.body0 {
 		
	background-image:url(../pics/layout/karazeichen.gif);		
	font-family:'Times New Roman';
	font-size:16px;
	color:#000000;	
		
}	
	   
	   

.body1 { 
		
	background-image:url(../pics/layout/karazeichen.gif);		
	width:670px;	
	font-family:'Times New Roman';
	font-size:18px;
	text-align:center;
	color:#000000;		
		
}



	.body1 hr {

		width:560px;
		height:1px;
		background-image:url(../pics/layout/hr.png);	
		border:0;

	}	
				

	
.body2 {
 
	background-color:#000000;
	width:670px;	
	color:#FFFFFF;	
	text-align:center;	
		
}

		
			 
h1 { 

	font-size:30px;
	
}
	

	
h2 { 

	font-style:italic;
	font-size:22px;
	
}	
	

	
h3 { 
	
	font-size:15px;
	font-style:italic;
   
}	
  
  
  

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {

	display:none;
	background:transparent url(../pics/layout/black_arrow.png);
	font-size:14px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
	
}



	/* override the arrow image of the tooltip */
	.tooltip.bottom {
	
		background:url(../pics/layout/black_arrow_bottom.png);
		padding-top:40px;
		height:55px;
		
	}


	
a:link { text-decoration:none; font-weight:bold; color:#CC0000; font-style:italic; }
a:active { text-decoration:underline; font-weight:bold; color:#0000CC; font-style:italic; }
a:visited { text-decoration:none; font-weight:bold; color:#006600; font-style:italic; }
a:hover { text-decoration:underline; font-weight:bold; color:#0000CC; font-style:italic; }

	 

#link1:link { color:silver; text-decoration:underline; font-weight:normal; font-size:18px; }
#link1:visited { color:gray; text-decoration:underline; font-weight:normal; font-size:18px; }
#link1:hover { background-color:#5F0000; text-decoration:underline; font-weight:normal; font-size:18px; }
#link1:active { background-color:#003F00; text-decoration:underline; font-weight:normal; font-size:18px; }
#link1:focus { color:#EFEFEF; text-decoration:underline; font-weight:normal; font-size:18px; }	 
