body {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	
	padding:0;
	margin:0;
}

input, textarea, select {
	font-size: 10px;
}

a 
{	
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #c75b12;
}


img {
	border: none;
}

/* added/changed */
h1, .heading1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	font-weight: bold;
}
h2, .heading2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	font-weight: bold;
	margin-top: 5px;
	line-height: 1.3em;
	clear:both;
 
/* 	font-size: 1.2em;  */
	EditMenuName: Rubrik;
}
h3, .heading3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 18px;
	font-weight: bold;
	clear:both;
	EditMenuName: Underrubrik;
}

.citatpuff
{
	font-weight: normal; 
	font-size: 18px; 
	line-height: 24px; 
	font-family: georgia;
	EditMenuName:Citatpuff;
}

.imagetext 
{
	font-style: italic; 
	EditMenuName: Bildtext;
}

.ingress 
{
	line-height:17px !important;
	font-family:Arial;
	font-weight: bold;
	EditMenuName: Ingress;
}


hr
{
	height: 0.1em;
	color: #95632F;
}

hr.light
{
	height: 0.1em;
	color: #F0E5CE;
}

/* -------- lists ---------*/
#text li
{
	list-style-position:outside;
	margin-left:24px;
}

#text ul > li
{
	list-style-position:outside;
	margin-left:24px;
}

#text ul, ol
{
	list-style-position: outside;
	margin:0px 0px 24px 0px; /* margin:-14px 0px 24px 0px; */
	line-height: 1.8em;
}

.editmode li
{
	list-style-position:outside;
	margin-left:24px;
}

.editmode ul,ol
{	
	list-style-position:outside;
	margin:15px 0 3px 0px;
}


/* --------- Input ----------- */
input, textarea
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	color: #333;
	font-size: 1em;
	margin-right:2px;
}


select
{
	font-size: 1em;
}
fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}
legend
{
	color: #333;
	font-size: 1em;
	padding: 0;
	margin: 0;
}
fieldset label
{
	margin-right: 1em;
}

.inputlabel
{
	width: 6em;
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
.inputlabelwide
{
	width: 10em;	
	float: left;
	padding-top: 0.4em;
	font-weight: bold;
}
span.errormessage
{
	color: #CC0000;
	font-size: 1em;
}

/* --------- Image format ----------- */
img.topleftfloatingimage
{
    margin-right: 1em;
    margin-bottom: 1em;
    ditMenuName: Top left;
	float: left;
}
img.toprightfloatingimage
{
	float: right;
    margin-left: 1em;
    margin-bottom: 1em;
    EditMenuName: Top right;
}
img.shadow
{
	position: relative;
	ditMenuName: Shadow;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#555555,direction=135,strength=5);
}
img.opacity
{
	position: relative;
	ditMenuName: Semi transparent;
	filter: alpha(opacity=40,finishopacity=24,style=3);
}
img.fliph
{
	position: relative;
	EditMenuName: Spegla h/v;
	filter: fliph;
}
img.flipv
{
	position: relative;
	EditMenuName: Spegla u/n;
	filter: flipv;
}
img.dashedborder
{
	position: relative;
	border: dashed 1px grey;
	ditMenuName: Dashed border;
}
img.circularfade
{
	position: relative;
	ditMenuName: Circular fade;
	filter: alpha(opacity=100,finishopacity=0,style=2);
}

/* --------- Table format ----------- */
table
{
	font-size: 1em;
}
th
{
	text-align: left;
	padding-left:2px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.evenrow
{
	background-color:  #fff;
}
.unevenrow
{
	background-color:#F0E5CE;
}
.headerrow
{
	background-color: #F0E5CE;
}
table.classic
{
	border-collapse: collapse;
	border: solid 0.1em #777777;
	EditMenuName: Classic;
}
table.classic th
{
	border: solid 0.1em #777777;
	background-color: #DADADA;
	padding: 0.4em;
}
table.classic td
{
	border: solid 0.1em #777777;
	padding: 0.2em 0.4em;
}
table.color
{
	border-collapse: collapse;
	border: solid 0.1em #95632F;
	EditMenuName: Color;
}
table.color th
{
	border: solid 0.1em #95632F;
	background-color: #E1CC9D;
	padding: 0.4em;
}
table.color td
{
	border: solid 0.1em #95632F;
	padding: 0.2em 0.4em;
}
th.highlighted, td.highlighted
{
	EditMenuName: Highlighted;
}
table.classic th.highlighted
{
	background-color: #AAAAAA;
}
table.classic td.highlighted
{
	background-color: #F0F0F0;
}
table.color th.highlighted
{
	background-color: #95632F;
}
table.color td.highlighted
{
	background-color: #F0E5CE;
}
th.leftalignedcontent, td.leftalignedcontent
{
	text-align: left;
	EditMenuName: Left aligned;
}
th.rightalignedcontent, td.rightalignedcontent
{
	text-align: right;
	EditMenuName: Right aligned;
}

/*************************************/

/**
*	colours
*/
.darkgrey {
	color: #666;
}

/**
*	menu elements
*/

.menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	font-weight: bold;
	
	color: #000;
}

.selectedmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	font-weight: bold;
	
	color: #c75b12;
}

.header_top a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c75b12;
	text-decoration:underline;
}

.myservices_link, .myservices_link_loggedin:hover
{
	color:#fff;
	background:#999;
	padding:3px;
}

.myservices_link:hover
{
	background:#d55c19;
	color:#fff;
}

.myservices_link_loggedin
{
	background:#d55c19;
	padding:3px;
}

.menu li a:hover {
	color: #c75b12;
}

#mainmenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	font-weight: bold;
	
	color: #000;
}

#block2 {
	line-height: 15px;
}

#block3 {
	color: #fff;
}

/* newsblock on the frontpage */
#block4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	font-weight: bold;
	
	color: #000;
}

#block4 .header
{
	font-size: 13px;
	font-weight:bold;
	
	margin:0px 0 5px 0;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	
	font-weight: bold;
	
	color: #666;
}

#text_content p 
{
	line-height: 1.8em;
}

#right_column h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

.right_column_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	font-weight: bold;
	
	color: #000;
}

.frontpage_block1, .frontpage_block2 {
	/*font-size: 10px;
	line-height: 12px;*/
}