body
{
	font-family:		arial, helvetica;
	font-size:			11px;
	font-style:			normal;
	font-variant:		normal;
	font-weight:		normal;
	line-height:		1.4em;
	color:				#000;
}


/* Text */

* > h1:first-child, h2:first-child, h3:first-child, h4:first-child, p:first-child {
	margin-top:			0px;
}

/* Brödtext + rubriker */
p, h1, h2, h3, h4, h5, h6
{

}

/* Rubrik 1 */
h1
{
	color:				#333;
	font-size:			24px;
	line-height:		1.3em;
}

/* Ingress */
h2
{
	color:				#000;
	font-size:			16px;
	line-height:		1.3em;
}

.blogHeader
{
	margin-bottom:		-7px;
}

.layoutFont_14dee3ac16350b
{
	color:				#333;
	font-size:			24px;
	line-height:		1.3em;
	text-decoration:	none;
}

/* Rubrik 2 */
h3
{
	font-size:			20px;
	font-weight:		bold;
	line-height:		1.3em;
}

/* Mellanrubrik 1 */
h4
{
	font-size:			18px;
	font-weight:		bold;
	line-height:		1.3em;
}

/* Mellanrubrik 2 */
h5
{
	font-size:			16px;
	font-weight:		bold;
	line-height:		1.3em;
}

/* Mellanrubrik 3 */
h6
{
	font-size:			14px;
	font-weight:		bold;
	line-height:		1.3em;
}

/* Citat */
.quote {
	font-family:		'times new roman', verdana, arial, helvetica;
	font-size:			17px;
	font-style:			italic;
	display:			block;
}

.bold {
	font-weight:		bold;
	font-family:		garamond;
}

/* Links */

a
{
	color:				#000;
	text-decoration:	underline;
}

a.selected
{
	color:				#000;
}

a.white
{
	color:				#fff;
}

.mvEmailLink
{
	background-image:	url('../img/icon_mail.gif');
	background-repeat:	no-repeat;
	padding-left:		20px;
}

/* Images */

img {
	border:				0;
}

