/* default classes */
.headline_ {
	font-size:14px;
	letter-spacing:1px;
}
.text_ {
	font-size: 11px;
	line-height: 14px;
}
.preamble_ {
	font-size: 11px;
	line-height: 14px;
}
.image_ {
	border:0px;
}

/* headline */
.headline_blå{ 
	font-size:14px;
	letter-spacing:1px;
	color:#3d82cf;
}
.headline_röd{ 
	font-size:14px;
	letter-spacing:0px;
	color:#cc4236;
}
.headline_orange{
	font-size:16px;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#fe6c01;
}
.headline_stor {
	font-size: 18px;
	/*line-height: 18px;*/
	/*font-weight: bold;*/
}
.headline_liten {
	font-weight: bold;
	font-size:13px;
	line-height: 13px;
}
.headline_mkt_stor_grå {
	font-size: 24px;
	color:#a8a8a8;
	font-weight: bold;
	/*line-height: 18px;*/
}




/* preamble */
.preamble_epost{
	border: 1px solid white;
}
.preamble_kursiv_ingress{
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
}

/* text */
.text_vanlig_text{
	font-size: 11px;
	line-height: 15px;
}
.text_vanlig_text_justerad{
	font-size: 11px;
	line-height: 15px;
	text-align:justify;
}
.text_mellanstor_text{
	font-size: 12px;
	line-height: 18px;
}
.text_mellanstor_text_justerad{
	font-size: 12px;
	line-height: 18px;
	text-align:justify;
}
.text_stor_text{
	font-size: 14px;
	line-height: 18px;
}






/* image */
.image_bild_med_ram{
	border: 1px solid #094e94;
}
