@charset "UTF-8";
@media all
{
	/* Veränderung des Basis-Layouts: keine #col1, dafür #col3 breiter */
	#col1 {
		display: none;
	}
	#col3 {
		margin: 0 228px 0 4px;
	}
	
	/* Basiszeug, das ins selly_content.css umziehen sollte */
	p.contact{padding-left: 2em; margin-bottom:0.2em;}
	
	p.com_tel {
		background: url("/images/telefon_icon16.png") no-repeat scroll 0.2em 0.15em transparent;
	}

	p.com_mail {
		background: url("/images/mail_icon16.png") no-repeat scroll 0.2em 0.15em transparent;
	}
	
	p.com_fax {
		background: url("/images/fax.png") no-repeat scroll 0.2em 0.15em transparent;
	}
	
	div.product_grey {
		background-color: #e7e7e7;
	}
	
	div.p4 {padding: 4px;}
	
	.navi_kontakt {
	background-image: url('../../images/Navigation/kontakt.png'); 
	background-repeat: no-repeat; width: 1016px; height: 121px; vertical-align: bottom;

  }
}

