/**
 * NM_ComTeaserHeader.css
 *
 * @author	Marc Aschmann <marc.aschmann@dmc.de>
 * @version	$Id: NM_ComHeader.css 87779 2012-01-09 08:46:24Z rtermite $
 **/
@media all
{
	#NM_ComHeader
	{
		position: relative;
		height: 120px;
		top: 5px;
		width: 980px;
		z-index: 10;
	}

	#NM_ComHeader.light
	{
		height: 81px;
		border-bottom: 1px solid #ccc;
	}

	#NM_ComHeader #logo
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 65px;
		height: 65px;
		z-index: 2;
		cursor: pointer;
	}

	#NM_ComHeader #emoheader
	{
		position: absolute;
		top: 8px;
		left: 72px;
		display:block;
		width: 260px;
	}

	.ie6 #NM_ComHeader #emoheader p,
	.ie7 #NM_ComHeader #emoheader p
	{ /* fixes ie handling of p - spacing */
		display: inline;
	}

	#NM_ComHeader #emoheader span
	{
		top: 4px;
		left: 147px;
		position: absolute;
		font-size: 11px;
	}

	/* ie-fixes */
	.ie6 #NM_ComHeader #emoheader span,
	.ie7 #NM_ComHeader #emoheader span
	{
		top: 1px;
	}

	#NM_ComHeader #NM_ComMyAccountNavigationWidget
	{
		position: absolute;
		top: 46px;
		left: 66px;
		z-index: 3;
	}

	#NM_ComHeader .NM_ComSecurityLogo
	{
		position: absolute;
		left: 348px;
		top: 11px;
	}

	#NM_ComHeader.light .NM_ComSecurityLogo
	{
		left: 780px;
	}

	#NM_ComHeader #NM_ComCustomerService
	{
		position: absolute;
		right: 0;
		top: 9px;
	}

	#NM_ComHeader .NM_ComSearchWidget
	{
		position: absolute;
		left: 348px;
		top: 34px;
	}

	#NM_ComHeader #NM_ComBasketStateWidget
	{
		position: absolute;
		top: 36px;
		right: 0;
	}

	#NM_ComHeader #NM_ComNavigationMain
	{
		position: absolute;
		bottom: 0;
	}

	#NM_ComHeader.light #NM_ContactOptions
	{
		position: absolute;
		right: 35px;
		top: 53px;
		font-size: 11px;
		font-weight: bold;
		color: #3a3b3d;
	}

	#NM_ComHeader.light #NM_ContactOptions span.separator
	{
		margin: 0px 8px;
	}

	#NM_ComHeader.light #NM_ContactOptions .small
	{
		font-size: 8px;
		font-weight: normal;
	}

	/**
	* Sprites always in combination with .mainSprite (neckerman.css)
	*/

	#NM_ComHeader #logoHomeLink
	{
		color: #fff;
	}

	#NM_ComHeader #logoHomeLink.show
	{
		color: #3a3b3c;
	}

	#NM_ComHeader #logoHomeLink:hover
	{
		color: #999;
	}

}

/* print style */
@media print
{
	#NM_ComHeader
	{
		height:0;
		margin: 0;
		float:left;
	}

}

