body 
{
	font-family	: Verdana, arial, Sans-Serif;
	color: #000000;
	font-size: 0.7em;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
}
/* Rubrik 1 */
h1, .heading1, .Heading1
{
/* Rubrik 1 */
	color			: navy/*#66412A*/;
	font-weight		: bolder;
	font-size		: 1.2em;
	margin-top		: 0px;
	margin-bottom	: 5px;
	EditMenuName: Rubrik nivå 1;
}
/* Rubrik 2 */
h2, .heading2, .Heading2
{
	color			: #000000;
	font-weight		: bold;
	font-size		: 1em;
	margin-top		: 2px;
	margin-bottom	: 3px;
	EditMenuName: Rubrik nivå 2;
}
/* Rubrik 3 */
h3, .heading3, .Heading3
{
	color			: #000000;
	font-weight		: bold;
	font-size		: 1em;
	margin-top		: 1px;
	margin-bottom	: 0px;
	EditMenuName: Rubrik nivå 3;
}
/* Rubrik 4 */
h4, .heading4, .Heading4
{
	color			: #000000;
	font-weight		: bold;
	font-size		: 1em;
	margin-top		: 1px;
	margin-bottom	: 0px;
	EditMenuName: Rubrik nivå 4;
}
/* Ingress */
.introduction
{
	font-weight		: bold;
	EditMenuName: Ingress;
}
/* Bildtext */
.imagetext 
{
	font-style		: italic; 
	font-size		: 0.9em; 
	display			: block;
	margin-top		: 4px;
	EditMenuName: Bildtext;
}
/* Bildtext */
.date 
{
	color		: Gray;
	EditMenuName: Datum;
}
ul, ol {
	margin-top: 0px;
	margin-left: 20px;
	/*margin-bottom: 8px;*/
	list-style-image:url('../images/blue_dot.gif')
}
ol {
	margin-left: 30px;
}
div.list ul 
{
	margin-top: 0px;
}
div.unevenrow, div.evenrow
{
/*	margin-bottom: 10px;*/
}

img.shadow
{
	position: relative;
	EditMenuName: Skugga;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=6);
}
img.opacity
{
	position: relative;
	EditMenuName: Halvt transparent;
	filter: alpha(opacity=50,finishopacity=24,style=3);
}
img.fliph
{
	position: relative;
	EditMenuName: Spegelvand horisontellt;
	filter: fliph;
}
img.flipv
{
	position: relative;
	EditMenuName: Spegelvand vertikalt;
	filter: flipv;
}
img.dashedborder
{
	position: relative;
	border: dashed 1px #000000;
	EditMenuName: Streckad kant;
}
img.circularfade
{
	position: relative;
	EditMenuName: Cirkular toning;
	filter: alpha(opacity=100,finishopacity=0,style=2);
}