/* Test css file for maquette 200px 
	Marco Barnig
	29.3.2012 
	*/
	/* narrow */
		html, body {width:100%; border:0; margin:0; padding:0; font-family:sans-serif; font-size:1em; background-color:#90715c; color:#ffffff; text-align:center;}
		#overall {max-width:200px; margin:0 auto; text-align:left; background-color:#7d796d;}
		#wrapper { }
		/* Navigation */
		#nav {background-color:#90715c; }
		.run, .pause, .mute, .loud, #facebook, #breadcrumb {display:none;}
		#article {}
		#aside {display:none;}
		#header { }
		#fond {display:none; }
		#slideshow { }
		#slides {display:none;}
		#content { }
		.section {margin-bottom:1%;}
		.w10,.w2l,.w4l,.w6l,.w8l,.w2r,.w4r,.w6r,.w8r {width:100%; background-color:#90715c;}
		#footer {display:none; }
	
	/* links */
		a {color:#ffffff; text-decoration:underline;}
		a:visited {color:#daa520; }
		a:hover {color:#000000; text-decoration:underline;}
		a:active {color:#ffffff; text-decoration:none; }
				
	/* images */
		/* text-decoration:none to avoid link border in IE */
		#header img {width:100%; text-decoration:none; border:0;}
		#content img {max-width:96%; margin:2%;}
	