@import url('styles.css');
/* visible elements */
*{
	float:none;
}

#content{
    width:auto;
    height:auto;
    max-width:none;
    max-height:none;
    position:static;
    overflow:visible;
    zoom:normal;
    writing-mode:'lr-tb';
	float:none;
}

/* hidden elements */
#top, #reitermenu, #box{
	display:none;
}
