/*	---------------------------------------------------------------------- */
/*	
	Name: Naef Marketing Kommunikation AG
	Date: April 2012
	Description: Responsive CSS for selected Browsers
	Version: 1.0
	Author: Camilla De Boni
	Autor URI: http://naef-werbung.ch
*/
/*	---------------------------------------------------------------------- */

body {
	width: 100%;
	background-image: none;
}

/*	---------------------------------------------------------------------- */
/* 	containers */
/*	---------------------------------------------------------------------- */

#container_header {
	margin: 0 0 20px 5%;
}

#container_content {
	width: 90%;
}

img.header  {
	width: 100%;
}

#content_left {
	width: 95%; /* actual 635px */
	padding: 20px 10px 0 10px;
}

#content_right {
	width: 95%; /* actual 305px */
	float: left;
	padding: 20px 10px 0 10px;
}