
/* ***************************************
			LINK COLOR INDIVIDUELL
========================================== */	
a:link		{
			text-decoration:	none; 
			color:				#951F1F;
			}
a:hover		{
			color: 				#CE2020;
			text-decoration: 	underline;
			}
a:visited	{
			text-decoration:	none;  
			color:				#D84848;
			}
#link1		{
			padding-top: 		10px;
			font-style:			italic;
			color:				#951F1F;
				}
#link3		{
			padding-top: 		4px;
			font-style:			italic;
			color:				#951F1F;
			}
#fotorand		{
			border-left:		0px;
			border-right:		solid 10px #EDEDC1;
			border-top:			solid 0px #EDEDC1;
			border-bottom:		0px;
			}
