@charaset "utf-8";

/* --------------Font Size------------ */

/*small*/
.fontsize .fontsmall a {
	width: 19px;
	height: 19px;
	margin-top: 6px;
	background-image: url(../images/fontsize_s.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/*medium*/
.fontsize .fontmedium a {
	width: 22px;
	height: 22px;
	margin-top: 3px;
	background-image: url(../images/fontsize_m.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
/*large*/
.fontsize .fontlarge a {
	width: 25px;
	height: 25px;
	background-image: url(../images/fontsize_l.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}


/* -------------contens FontSize L------------ */

#container {
	font-size: 1.1em;
}
