@charset "utf-8";
/* CSS classes for each module type
/* these classes will be available for all templates
/* classes specific for a template in the template file
/* ----------------------------------------------------
/* Class called "standard" is always available in admin
/* will get applied if nothing else selected, should be defined here or in template
/* can be overwritten in each template styles
/* -------------------------------------
/* Naming conventions
/* module_"type"_"classname" - example: module_headline_large
/* classnames must be in lowecase only (css parsers fault)
/* no spaces in classnames, underscores are ok
*/

.module_headline_standard {
	font-family:inherit;
	font-size:20px;
	font-weight:normal;
	line-height:24px;
}

.module_headline_bloggrubrik {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	margin-bottom:15px;
	line-height:24px;
}

.module_headline_start {
	font-family:inherit;
	font-size:30px;
	color:#FFF;
	line-height:32px;
}

.module_headline_start_liten {
	font-family:inherit;
	font-size:22px;
	color:#FFF;
	line-height:32px;
}

.module_headline_small {
	font-family:inherit;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}



.module_text_standard {
	font-family:inherit;
	font-size:13px;
	letter-spacing:0px;
	line-height:18px;
}

.module_text_standard_justerad {
	text-align:justify;
	font-family:inherit;
	font-size:13px;
	letter-spacing:0px;
	line-height:18px;
}

.module_text_bloggtext {
	font-family:inherit;
	font-size:13px;
	line-height:20px;
	letter-spacing:0px;
}


.module_text_start {
	font-family:inherit;
	font-size:16px;
	line-height:20px;
	letter-spacing:0px;
	color:#FFF;
}


.module_image_standard {
	padding:0px;border:0px;	
}
