@charset "UTF-8";/* CSS for å sette forsidestolpe bredde hvis K="" */@media (min-width:840px) and (max-width:1019px) {  .stolpe {	width: 265px; } .content {	float:right;	width:65%;/* auto; */ }}@media (min-width:773px) and (max-width:839px) { .stolpe {	width: 255px; /* flytende sidemeny, litt marg 	background-color:#009966;*/ } .content {	float:right;	width:60%;/* auto; */ }}@media (min-width:521px) and (max-width:772px) { .stolpe {	width:20%; /* 200px;flytende sidemeny, litt marg 	background-color:#009966;*/ }  .forsidestolpe {	width:  100%;  /*200px; flytende sidemeny, litt marg 	background-color:#009966;*/ }.stolpebilde {/*margin: 0 5px 5px 5px;*/margin-left:0;width: 100px;float: none;} .content {	width:75%;/*80 auto; */ }}@media (max-width: 520px) {/*sett telefon stolpe bredde 520px -> 320 */  .stolpe {/* ??? 	width: 350; flytende sidemeny, litt marg */}.content {	width: 100% /*auto;*/}}