
/* html styles --------------------------------------------------------*/
	a img {
		border:0;
	}
	
/* bredd & höjd -------------------------------------------------------*/
	.w20 {
		width: 20px; 
	}
	.w30 {
		width: 30px; 
	}
	.w35 {
		width: 35px; 
	}
	.w40 {
		width: 40px; 
	}
	.w50 {
		width: 50px; 
	}
	.w60 {
		width: 60px; 
	}
	.w70 {
		width: 70px; 
	}
	.w80 {
		width: 80px; 
	}
	.w100 {
		width: 100px; 
	}
	.w130 {
		width: 130px; 
	}
	.w150 {
		width: 150px; 
	}
	.w175 {
		width: 175px;
	}
	.w180 {
		width: 180px; 
	}
	.w190 {
		width: 190px; 
	}
	.w200 {
		width: 200px; 
	}
	.w250 {
		width: 250px; 
	}
	.w260 {
		width: 260px; 
	}
	.w270 {
		width: 270px; 
	}
	.w300 {
		width: 300px; 
	}
	.w350 {
		width: 350px; 
	}
	.w400 {
		width: 400px; 
	}
	.w450 {
		width: 450px; 
	}
	.w460 {
		width: 460px; 
	}
	.w530 {
		width: 530px; 
	}

	
	
/* font size ----------------------------------------------------------*/	
	.size9 {
		font-size:9px;
	}
	.size10 {
		font-size:10px;
	}
	.size11 {
		font-size:11px;
	}
	.size12 {
		font-size:12px;
	}
	.size13 {
		font-size:13px;
	}
	.size14 {
		font-size:14px;
	}
	.size15 {
		font-size:15px;
	}
	.size16 {
		font-size:16px;
	}
	.size18 {
		font-size:18px;
	}
	.size20 {
		font-size:20px;
	}
	.size22 {
		font-size:22px;
	}
	.size24 {
		font-size:24px;
	}
	
/* font style ---------------------------------------------------------*/
	.b {
		font-weight:bold;
	}
	.i {
		font-style:italic;
	}
	.u {
		text-decoration:underline; 
	}
	.n {
		font-weight:normal; 
		font-style:normal;
	}
	.smaller {
		font-size:smaller;
	}

/* font färger -------------------------------------------------------*/

	
/* länkar ------------------------------------------------------------*/


/* bakgrundsfärger ---------------------------------------------------*/

		
/* border ------------------------------------------------------------*/


/* cursor ------------------------------------------------------------*/
	.hand {
		cursor:pointer;
		cursor:hand;
	}


/* position ----------------------------------------------------------*/
	.left {
		float:left;
	}
	.right {
		float:right;
	}
	.txtleft {
		text-align:left;
	}
	.txtright {
		text-align:right;
	}
	.txtcenter {
		text-align:center;
	}
	
	.imgleft {
		float:left;
		clear:left;
		margin-right:4px;
	}
	.imgright {
		float:right;
		clear:right;
		margin-left:4px;
	}
	
	
/* övrigt ------------------------------------------------------------*/

	.nowrap {
		white-space:nowrap;
	}
	.screen {
		display:none;
	}

/* hml editor --------------------------------------------------------*/
	.Bildtext { 
		font-family:Verdana, Arial, sans-serif;	
		font-size:9px; 
		color:#000000; 
		text-decoration:none;
		font-style:italic; 
	}
	
	.Bild_vanster {
		float:left;
		margin-right:8px;
	}
	
	.Bild_hoger {
		float:right;
		margin-left:8px;
	}
	
	.Liten_text {
		font-size:smaller;
	}
	
	.Storre_text {
		font-size:larger;
	}



