@charset "utf-8";
/* Stilmall, Elin Forslund. Munkawebb */
span.m1-yta {
	display:block;
/*	height:15px;*/
	letter-spacing: 0.12em;
}
/* dessa m1 ytor ska vara specifika */
#sida1 .m1-yta { width:135px;}
#kontakt .m1-yta { width:70px;}

.clearFix:after { /* for modern browsers */
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
}
.clearFix { /* for IE7/Win */
    min-height:1px;
}
* html .clearFix { /* for IE5-6/Win */
    height:1px;
}
* html>body .clearFix { /* for IE5/Mac */
    height:auto;
    display:inline-block;
}
#menycontainer {
/*	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;*/
	margin-top:20px;
	margin-bottom: 50px;
	width: 100%;
	text-transform: uppercase;

}
.justera-right {
	float: right;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 15px;
}
.justera-left {
	float: left;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: 12px;
}