/* =======================================
			BG HEADER INDIVIDUELL
========================================== */	
div.header	{
			background:			#CC9999;
			}
/* ***************************************
			LINK COLOR INDIVIDUELL
========================================== */	
a:link		{
			text-decoration:	none; 
			color:				#7A1F1F;
			}
a:visited	{
			text-decoration:	none;  
			color:				#8C5959;
			}
a:hover		{
			color: 				#FF3134;
			text-decoration: 	underline;
			}
#link1		{
			padding-top: 		10px;
			font-style:			italic;
			color:				#663300;
				}
#link1		{
			padding-top: 		10px;
			font-style:			italic;
			color:				#663300;
				}
/* ***************************************
			HEAD INDIVIDUELL
========================================== */	
#head1		{
			font-size: 			8pt;
			letter-spacing: 	1px;
			font-weight: 		bold;
			color: 				#663333;
			line-height: 		220%;
			}
#head2		{	
			font-size: 			8pt;
			letter-spacing: 	1px;
			font-weight: 		bold;
			color: 				#663333;
			padding-top: 		20px;
			}
/* ***************************************
			BG INDIVIDUELL
========================================== */		
div.footer	{
			background:			#663333;
			}
			
