/* Andreas Falk*/
/* CODING 2009 */

/* ################################## */
/* ALLGEMEINE EINSTELLUNGEN */
/* ################################## */

	form {margin:0px;} 
	
   body
	{
		margin=0;
		font-family: Trebuchet MS;
		font-size: 12px;
		color: #000000;
	}


   td, th
	{
		font-family: Trebuchet MS;
		font-size: 12px;
	}
	

	


/* ################################## */
/* LINKFORMATIERUNGEN */
/* ################################## */

	a 
		{
			color: #F74910 ;
			text-decoration:none;
			font-family:Trebuchet MS;			
		}

	a:link 
		{
			color: #F74910 ;
			font-family:Trebuchet MS;
		
		}
	
	
	a:visited 
		{
			color: #F74910 ;
			font-family:Trebuchet MS;
			
		}
	
	a:active 
		{
			color: #F74910 ;
			font-family:Trebuchet MS;
		}
	
	a:hover 
		{
			color:  #F74910 ;
			text-decoration:underline;
			font-family:Trebuchet MS;
		}

		
/* ################################## */
/* UEBERSCHRIFTEN */
/* ################################## */

	
		
		
	h1
		{
			font-weight: bold; 
			font-family: Trebuchet MS;
			color: #F74910;
			font-size: 16px;
		}


	h2
		{
			font-weight: bold; 
			font-family: Trebuchet MS;
			color: #421C00;
			font-size: 16px;
			
		}
		
			
	
