#zoom-switcher {
	float: right;
    margin-right: 40px;
    position: relative;
    top: 45px;
    width: 240px;
	text-align: center;
	padding: 5px;
	background-color: blue;
}

#zoom-switcher a {
	color: white;
	font-size: 18px;
}

.zoomed div#header {
	
}
.zoomed, .zoomed td {
	font-size: 130%;
}

.zoomed  #menu .item .left, .zoomed  #menu .item .right {
	background: transparent none;
}

.zoomed #menu .item a  {
	font-size: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.zoomed a {
    font-size: 130%;
}

.zoomed .clmn-main {
    width: auto;
	float: none;
}

.zoomed .clmn-left {
	width: 40%;
	background: transparent none;
	margin-left: 5%;
}

.zoomed .clmn-right {
	width: 40%;
	background: transparent none;
	float: right;
	margin-right: 5%;
}

.zoomed #pseudoMenu img {
	width: 100%;
	height: auto;
}

.zoomed #rinfoSlider img {
	width: 100% !important;
	height: auto !important;
}

.zoomed #rinfoSlider a {
    width: auto;
}

.zoomed #menu  {
	padding-left:10px;
}

.zoomed .typography {
	font-size: 130% !important;
	line-height: 1.2 !important;
}