@charset "iso-8859-1";

/*******************************************************************************
*  print.css 
*******************************************************************************/


#outerColumnContainer
{
	border-left-width: 0;
	border-right-width: 0;	   
				  
}



#outerColumnContainer, #innerColumnContainer
	{
	visibility: visible;
	}

#footer 
{
	visibility: hidden;  
}
a
{
	text-decoration: none;
	background-color: inherit;
	color: inherit;		/* remove any formatting the links get. */
	background: #fff;
	color: #000;		
}


a:link, a:visited
{
	text-decoration: none;
	background: #fff;
	color: #000;		
}



/* not working tag to get logo to print in ie */
#elektro,#meister
{
	visibility: visible;
}

/******************************************************************************/