* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}


/*** STYCKEDISPOSITION ***/

h1 {
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	margin-top: 0.4em;
}

h2 {
	font-weight: normal;
	font-size: 1.6em;
	margin-top: 0.7em;
	margin-bottom: 0.2em;
	padding-bottom: 0;
}

h2.meny_vertikal, WidgetHolder h3 {
	font-size: 0.6em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 0.9em;
	line-height: 1.6em;
	font-weight: bold;
	margin-top: 0.3em;
	margin-bottom: 0;
	padding-bottom: 0;
}

h3 .datum {
	font-weight: normal;
	margin-right: 0.5em;
}



.nyhetsbulletin h2 {
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing:0.3em;
	font-size: 0.8em;
}

.nyhetsbulletin h3 {
	font-weight: bold;
	font-size: 2em;
	margin-top: 0.5em;
	margin-bottom: 0em;
	padding-bottom: 0;
}

.nyhetsbulletin h4 {
	font-weight: normal;
	color: #706666;
	font-size: 0.8em;
	line-height: 1.6em;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}




p {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.6em;
}

p+p {
	text-indent: 1.6em;
}

#nederdel p {
	margin-right: 1.6em;
}

.nyhetsbulletin p {
	text-indent: 0;
	margin-top: 0.4em;
}

blockquote {
	padding: 1.6em;
	font-style: italic;
}

#nederdel p, #nederdel li {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.litenstil {
	font-size: 0.8em;
}

.bildtext {
	font-size: 0.8em;
	margin-bottom: 1.3em;
}

.blogEntry hr + p {
	margin-top: 1em;
}

.blogEntry hr + p:first-line {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.2em;
}

/*** TEXTDISPOSITION ***/

a:link, a:visited {
	text-decoration: none;
	color: #607;
}

a:hover, a:active {
	text-decoration: none;
	border-bottom: 1px solid #850053;
	color: #607;
}


a.current, a.section { /* Klass frˆ€n SilverStripes $LinkingMode-variabel */
	text-decoration: none;
	color: #000;
	font-weight: bold;
}