﻿body
{
	font-family: Verdana, Helvetica, Arial,  sans-serif; 
	font-size: 80%;
	line-height: 140%;
	color: #000;
	margin: 0;
	background: #d1d1d1 url(/images/bgEK.jpg) no-repeat center top;
	text-align:center;
}
/* Tag cloud */
.tagblue {color:#00acec; EditMenuName: Tag blå;}
.taggray {color:#666; EditMenuName: Tag grå;}

.font1 { font-size:1em}
.font2 { font-size:1.1em}
.font3 { font-size:1.2em;}
.font4 { font-size:1.3em}
.font5 { font-size:1.5em}
.font6 { font-size:1.6em}
.bold {font-weight:bold;}
.italic { font-style:italic;}
.colorRed {color:#00acec;}
/* ------ Text items -------- */
p
{
    margin: 0;
}
a
{
	color: #00acec;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}
h1, .heading1
{
    font-family: Verdana, Georgia, Arial;
    font-weight:bold;
    font-size: 165%;
    line-height: normal;
	color: #000;
	margin-top: 12px;
	margin-bottom: 20px;
	EditMenuName: Heading 1;
}
h2, .heading2
{
	font-family: Verdana, Georgia, Arial;
	font-weight:bold;
    font-size: 135%;
    line-height: normal;
	color: #000;
	margin: 15px 0px 15px 0px;
	EditMenuName: Heading 2;
}
h3, .heading3
{
	font-family: Verdana, Georgia, Arial;
	font-weight:bold;
    font-size: 110%;
    line-height: normal;
	color: #000;
	margin: 0;
	EditMenuName: Heading 3;
}
.heading4
{
	font-family: Verdana, Arial;
	font-weight:bold;
	font-size:100%;
	color: #333;
	margin: 0;
	padding:0;
	EditMenuName: Heading 4;
}
.introduction {
	font-family: Verdana, Calibri, Arial;
	FONT-SIZE: 1.1em;
	color:#666;
	font-weight:bold;
	EditMenuName: Introduction;
}
.imagetext 
{
	font-style: italic; 
	font-size: 0.9em; 
	EditMenuName: Image text;
}
a.linklist
{
    color: #333;   
}
a.linklist:hover
{
    color: #333;
    text-decoration: underline;   
}
a.whitehover:hover
{
    color: #ffffff;
    text-decoration: underline;
    EditMenuName: Vit hoverlink;
}
.white
{
    color: #ffffff;
    EditMenuName: Vit text;
}
hr
{
	height: 0.1em;
}
span.errormessage
{
	font-size: 1em;
}
span.normaltext
{
	font-family: Verdana, Arial, sans-serif;
	color:#666;
}

/* ------ Form items -------- */
input, textarea
{
	font-family: Verdana, Arial, Verdana, Helvetica, Tahoma;
	color: #666;
	font-size: 1em;
}
input.button, input.formButton
{
    color: #ffffff;
    background-color: #00acec;
    border: solid 1px #00acec;
}
select
{
	font-size: 1em;
}
/* ------ Images -------- */

img 
{ 
	border:0px;
}
img.topleftfloatingimage
{
    float: left;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    EditMenuName: Top left;
}
img.toprightfloatingimage
{
	float: right;
	vertical-align: top;
    margin-left: 10px;
    margin-bottom: 10px;
    EditMenuName: Top right;
}
/* Tables */
table
{
}
th
{
	text-align: left;
}
tr.evenrow
{
	background-color: #eee;
}
tr.unevenrow
{
	background-color: #fff;
}
td
{
}
tr.headerrow
{
	background-color: #ccc;
}
ul
{
}
fieldset 
{ 
    border: none; 
    padding: 0; 
    margin: 0; 
} 
legend 
{ 
    color: #333;
    font-size: 1em; 
    padding: 0; 
    margin: 0; 
} 
fieldset label 
{ 
    margin-right: 1em; 
    font-size:80%;
	color:#666;
}


