/*
 * Style sheet intended to support handhelds/mobiles.
 */



@charset "utf-8";

@import "common.css";

#side-menu,
#top-left-corner,
#top-right-corner,
#right-margin {
	display: none;
}


/* 
 * All images resize per default.
 * Disable like this: 
 *   <img style="width:auto" ..
 */
img {
	width:100%;
	height:auto;
}